]> git.ipfire.org Git - thirdparty/cups.git/blob - templates/choose-uri.tmpl
Import CUPS 1.4svn r7023 into easysw/current.
[thirdparty/cups.git] / templates / choose-uri.tmpl
1 <FORM METHOD="POST" ACTION="/admin">
2 <INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
3 <INPUT TYPE="HIDDEN" NAME="CURRENT_MAKE_AND_MODEL" VALUE="{?current_make_and_model}">
4
5 <TABLE>
6 <TR>
7 <TH CLASS="label">Connection:</TH>
8 <TD><INPUT TYPE="TEXT" SIZE="60" MAXLENGTH="1024" NAME="DEVICE_URI" VALUE="{device_uri}"></TD>
9 </TR>
10 <TR>
11 <TD></TD>
12 <TD>Examples:
13 <PRE>
14 http://hostname:631/ipp/
15 http://hostname:631/ipp/port1
16
17 ipp://hostname/ipp/
18 ipp://hostname/ipp/port1
19
20 lpd://hostname/queue
21
22 socket://hostname
23 socket://hostname:9100
24 </PRE>
25
26 <P>See <A HREF="/help/network.html" TARGET="_blank">"Network
27 Printers"</A> for the correct URI to use with your printer.</P>
28
29 </TD>
30 </TR>
31 <TR>
32 <TD></TD>
33 <TD><INPUT TYPE="SUBMIT" VALUE="Continue"></TD>
34 </TR>
35 </TABLE>
36
37 </FORM>