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/oejentryk-1.0.xml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'server/xml/macros/oejentryk-1.0.xml') diff --git a/server/xml/macros/oejentryk-1.0.xml b/server/xml/macros/oejentryk-1.0.xml index b0c0e67..1d671bc 100644 --- a/server/xml/macros/oejentryk-1.0.xml +++ b/server/xml/macros/oejentryk-1.0.xml @@ -15,22 +15,22 @@ out = '' - if ( getValue('tonometer.right.missing') == '' or getValue('tonometer.left.missing') == '' ) + if ( getValue('tonometer.odxt.missing') == '' or getValue('tonometer.osin.missing') == '' ) then out = out .. 'Øjentryk:\n' end - if ( getValue('tonometer.right.missing') == '' ) + if ( getValue('tonometer.odxt.missing') == '' ) then - out = out .. 'Højre øje: ' .. getValue('tonometer.pressure.right') .. ' mmHg\n' + out = out .. 'o.dxt: ' .. getValue('tonometer.pressure.odxt') .. ' mmHg\n' end - if ( getValue('tonometer.left.missing') == '' ) + if ( getValue('tonometer.osin.missing') == '' ) then - out = out .. 'Venstre øje: ' .. getValue('tonometer.pressure.right') .. ' mmHg\n' + out = out .. 'o.sin: ' .. getValue('tonometer.pressure.odxt') .. ' mmHg\n' end - if ( getValue('tonometer.right.missing') == '' or getValue('tonometer.left.missing') == '' ) + if ( getValue('tonometer.odxt.missing') == '' or getValue('tonometer.osin.missing') == '' ) then out = out .. getValue('tonometer.device') .. '.\n' end @@ -106,7 +106,7 @@ enable('right_eye_frame') end - if( getValue('tonometer.right.missing') == 'mangler' and getValue('tonometer.left.missing') == 'mangler' ) + if( getValue('tonometer.odxt.missing') == 'mangler' and getValue('tonometer.osin.missing') == 'mangler' ) then disable('device_frame') else @@ -123,7 +123,7 @@ enable('left_eye_frame') end - if( getValue('tonometer.right.missing') == 'mangler' and getValue('tonometer.left.missing') == 'mangler' ) + if( getValue('tonometer.odxt.missing') == 'mangler' and getValue('tonometer.osin.missing') == 'mangler' ) then disable('device_frame') else @@ -138,31 +138,31 @@ - + - +