1<H2 CLASS="title">{op=modify-printer?Modify {printer_name}:Add Printer}</H2> 2 3<FORM METHOD="POST" ACTION="/admin"> 4<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}"> 5<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}"> 6{printer_name?<INPUT TYPE="HIDDEN" NAME="printer_name" VALUE="{printer_name}">:} 7<INPUT TYPE="HIDDEN" NAME="CURRENT_MAKE_AND_MODEL" VALUE="{?current_make_and_model}"> 8 9<TABLE> 10<TR> 11<TH CLASS="label">Connection:</TH> 12<TD><INPUT TYPE="URL" SIZE="60" MAXLENGTH="1023" NAME="DEVICE_URI" VALUE="{current_device_uri?{current_device_uri}:{device_uri}}"></TD> 13</TR> 14<TR> 15<TD></TD> 16<TD>Examples: 17<PRE> 18 http://hostname:631/ipp/ 19 http://hostname:631/ipp/port1 20 21 ipp://hostname/ipp/ 22 ipp://hostname/ipp/port1 23 24 lpd://hostname/queue 25 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> 37<TD><INPUT TYPE="SUBMIT" VALUE="Continue"></TD> 38</TR> 39</TABLE> 40 41</FORM> 42