]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/fr/choose-uri.tmpl
What the heck, make it the full 1.3.3 release code - we've already got all of
[thirdparty/cups.git] / templates / fr / choose-uri.tmpl
CommitLineData
b86bc4cf 1<FORM METHOD="POST" ACTION="/admin">
2<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
3<INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">
b86bc4cf 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 du matériel pour {printer_name}</H2>
9
10<TABLE>
11<TR>
12<TH CLASS="label">URI du matériel :</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>Exemples :
18<PRE>
19 http://nom_machine:631/ipp/
20 http://nom_machine:631/ipp/port1
21
22 ipp://nom_machine/ipp/
23 ipp://nom_machine/ipp/port1
24
25 lpd://nom_machine/queue
26
27 socket://nom_machine
28 socket://nom_machine:9100
29</PRE>
30
31<P>cf. <A HREF="/help/network.html" TARGET="_blank">"Network
32Printers"</A> pour construire l'URI à employer avec votre imprimante.</P>
33
34</TD>
35</TR>
36<TR>
37<TD></TD>
38<TD><INPUT TYPE="IMAGE" SRC="/images/button-continue.gif" ALT="Poursuivre"></TD>
39</TR>
40</TABLE>
41
42</FORM>