]> git.ipfire.org Git - thirdparty/cups.git/blob - templates/it/choose-uri.tmpl
Merge changes from CUPS 1.5svn-r8950.
[thirdparty/cups.git] / templates / it / choose-uri.tmpl
1 <DIV CLASS="indent">
2
3 <H2 CLASS="title">{op=modify-printer?Modifica {printer_name}:Aggiungi stampante}</H2>
4
5 <FORM METHOD="POST" ACTION="/admin">
6 <INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
7 {printer_name?<INPUT TYPE="HIDDEN" NAME="printer_name" VALUE="{printer_name}">:}
8 <INPUT TYPE="HIDDEN" NAME="CURRENT_MAKE_AND_MODEL" VALUE="{?current_make_and_model}">
9
10 <TABLE>
11 <TR>
12 <TH CLASS="label">Connection:</TH>
13 <TD><INPUT TYPE="TEXT" SIZE="60" MAXLENGTH="1023" NAME="DEVICE_URI" VALUE="{current_device_uri?{current_device_uri}:{device_uri}}"></TD>
14 </TR>
15 <TR>
16 <TD></TD>
17 <TD>Esempi:
18 <PRE>
19 http://hostname:631/ipp/
20 http://hostname:631/ipp/port1
21
22 ipp://hostname/ipp/
23 ipp://hostname/ipp/port1
24
25 lpd://hostname/queue
26
27 socket://hostname
28 socket://hostname:9100
29 </PRE>
30
31 <P>Vedere <A HREF="/help/network.html" TARGET="_blank">"Stampanti di
32 rete"</A> per l'URI corretto da utilizzare la stampante.</P>
33
34 </TD>
35 </TR>
36 <TR>
37 <TD></TD>
38 <TD><INPUT TYPE="SUBMIT" VALUE="Continua"></TD>
39 </TR>
40 </TABLE>
41
42 </FORM>
43 </DIV>