]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/ja/choose-uri.tmpl
Load cups into easysw/current.
[thirdparty/cups.git] / templates / ja / choose-uri.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} のデバイス URI</H2>
9
10<TABLE>
11<TR>
12<TH CLASS="label">デバイス URI:</TH>
13<TD><INPUT TYPE="TEXT" SIZE="60" MAXLENGTH="1024" NAME="DEVICE_URI" VALUE="{device_uri}"></TD>
14</TR>
15<TR>
16<TD></TD>
17<TD>例:
18<PRE>
19 file:/path/to/filename.prn
20 http://hostname:631/ipp/
21 http://hostname:631/ipp/port1
22 ipp://hostname/ipp/
23 ipp://hostname/ipp/port1
24 lpd://hostname/queue
25 socket://hostname
26 socket://hostname:9100
27</PRE>
28
29<P>あなたのプリンタにふさわしい URI については、
30<A HREF="/help/network.html" TARGET="_blank">"ネットワーク
31プリンタ"</A> を参照してください。</P>
32
33</TD>
34</TR>
35<TR>
36<TD></TD>
4744bd90 37<TD><INPUT TYPE="IMAGE" SRC="/images/button-continue.gif" ALT="続ける"></TD>
bd7854cb 38</TR>
39</TABLE>
40
41</FORM>