summaryrefslogtreecommitdiff
path: root/templates/sv/choose-device.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/sv/choose-device.tmpl')
-rw-r--r--templates/sv/choose-device.tmpl26
1 files changed, 26 insertions, 0 deletions
diff --git a/templates/sv/choose-device.tmpl b/templates/sv/choose-device.tmpl
new file mode 100644
index 000000000..dd2e8a471
--- /dev/null
+++ b/templates/sv/choose-device.tmpl
@@ -0,0 +1,26 @@
+<FORM METHOD="POST" ACTION="/admin">
+<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
+<INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">
+<INPUT TYPE="HIDDEN" NAME="PRINTER_LOCATION" VALUE="{?printer_location}">
+<INPUT TYPE="HIDDEN" NAME="PRINTER_INFO" VALUE="{?printer_info}">
+<INPUT TYPE="HIDDEN" NAME="CURRENT_MAKE_AND_MODEL" VALUE="{?current_make_and_model}">
+
+<H2 CLASS="title">Enhet för {printer_name}</H2>
+
+<TABLE>
+<TR>
+<TH CLASS="label">Enhet:</TH>
+<TD>
+<SELECT NAME="DEVICE_URI">
+{[device_uri]<OPTION VALUE="{device_uri}{?device_make_and_model!Unknown?|{device_make_and_model}:}" {?current_device_uri={device_uri}?SELECTED:{current_device_scheme={device_uri}?SELECTED:}}>
+{device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}</OPTION>
+}</SELECT>
+</TD>
+</TR>
+<TR>
+<TD></TD>
+<TD><INPUT TYPE="IMAGE" SRC="/images/button-continue.gif" ALT="Fortsätt"></TD>
+</TR>
+</TABLE>
+
+</FORM>