summaryrefslogtreecommitdiff
path: root/server/xml/macros/oct_maaling-1.0.xml
diff options
context:
space:
mode:
Diffstat (limited to 'server/xml/macros/oct_maaling-1.0.xml')
-rw-r--r--server/xml/macros/oct_maaling-1.0.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/server/xml/macros/oct_maaling-1.0.xml b/server/xml/macros/oct_maaling-1.0.xml
index 06871cd..0a961b6 100644
--- a/server/xml/macros/oct_maaling-1.0.xml
+++ b/server/xml/macros/oct_maaling-1.0.xml
@@ -20,12 +20,12 @@
if ( getValue('oct.mangler.odxt') == '' )
then
- out = out .. 'OCT o.dxt ' .. getValue('oct.thickness.odxt') .. ' µm\n'
+ out = out .. 'OCT o.dxt ' .. getValue('oct.tykkelse.odxt') .. ' µm\n'
end
if ( getValue('oct.mangler.osin') == '' )
then
- out = out .. 'OCT o.sin ' .. getValue('oct.thickness.osin') .. ' µm\n'
+ out = out .. 'OCT o.sin ' .. getValue('oct.tykkelse.osin') .. ' µm\n'
end
end
@@ -48,11 +48,11 @@
then
value = ''
timestamp = missing_eye_odxt.timestamp
- source = missing_eye_odxt.source
+ source = missing_eye_odxt.kilde
else
value = 'mangler'
timestamp = missing_eye_odxt.timestamp
- source = missing_eye_odxt.source
+ source = missing_eye_odxt.kilde
end
end
return value, timestamp, source
@@ -68,11 +68,11 @@
then
value = ''
timestamp = missing_eye_osin.timestamp
- source = missing_eye_osin.source
+ source = missing_eye_osin.kilde
else
value = 'mangler'
timestamp = missing_eye_osin.timestamp
- source = missing_eye_osin.source
+ source = missing_eye_osin.kilde
end
end
return value, timestamp, source
@@ -120,7 +120,7 @@
truevalue="mangler" falsevalue="" value=""/>
<frame name="right_eye_frame" caption="o.dxt" layout="hbox">
<label caption="Tykkelse:"/>
- <lineedit name="oct.thickness.odxt" regexp="\d{1,5}" script="lt10000gt0" value=""/>
+ <lineedit name="oct.tykkelse.odxt" regexp="\d{1,5}" script="lt10000gt0" value=""/>
<label caption="µm"/>
</frame>
</frame>
@@ -133,7 +133,7 @@
truevalue="mangler" falsevalue="" value=""/>
<frame name="left_eye_frame" caption="o.sin" layout="hbox">
<label caption="Tykkelse:"/>
- <lineedit name="oct.thickness.osin" regexp="\d{1,5}" script="lt10000gt0" value=""/>
+ <lineedit name="oct.tykkelse.osin" regexp="\d{1,5}" script="lt10000gt0" value=""/>
<label caption="µm"/>
</frame>