]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/fr/choose-uri.tmpl
Update ipp documentation to reflect the behavior of configuring WiFi on IPP USB printers.
[thirdparty/cups.git] / templates / fr / choose-uri.tmpl
CommitLineData
46d22fe9
L
1<H2 CLASS="title">{op=modify-printer?Modifier {printer_name}:Ajouter une imprimante}</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">Connexion :</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>Exemples :
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
4baf1b58 30<P>Voir <A HREF="/help/network.html" TARGET="_blank">"Imprimantes réseaux"</A> pour construire l'URI à employer avec votre imprimante.</P>
46d22fe9
L
31
32</TD>
33</TR>
34<TR>
35<TD></TD>
36<TD><INPUT TYPE="SUBMIT" VALUE="Continuer"></TD>
37</TR>
38</TABLE>
39
40</FORM>