]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/ja/choose-device.tmpl
Load cups into easysw/current.
[thirdparty/cups.git] / templates / ja / choose-device.tmpl
CommitLineData
bd7854cb 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">
15{[device_uri]<OPTION VALUE="{device_uri}{?device_make_and_model!不明?|{device_make_and_model}:}" {?current_device_uri={device_uri}?SELECTED:{current_device_scheme={device_uri}?SELECTED:}}>
16{device_info} {?device_make_and_model!不明?({device_make_and_model}):}</OPTION>
17}</SELECT>
18</TD>
19</TR>
20<TR>
21<TD></TD>
4744bd90 22<TD><INPUT TYPE="IMAGE" SRC="/images/button-continue.gif" ALT="続ける"></TD>
bd7854cb 23</TR>
24</TABLE>
25
26</FORM>