]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/choose-uri.tmpl
Update ipp documentation to reflect the behavior of configuring WiFi on IPP USB printers.
[thirdparty/cups.git] / templates / choose-uri.tmpl
CommitLineData
0af14961
MS
1<H2 CLASS="title">{op=modify-printer?Modify {printer_name}:Add Printer}</H2>
2
ef416fc2 3<FORM METHOD="POST" ACTION="/admin">
f8b3a85b 4<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
ef416fc2 5<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
0af14961 6{printer_name?<INPUT TYPE="HIDDEN" NAME="printer_name" VALUE="{printer_name}">:}
ef416fc2 7<INPUT TYPE="HIDDEN" NAME="CURRENT_MAKE_AND_MODEL" VALUE="{?current_make_and_model}">
8
ef416fc2 9<TABLE>
10<TR>
2e4ff8af 11<TH CLASS="label">Connection:</TH>
0268488e 12<TD><INPUT TYPE="URL" SIZE="60" MAXLENGTH="1023" NAME="DEVICE_URI" VALUE="{current_device_uri?{current_device_uri}:{device_uri}}"></TD>
ef416fc2 13</TR>
14<TR>
15<TD></TD>
16<TD>Examples:
17<PRE>
ef416fc2 18 http://hostname:631/ipp/
19 http://hostname:631/ipp/port1
e1d6a774 20
ef416fc2 21 ipp://hostname/ipp/
22 ipp://hostname/ipp/port1
e1d6a774 23
ef416fc2 24 lpd://hostname/queue
e1d6a774 25
ef416fc2 26 socket://hostname
27 socket://hostname:9100
28</PRE>
29
30<P>See <A HREF="/help/network.html" TARGET="_blank">"Network
31Printers"</A> for the correct URI to use with your printer.</P>
32
33</TD>
34</TR>
35<TR>
36<TD></TD>
2e4ff8af 37<TD><INPUT TYPE="SUBMIT" VALUE="Continue"></TD>
ef416fc2 38</TR>
39</TABLE>
40
41</FORM>