]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/pl/choose-uri.tmpl
Load cups into easysw/current.
[thirdparty/cups.git] / templates / pl / choose-uri.tmpl
CommitLineData
89d46774 1<FORM METHOD="POST" ACTION="/admin">
2<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
3<INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">
4<INPUT TYPE="HIDDEN" NAME="PRINTER_LOCATION" VALUE="{?printer_location}">
5<INPUT TYPE="HIDDEN" NAME="PRINTER_INFO" VALUE="{?printer_info}">
6<INPUT TYPE="HIDDEN" NAME="CURRENT_MAKE_AND_MODEL" VALUE="{?current_make_and_model}">
7
8<H2 CLASS="title">URI urządzenia {printer_name}</H2>
9
10<TABLE>
11<TR>
12<TH CLASS="label">URI urządzenia:</TH>
13<TD><INPUT TYPE="TEXT" SIZE="60" MAXLENGTH="1024" NAME="DEVICE_URI" VALUE="{device_uri}"></TD>
14</TR>
15<TR>
16<TD></TD>
17<TD>Przykłady:
18<PRE>
f301802f 19 http://nazwakomputera:631/ipp/
20 http://nazwakomputera:631/ipp/port1
89d46774 21
f301802f 22 ipp://nazwakomputera/ipp/
23 ipp://nazwakomputera/ipp/port1
89d46774 24
f301802f 25 lpd://nazwakomputera/kolejka
89d46774 26
f301802f 27 gniazdo://nazwakomputera
28 gniazdo://nazwakomputera:9100
89d46774 29</PRE>
30
f301802f 31<P>Zobacz <A HREF="/help/network.html" TARGET="_blank">"Drukarki sieciowe"</A>, aby uzyskać poprawny URI do użycia z drukarką.</P>
89d46774 32
33</TD>
34</TR>
35<TR>
36<TD></TD>
f301802f 37<TD><INPUT TYPE="IMAGE" SRC="/images/button-continue.gif" ALT="Kontynuuj"></TD>
89d46774 38</TR>
39</TABLE>
40
41</FORM>