From 36492da266df3f7e66ad5a330c76af285d765fa7 Mon Sep 17 00:00:00 2001 From: senator Date: Mon, 16 Nov 2009 10:50:00 +0000 Subject: =?UTF-8?q?auto-replaced=20all=20instances=20of=20H=F8jre=20=F8je?= =?UTF-8?q?=20and=20Venstre=20=F8je=20with=20o.dxt=20and=20o.sin.=20This?= =?UTF-8?q?=20was=20done=20using=20sed.=20These=20changes=20are=20not=20ve?= =?UTF-8?q?rified=20100%,=20but=20i=20assume=20it=20went=20well.=20A=20qui?= =?UTF-8?q?ck=20check=20showed=20no=20errors.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/xml/macros/visus-1.0.xml | 70 ++++++++++++++++++++--------------------- 1 file changed, 35 insertions(+), 35 deletions(-) (limited to 'server/xml/macros/visus-1.0.xml') diff --git a/server/xml/macros/visus-1.0.xml b/server/xml/macros/visus-1.0.xml index 0a7cdf0..14ac759 100644 --- a/server/xml/macros/visus-1.0.xml +++ b/server/xml/macros/visus-1.0.xml @@ -18,38 +18,38 @@ out = '' - if ( getValue('snellen.right.missing') == '' or getValue('snellen.left.missing') == '' ) + if ( getValue('snellen.odxt.missing') == '' or getValue('snellen.osin.missing') == '' ) then out = out .. 'Objektivt:\n' - if ( getValue('snellen.right.missing') == '' ) + if ( getValue('snellen.odxt.missing') == '' ) then - out = out .. 'Visus o.dxt. ' .. getValue('snellen.right') .. '\n' - out = out .. 'ETDRS o.dxt. ' .. getValue('etdrs.right') .. '\n' - if ( getValue('snellen.right.corr.basis') ~= 'Ingen' ) + out = out .. 'Visus o.dxt. ' .. getValue('snellen.odxt') .. '\n' + out = out .. 'ETDRS o.dxt. ' .. getValue('etdrs.odxt') .. '\n' + if ( getValue('snellen.odxt.corr.basis') ~= 'Ingen' ) then - out = out .. 'Korr.: ' .. getValue('snellen.right.corr.basis') .. ' add ' + out = out .. 'Korr.: ' .. getValue('snellen.odxt.corr.basis') .. ' add ' else out = out .. 'Korr.: add ' end - out = out .. getValue('snellen.right.corr.sph') .. ' sf, ' - .. getValue('snellen.right.corr.cyl') .. ' sph ' - .. getValue('snellen.right.corr.axis') .. ' grader.\n' + out = out .. getValue('snellen.odxt.corr.sph') .. ' sf, ' + .. getValue('snellen.odxt.corr.cyl') .. ' sph ' + .. getValue('snellen.odxt.corr.axis') .. ' grader.\n' end - if ( getValue('snellen.left.missing') == '' ) + if ( getValue('snellen.osin.missing') == '' ) then - out = out .. 'Visus o.sin. ' .. getValue('snellen.left') .. '\n' - out = out .. 'ETDRS o.sin. ' .. getValue('etdrs.left') .. '\n' - if ( getValue('snellen.left.corr.basis') ~= 'Ingen' ) + out = out .. 'Visus o.sin. ' .. getValue('snellen.osin') .. '\n' + out = out .. 'ETDRS o.sin. ' .. getValue('etdrs.osin') .. '\n' + if ( getValue('snellen.osin.corr.basis') ~= 'Ingen' ) then - out = out .. 'Korr.: ' .. getValue('snellen.left.corr.basis') .. ' add ' + out = out .. 'Korr.: ' .. getValue('snellen.osin.corr.basis') .. ' add ' else out = out .. 'Korr.: add ' end - out = out .. getValue('snellen.left.corr.sph') .. ' sf, ' - .. getValue('snellen.left.corr.cyl') .. ' sph ' - .. getValue('snellen.left.corr.axis') .. ' grader.\n' + out = out .. getValue('snellen.osin.corr.sph') .. ' sf, ' + .. getValue('snellen.osin.corr.cyl') .. ' sph ' + .. getValue('snellen.osin.corr.axis') .. ' grader.\n' end end return out @@ -174,18 +174,18 @@ - + - +