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