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/aktuelle-1.0.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'server/xml/macros/aktuelle-1.0.xml') diff --git a/server/xml/macros/aktuelle-1.0.xml b/server/xml/macros/aktuelle-1.0.xml index 444d450..252b52d 100644 --- a/server/xml/macros/aktuelle-1.0.xml +++ b/server/xml/macros/aktuelle-1.0.xml @@ -24,24 +24,24 @@ out = 'Aktuelle:\n' - if ( getValue('current.symptoms.right') == '' and getValue('current.symptoms.left') == '' ) + if ( getValue('current.symptoms.odxt') == '' and getValue('current.symptoms.osin') == '' ) then out = out .. 'ingen\n' end - if ( getValue('current.symptoms.right') ~= '' ) + if ( getValue('current.symptoms.odxt') ~= '' ) then out = out .. 'På højre øje har der været\n' - out = out .. getValue('current.symptoms.right') .. '\n' + out = out .. getValue('current.symptoms.odxt') .. '\n' end - if ( getValue('current.symptoms.left') ~= '' ) + if ( getValue('current.symptoms.osin') ~= '' ) then out = out .. 'På venstre øje har der været\n' - out = out .. getValue('current.symptoms.left') .. '\n' + out = out .. getValue('current.symptoms.osin') .. '\n' end - if ( getValue('current.symptoms.right') ~= '' or getValue('current.symptoms.left') ~= '' ) + if ( getValue('current.symptoms.odxt') ~= '' or getValue('current.symptoms.osin') ~= '' ) then out = out .. 'Symptomerne er opstået ' .. getValue('current.when') .. ' og efterfølgende ' .. getValue('current.then') @@ -59,7 +59,7 @@