From ce08ba4689b54f8e27a5418f490d9c87fe71cc78 Mon Sep 17 00:00:00 2001 From: senator Date: Tue, 17 Nov 2009 10:43:45 +0000 Subject: moved all .osin. instances from any instance containing it to the end of the instance. I have checked to find errors but NOT very thoroughly. The XML files might contain errors, but i will correct these, if any, when i encounter them later on --- server/xml/macros/aktuelle-1.0.xml | 58 +++++++++++++++++++------------------- 1 file changed, 29 insertions(+), 29 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 e7fc522..076d483 100644 --- a/server/xml/macros/aktuelle-1.0.xml +++ b/server/xml/macros/aktuelle-1.0.xml @@ -24,27 +24,27 @@ out = 'Aktuelle:\n' - if ( getValue('current.symptoms.odxt') == '' and getValue('current.symptoms.osin') == '' ) + if ( getValue('aktuelle.symptomer.odxt') == '' and getValue('aktuelle.symptomer.osin') == '' ) then out = out .. 'ingen\n' end - if ( getValue('current.symptoms.odxt') ~= '' ) + if ( getValue('aktuelle.symptomer.odxt') ~= '' ) then out = out .. 'På o.dxt har der været\n' - out = out .. getValue('current.symptoms.odxt') .. '\n' + out = out .. getValue('aktuelle.symptomer.odxt') .. '\n' end - if ( getValue('current.symptoms.osin') ~= '' ) + if ( getValue('aktuelle.symptomer.osin') ~= '' ) then out = out .. 'På o.sin har der været\n' - out = out .. getValue('current.symptoms.osin') .. '\n' + out = out .. getValue('aktuelle.symptomer.osin') .. '\n' end - if ( getValue('current.symptoms.odxt') ~= '' or getValue('current.symptoms.osin') ~= '' ) + if ( getValue('aktuelle.symptomer.odxt') ~= '' or getValue('aktuelle.symptomer.osin') ~= '' ) then - out = out .. 'Symptomerne er opstået ' .. getValue('current.when') - .. ' og efterfølgende ' .. getValue('current.then') + out = out .. 'Symptomerne er opstået ' .. getValue('aktuelle.when') + .. ' og efterfølgende ' .. getValue('aktuelle.then') end return out @@ -59,7 +59,7 @@