diff options
author | senator <senator> | 2009-11-16 10:50:00 +0000 |
---|---|---|
committer | senator <senator> | 2009-11-16 10:50:00 +0000 |
commit | 36492da266df3f7e66ad5a330c76af285d765fa7 (patch) | |
tree | 38e39e1635eea60bb7aa5e2c8af22f38e8d960ae /server/xml/macros/topografi-1.0.xml | |
parent | 7864f9d561657a5b7d557268c50837ef3ee585f9 (diff) |
auto-replaced all instances of Højre øje and Venstre øje with o.dxt and o.sin. This was done using sed. These changes are not verified 100%, but i assume it went well. A quick check showed no errors.
Diffstat (limited to 'server/xml/macros/topografi-1.0.xml')
-rw-r--r-- | server/xml/macros/topografi-1.0.xml | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/server/xml/macros/topografi-1.0.xml b/server/xml/macros/topografi-1.0.xml index 07292cc..dd32178 100644 --- a/server/xml/macros/topografi-1.0.xml +++ b/server/xml/macros/topografi-1.0.xml @@ -2,19 +2,19 @@ <macro name="topografi" version="1.0"> <resume language="lua"> out = '' - if ( getValue('topografi.right.missing') == '' or getValue('topografi.left.missing') == '' ) + if ( getValue('topografi.odxt.missing') == '' or getValue('topografi.osin.missing') == '' ) then out = out .. 'Topografi, ' .. getValue('topografi.method') .. ':\n' end - if ( getValue('topografi.right.missing') == '' ) + if ( getValue('topografi.odxt.missing') == '' ) then - out = out .. 'Højre øje: ' .. getValue('topografi.right.judgement') .. '\n' + out = out .. 'o.dxt: ' .. getValue('topografi.odxt.judgement') .. '\n' end - if ( getValue('topografi.left.missing') == '' ) + if ( getValue('topografi.osin.missing') == '' ) then - out = out .. 'Venstre øje: ' .. getValue('topografi.left.judgement') .. '\n' + out = out .. 'o.sin: ' .. getValue('topografi.osin.judgement') .. '\n' end return out @@ -98,26 +98,26 @@ <frame layout="hbox"> - <!-- Højre øje --> + <!-- o.dxt --> <frame layout="vbox"> <checkbox caption="Der er ikke målt på højre øje" - name="topografi.right.missing" script="right_eye" + name="topografi.odxt.missing" script="right_eye" map="missing_eye_right_map" truevalue="mangler" falsevalue="" value=""/> - <frame name="right_eye_frame" caption="Højre øje" layout="hbox"> + <frame name="right_eye_frame" caption="o.dxt" layout="hbox"> <frame layout="vbox"> - <altcombobox name="topografi.right.judgement" layout="vbox"> + <altcombobox name="topografi.odxt.judgement" layout="vbox"> <item caption="Symmetrisk cornea" value="Symmetrisk cornea"/> <item caption="Regelmæssig astigmatisme" value="Regelmæssig astigmatisme"/> <item caption="Uregelmæssig astigmatisme" value="Uregelmæssig astigmatisme"/> <item caption="Keratoconus" value="Keratoconus"/> <item caption="Centreret ablationer" value="Centreret ablationer"/> <item caption="Decentreret ablationer" value="Decentreret ablationer"/> - <altitem caption="Andet" value="andet" innerwidget="topografi.right.andet"> + <altitem caption="Andet" value="andet" innerwidget="topografi.odxt.andet"> <frame layout="hbox"> <label caption="Andet:"/> - <lineedit name="topografi.right.andet"/> + <lineedit name="topografi.odxt.andet"/> </frame> </altitem> </altcombobox> @@ -126,26 +126,26 @@ </frame> </frame> - <!-- Venstre øje --> + <!-- o.sin --> <frame layout="vbox"> <checkbox caption="Der er ikke målt på venstre øje" - name="topografi.left.missing" script="left_eye" + name="topografi.osin.missing" script="left_eye" map="missing_eye_left_map" truevalue="mangler" falsevalue="" value=""/> - <frame name="left_eye_frame" caption="Venstre øje" layout="hbox"> + <frame name="left_eye_frame" caption="o.sin" layout="hbox"> <frame layout="vbox"> - <altcombobox name="topografi.left.judgement" layout="vbox"> + <altcombobox name="topografi.osin.judgement" layout="vbox"> <item caption="Symmetrisk cornea" value="Symmetrisk cornea"/> <item caption="Regelmæssig astigmatisme" value="Regelmæssig astigmatisme"/> <item caption="Uregelmæssig astigmatisme" value="Uregelmæssig astigmatisme"/> <item caption="Keratoconus" value="Keratoconus"/> <item caption="Centreret ablationer" value="Centreret ablationer"/> <item caption="Decentreret ablationer" value="Decentreret ablationer"/> - <altitem caption="Andet" value="andet" innerwidget="topografi.left.andet"> + <altitem caption="Andet" value="andet" innerwidget="topografi.osin.andet"> <frame layout="hbox"> <label caption="Andet:"/> - <lineedit name="topografi.left.andet"/> + <lineedit name="topografi.osin.andet"/> </frame> </altitem> </altcombobox> |