From 36492da266df3f7e66ad5a330c76af285d765fa7 Mon Sep 17 00:00:00 2001 From: senator Date: Mon, 16 Nov 2009 10:50:00 +0000 Subject: =?UTF-8?q?auto-replaced=20all=20instances=20of=20H=F8jre=20=F8je?= =?UTF-8?q?=20and=20Venstre=20=F8je=20with=20o.dxt=20and=20o.sin.=20This?= =?UTF-8?q?=20was=20done=20using=20sed.=20These=20changes=20are=20not=20ve?= =?UTF-8?q?rified=20100%,=20but=20i=20assume=20it=20went=20well.=20A=20qui?= =?UTF-8?q?ck=20check=20showed=20no=20errors.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/xml/macros/autorefraktion-1.0.xml | 48 ++++++++++++++++---------------- 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'server/xml/macros/autorefraktion-1.0.xml') diff --git a/server/xml/macros/autorefraktion-1.0.xml b/server/xml/macros/autorefraktion-1.0.xml index 706300e..4bca24e 100644 --- a/server/xml/macros/autorefraktion-1.0.xml +++ b/server/xml/macros/autorefraktion-1.0.xml @@ -2,31 +2,31 @@ out = '' - if ( getValue('autorefractor.right.missing') == '' ) + if ( getValue('autorefractor.odxt.missing') == '' ) then - out = out .. 'Autorefraktion, o.dxt: ' .. getValue('autorefractor.right.sphere') .. ' sf' - if ( getValue('autorefractor.right.cyl') ~= '' ) + out = out .. 'Autorefraktion, o.dxt: ' .. getValue('autorefractor.odxt.sphere') .. ' sf' + if ( getValue('autorefractor.odxt.cyl') ~= '' ) then - out = out .. ', ' .. getValue('autorefractor.right.cyl') .. ' cyl' + out = out .. ', ' .. getValue('autorefractor.odxt.cyl') .. ' cyl' end - if ( getValue('autorefractor.right.axis') ~= '' ) + if ( getValue('autorefractor.odxt.axis') ~= '' ) then - out = out .. ', ' .. getValue('autorefractor.right.axis') .. ' grader\n' + out = out .. ', ' .. getValue('autorefractor.odxt.axis') .. ' grader\n' else out = out .. '\n' end end - if ( getValue('autorefractor.left.missing') == '' ) + if ( getValue('autorefractor.osin.missing') == '' ) then - out = out .. 'Autorefraktion, o.sin: ' .. getValue('autorefractor.left.sphere') .. ' sf' - if ( getValue('autorefractor.left.cyl') ~= '' ) + out = out .. 'Autorefraktion, o.sin: ' .. getValue('autorefractor.osin.sphere') .. ' sf' + if ( getValue('autorefractor.osin.cyl') ~= '' ) then - out = out .. ', ' .. getValue('autorefractor.left.cyl') .. ' cyl' + out = out .. ', ' .. getValue('autorefractor.osin.cyl') .. ' cyl' end - if ( getValue('autorefractor.left.axis') ~= '' ) + if ( getValue('autorefractor.osin.axis') ~= '' ) then - out = out .. ', ' .. getValue('autorefractor.left.axis') .. ' grader\n' + out = out .. ', ' .. getValue('autorefractor.osin.axis') .. ' grader\n' else out = out .. '\n' end @@ -147,54 +147,54 @@ - + - +