From 730eb796bbce6f124be9194f1565b7dda1daddf1 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 1 Jun 2010 13:02:23 +0000 Subject: Afdj macros/templates are now located in their own repo. --- server/xml/macros/manifest_refraktion-1.0.xml | 218 -------------------------- 1 file changed, 218 deletions(-) delete mode 100644 server/xml/macros/manifest_refraktion-1.0.xml (limited to 'server/xml/macros/manifest_refraktion-1.0.xml') diff --git a/server/xml/macros/manifest_refraktion-1.0.xml b/server/xml/macros/manifest_refraktion-1.0.xml deleted file mode 100644 index 46b6f35..0000000 --- a/server/xml/macros/manifest_refraktion-1.0.xml +++ /dev/null @@ -1,218 +0,0 @@ - - - - out = '' - if ( getValue('manifest_refraktion.mangler.odxt') == '' ) - then - out = out .. 'Manifest refraktion, o.dxt: ' .. getValue('manifest_refraktion.sf.odxt') .. ' sf' - if ( getValue('manifest_refraktion.cyl.odxt') ~= '' ) - then - out = out .. ', ' .. getValue('manifest_refraktion.cyl.odxt') .. ' cyl' - end - if ( getValue('manifest_refraktion.grader.odxt') ~= '' ) - then - out = out .. ', ' .. getValue('manifest_refraktion.grader.odxt') .. ' grader\n' - else - out = out .. '\n' - end - end - - if ( getValue('manifest_refraktion.mangler.osin') == '' ) - then - out = out .. 'Manifest refraktion, o.sin: ' .. getValue('manifest_refraktion.sf.osin') .. ' sf' - if ( getValue('manifest_refraktion.cyl.osin') ~= '' ) - then - out = out .. ', ' .. getValue('manifest_refraktion.cyl.osin') .. ' cyl' - end - if ( getValue('manifest_refraktion.grader.osin') ~= '' ) - then - out = out .. ', ' .. getValue('manifest_refraktion.grader.osin') .. ' grader\n' - else - out = out .. '\n' - end - end - - return out - - - - - - - - - value = 0 - timestamp = 0 - source = '' - - if( missing_eye_odxt ) - then - if( missing_eye_odxt.value and missing_eye_odxt.value == '' ) - then - value = '' - timestamp = missing_eye_odxt.timestamp - else - value = 'mangler' - timestamp = missing_eye_odxt.timestamp - end - end - return value, timestamp, source - - - value = 0 - timestamp = 0 - source = 'pracro' - - if( missing_eye_osin ) - then - if( missing_eye_osin.value and missing_eye_osin.value == '' ) - then - value = '' - timestamp = missing_eye_osin.timestamp - else - value = 'mangler' - timestamp = missing_eye_osin.timestamp - end - end - return value, timestamp, source - - - - - - - - - - - - - - - - - - - - - -