]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/fr/choose-device.tmpl
Import CUPS v1.7.5
[thirdparty/cups.git] / templates / fr / choose-device.tmpl
CommitLineData
0cb67df3
MS
1<DIV CLASS="indent">
2
3<H2 CLASS="title">{op=modify-printer?Modifier {printer_name}:Ajouter une imprimante}</H2>
4
5{CUPS_GET_DEVICES_DONE?<FORM METHOD="POST" ACTION="/admin">
6<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
7<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
8{printer_name?<INPUT TYPE="HIDDEN" NAME="printer_name" VALUE="{printer_name}">:}
9
10<TABLE>
11{op=add-printer?:<TR>
12<TH CLASS="label">Connexion courante\:</TH>
13<TD><INPUT TYPE="RADIO" NAME="DEVICE_URI" VALUE="{current_device_uri}" CHECKED>
14{current_device_uri}</TD>
15</TR>}
16<TR>
17<TH CLASS="label">Imprimantes locales\:</TH>
18<TD>
19{[device_uri]{device_class!network?<INPUT TYPE="RADIO" NAME="DEVICE_URI"
20VALUE="{device_uri}{?device_make_and_model!Unknown?|{device_make_and_model}:}">
21{device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}<BR>
22:}}
23</TD>
24</TR>
25<TR>
26<TH CLASS="label">Imprimantes R&eacute;seaux D&eacute;couvertes\:</TH>
27<TD>
28{[device_uri]{device_class=network?{device_uri~[a-z]+://?<INPUT TYPE="RADIO" NAME="DEVICE_URI"
29VALUE="{device_uri}{?device_make_and_model!Unknown?|{device_make_and_model}:}">
30{device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}<BR>
31:}:}}
32</TD>
33</TR>
34<TR>
35<TR>
36<TH CLASS="label">Autres Imprimantes R&eacute;seaux\:</TH>
37<TD>
38{[device_uri]{device_class=network?{device_uri~[a-z]+://?:<INPUT TYPE="RADIO" NAME="DEVICE_URI"
39VALUE="{device_uri}{?device_make_and_model!Unknown?|{device_make_and_model}:}">
40{device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}<BR>
41}:}}
42</TD>
43</TR>
44<TR>
45<TD></TD>
46<TD><INPUT TYPE="SUBMIT" VALUE="Continuer"></TD>
47</TR>
48</TABLE>
49
50</FORM>:<P><IMG SRC="/images/wait.gif" WIDTH="16" HEIGHT="16" ALIGN="ABSMIDDLE"
51ALT="Indicateur d'occupation"> Recherche en cours...</P>}
52
53</DIV>