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/boelgefront-1.0.xml | 185 ---------------------------------- 1 file changed, 185 deletions(-) delete mode 100644 server/xml/macros/boelgefront-1.0.xml (limited to 'server/xml/macros/boelgefront-1.0.xml') diff --git a/server/xml/macros/boelgefront-1.0.xml b/server/xml/macros/boelgefront-1.0.xml deleted file mode 100644 index 32a75d4..0000000 --- a/server/xml/macros/boelgefront-1.0.xml +++ /dev/null @@ -1,185 +0,0 @@ - - - - out = '' - if ( getValue('boelgefront.mangler.odxt') == '' or getValue('boelgefront.mangler.osin') == '' ) - then - - if ( getValue('boelgefront.mangler.odxt') == '' ) - then - out = out .. 'Bølgefront o.dxt: ' .. getValue('boelgefront.odxt') .. '\n' - if ( getValue('boelgefront.odxt') == 'Udført' ) - then - out = out .. 'Aberration: ' .. getValue('boelgefront.aberration.odxt') .. ' my HOA\n' - out = out .. 'Pupilstørrelse: ' .. getValue('boelgefront.pupilstoerrelse.odxt') .. ' mm\n' - end - if ( getValue('boelgefront.mangler.osin') == '' ) - then - out = out .. '\n' - end - end - - if ( getValue('boelgefront.mangler.osin') == '' ) - then - out = out .. 'Bølgefront o.sin: ' .. getValue('boelgefront.osin') .. '\n' - if ( getValue('boelgefront.osin') == 'Udført' ) - then - out = out .. 'Aberration: ' .. getValue('boelgefront.aberration.osin') .. ' my HOA\n' - out = out .. 'Pupilstørrelse: ' .. getValue('boelgefront.pupilstoerrelse.osin') .. ' mm\n' - end - end - - end - return out - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -