| Current File : //usr/share/cups/templates/pl/choose-uri.tmpl |
<DIV CLASS="indent">
<H2 CLASS="title">{op=modify-printer?Modyfikowanie {printer_name}:Dodawanie drukarki}</H2>
<FORM METHOD="POST" ACTION="/admin">
<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
{printer_name?<INPUT TYPE="HIDDEN" NAME="printer_name" VALUE="{printer_name}">:}
<INPUT TYPE="HIDDEN" NAME="CURRENT_MAKE_AND_MODEL" VALUE="{?current_make_and_model}">
<TABLE>
<TR>
<TH CLASS="label">Połączenie:</TH>
<TD><INPUT TYPE="TEXT" SIZE="60" MAXLENGTH="1024" NAME="DEVICE_URI" VALUE="{current_device_uri?{current_device_uri}:{device_uri}}"></TD>
</TR>
<TR>
<TD></TD>
<TD>Przykłady:
<PRE>
http://nazwakomputera:631/ipp/
http://nazwakomputera:631/ipp/port1
ipp://nazwakomputera/ipp/
ipp://nazwakomputera/ipp/port1
lpd://nazwakomputera/kolejka
socket://nazwakomputera
socket://nazwakomputera:9100
</PRE>
<P>Proszę zobaczyć <A HREF="/help/network.html" TARGET="_blank">"Drukarki
sieciowe"</A>, aby uzyskać poprawne URI dla drukarki.</P>
</TD>
</TR>
<TR>
<TD></TD>
<TD><INPUT TYPE="SUBMIT" VALUE="Kontynuuj"></TD>
</TR>
</TABLE>
</FORM>
</DIV>