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/egen_brille-1.0.xml | 116 +++++++++++++++++----------------- 1 file changed, 58 insertions(+), 58 deletions(-) (limited to 'server/xml/macros/egen_brille-1.0.xml') diff --git a/server/xml/macros/egen_brille-1.0.xml b/server/xml/macros/egen_brille-1.0.xml index 7c0edae..4143e3d 100644 --- a/server/xml/macros/egen_brille-1.0.xml +++ b/server/xml/macros/egen_brille-1.0.xml @@ -2,31 +2,31 @@ out = '' - if ( getValue('lensmeter.odxt.missing') == '' ) + if ( getValue('brillemaaler.mangler.odxt') == '' ) then - out = out .. 'Egen brille, o.dxt: ' .. getValue('lensmeter.odxt.sf') .. ' sf' - if ( getValue('lensmeter.odxt.cyl') ~= '' ) + out = out .. 'Egen brille, o.dxt: ' .. getValue('brillemaaler.sf.odxt') .. ' sf' + if ( getValue('brillemaaler.cyl.odxt') ~= '' ) then - out = out .. ', ' .. getValue('lensmeter.odxt.cyl') .. ' cyl' + out = out .. ', ' .. getValue('brillemaaler.cyl.odxt') .. ' cyl' end - if ( getValue('lensmeter.odxt.grader') ~= '' ) + if ( getValue('brillemaaler.grader.odxt') ~= '' ) then - out = out .. ', ' .. getValue('lensmeter.odxt.grader') .. ' grader\n' + out = out .. ', ' .. getValue('brillemaaler.grader.odxt') .. ' grader\n' else out = out .. '\n' end end - if ( getValue('lensmeter.osin.missing') == '' ) + if ( getValue('brillemaaler.mangler.osin') == '' ) then - out = out .. 'Egen brille, o.sin: ' .. getValue('lensmeter.osin.sf') .. ' sf' - if ( getValue('lensmeter.osin.cyl') ~= '' ) + out = out .. 'Egen brille, o.sin: ' .. getValue('brillemaaler.sf.osin') .. ' sf' + if ( getValue('brillemaaler.cyl.osin') ~= '' ) then - out = out .. ', ' .. getValue('lensmeter.osin.cyl') .. ' cyl' + out = out .. ', ' .. getValue('brillemaaler.cyl.osin') .. ' cyl' end - if ( getValue('lensmeter.osin.grader') ~= '' ) + if ( getValue('brillemaaler.grader.osin') ~= '' ) then - out = out .. ', ' .. getValue('lensmeter.osin.grader') .. ' grader\n' + out = out .. ', ' .. getValue('brillemaaler.grader.osin') .. ' grader\n' else out = out .. '\n' end @@ -36,111 +36,111 @@ - - + + - + value = 0 timestamp = 0 source = '' - if( missing_eye_right ) + if( missing_eye_odxt ) then - if( missing_eye_right.value and missing_eye_right.value == '' ) + if( missing_eye_odxt.value and missing_eye_odxt.value == '' ) then value = '' - timestamp = missing_eye_right.timestamp - source = missing_eye_right.source + timestamp = missing_eye_odxt.timestamp + source = missing_eye_odxt.source else value = 'mangler' - timestamp = missing_eye_right.timestamp - source = missing_eye_right.source + timestamp = missing_eye_odxt.timestamp + source = missing_eye_odxt.source end end return value, timestamp, source - + value = 0 timestamp = 0 source = '' - if( missing_eye_left ) + if( missing_eye_osin ) then - if( missing_eye_left.value and missing_eye_left.value == '' ) + if( missing_eye_osin.value and missing_eye_osin.value == '' ) then value = '' - timestamp = missing_eye_left.timestamp - source = missing_eye_left.source + timestamp = missing_eye_osin.timestamp + source = missing_eye_osin.source else value = 'mangler' - timestamp = missing_eye_left.timestamp - source = missing_eye_left.source + timestamp = missing_eye_osin.timestamp + source = missing_eye_osin.source end end return value, timestamp, source - + -- Returning 0, 0 invalidates the result value = 0 timestamp = 0 source = 0 - if(lensmeter and lensmeter.osin and lensmeter.osin.sf and lensmeter.osin.sf.value and lensmeter.osin.sf.timestamp) + if(lensmeter and brillemaaler.osin and brillemaaler.sf.osin and brillemaaler.sf.value.osin and brillemaaler.sf.timestamp.osin) then - value = lensmeter.osin.sf.value + value = brillemaaler.sf.value.osin -- convert . to , value = string.gsub(value, '[.]', ',') - timestamp = lensmeter.osin.sf.timestamp - source = lensmeter.osin.sf.source + timestamp = brillemaaler.sf.timestamp.osin + source = brillemaaler.sf.source.osin end return value, timestamp, source - + -- Returning 0, 0 invalidates the result value = 0 timestamp = 0 source = 0 - if(lensmeter and lensmeter.osin and lensmeter.osin.cyl and lensmeter.osin.cyl.value and lensmeter.osin.cyl.timestamp) + if(lensmeter and brillemaaler.osin and brillemaaler.cyl.osin and brillemaaler.cyl.value.osin and brillemaaler.cyl.timestamp.osin) then - value = lensmeter.osin.cyl.value + value = brillemaaler.cyl.value.osin -- convert . to , value = string.gsub(value, '[.]', ',') - timestamp = lensmeter.osin.cyl.timestamp - source = lensmeter.osin.cyl.source + timestamp = brillemaaler.cyl.timestamp.osin + source = brillemaaler.cyl.source.osin end return value, timestamp, source - + -- Returning 0, 0 invalidates the result value = 0 timestamp = 0 source = 0 - if(lensmeter and lensmeter.odxt and lensmeter.odxt.sf and lensmeter.odxt.sf.value and lensmeter.odxt.sf.timestamp) + if(lensmeter and brillemaaler.odxt and brillemaaler.sf.odxt and brillemaaler.sf.value.odxt and brillemaaler.sf.timestamp.odxt) then - value = lensmeter.odxt.sf.value + value = brillemaaler.sf.value.odxt -- convert . to , value = string.gsub(value, '[.]', ',') - timestamp = lensmeter.odxt.sf.timestamp - source = lensmeter.odxt.sf.source + timestamp = brillemaaler.sf.timestamp.odxt + source = brillemaaler.sf.source.odxt end return value, timestamp, source - + -- Returning 0, 0 invalidates the result value = 0 timestamp = 0 source = 0 - if(lensmeter and lensmeter.odxt and lensmeter.odxt.cyl and lensmeter.odxt.cyl.value and lensmeter.odxt.cyl.timestamp) + if(lensmeter and brillemaaler.odxt and brillemaaler.cyl.odxt and brillemaaler.cyl.value.odxt and brillemaaler.cyl.timestamp.odxt) then - value = lensmeter.odxt.cyl.value + value = brillemaaler.cyl.value.odxt -- convert . to , value = string.gsub(value, '[.]', ',') - timestamp = lensmeter.odxt.cyl.timestamp - source = lensmeter.odxt.cyl.source + timestamp = brillemaaler.cyl.timestamp.odxt + source = brillemaaler.cyl.source.odxt end return value, timestamp, source @@ -215,24 +215,24 @@