]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/he/choose-device.tmpl
What the heck, make it the full 1.3.3 release code - we've already got all of
[thirdparty/cups.git] / templates / he / choose-device.tmpl
CommitLineData
c0e1af83 1<FORM METHOD="POST" ACTION="/admin">
2<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
3<INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">
4<INPUT TYPE="HIDDEN" NAME="PRINTER_LOCATION" VALUE="{?printer_location}">
5<INPUT TYPE="HIDDEN" NAME="PRINTER_INFO" VALUE="{?printer_info}">
6<INPUT TYPE="HIDDEN" NAME="CURRENT_MAKE_AND_MODEL" VALUE="{?current_make_and_model}">
7
8<H2 CLASS="title">התקן עבור {printer_name}</H2>
9
10<TABLE>
11<TR>
12<TH CLASS="label">התקן:</TH>
13<TD>
14<SELECT NAME="DEVICE_URI" dir=ltr>
15{[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:}}>
16{device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}</OPTION>
17}</SELECT>
18</TD>
19</TR>
20<TR>
21<TD></TD>
22<TD><INPUT TYPE="IMAGE" SRC="/images/button-continue.gif" ALT="המשך"></TD>
23</TR>
24</TABLE>
25
26</FORM>