From e403363cd666c783d2d750b12c6f5ac79da2faa3 Mon Sep 17 00:00:00 2001 From: senator Date: Fri, 14 Aug 2009 08:05:02 +0000 Subject: Resumess now working --- server/xml/macros/boelgefront-1.0.xml | 2 +- server/xml/macros/topografi-1.0.xml | 31 +++++++++++++++++++++++++------ 2 files changed, 26 insertions(+), 7 deletions(-) diff --git a/server/xml/macros/boelgefront-1.0.xml b/server/xml/macros/boelgefront-1.0.xml index 80570de..f198167 100644 --- a/server/xml/macros/boelgefront-1.0.xml +++ b/server/xml/macros/boelgefront-1.0.xml @@ -1,6 +1,6 @@ - + Bølgefront: ${boelgefront} diff --git a/server/xml/macros/topografi-1.0.xml b/server/xml/macros/topografi-1.0.xml index 5c1ac5d..545128f 100644 --- a/server/xml/macros/topografi-1.0.xml +++ b/server/xml/macros/topografi-1.0.xml @@ -1,6 +1,24 @@ - + + out = '' + if ( getValue('topografi.right.missing') == '' or getValue('topografi.left.missing') == '' ) + then + out = out .. 'Topografi: ' .. getValue('topografi.method') .. '\n' + end + + if ( getValue('topografi.right.missing') == '' ) + then + out = out .. 'Højre øje: ' .. getValue('topografi.right.judgement') .. '\n' + end + + if ( getValue('topografi.left.missing') == '' ) + then + out = out .. 'Venstre øje: ' .. getValue('topografi.left.judgement') .. '\n' + end + + return out + @@ -65,7 +83,8 @@ - + -- cgit v1.2.3