]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/fr/samba-export.tmpl
What the heck, make it the full 1.3.3 release code - we've already got all of
[thirdparty/cups.git] / templates / fr / samba-export.tmpl
CommitLineData
b86bc4cf 1<SCRIPT TYPE="text/javascript"><!--
2function select_printers() {
3 var list = document.export_samba.EXPORT_NAME;
4 var sel = document.export_samba.EXPORT_ALL.checked;
5
6 for (i = 0; i < list.length; i ++) {
7 list.options[i].selected = sel;
8 }
9}
10--></SCRIPT>
11
12<FORM METHOD="POST" ACTION="/admin/" NAME="export_samba">
13<INPUT TYPE="HIDDEN" NAME="OP" VALUE="export-samba">
14
15<H2 CLASS="title">Exporter des imprimantes vers SAMBA</H2>
16
17{error?<P>Impossible d'exporter les imprimantes vers SAMBA \:</P>
18<BLOCKQUOTE>{error}</BLOCKQUOTE>
19<P>Regardez le fichier <A HREF="/admin/log/error_log"
20TARGET="_blank">error_log</A> pour plus d'informations.</P>:
21<P>Cette page vous permet d'exporter des imprimantes vers SAMBA de sorte que des
22clients Windows puissent y accéder via l'icône <VAR>Voisinage réseau</VAR> ou
b86bc4cf 23<VAR>Favoris réseau</VAR> du bureau. Vous devez au préalable installer les
24pilotes Windows d'imprimante PostScript : cf. la page <i>man</i> <A
25HREF="/help/man-cupsaddsmb.html" TARGET="_blank">cupsaddsmb(8)</A>.</P>}
26
27<TABLE>
28<TR>
29<TH CLASS="label">Imprimantes :</TH>
30<TD>
31<SELECT NAME="EXPORT_NAME" SIZE="10" MULTIPLE>
32{[printer_name]<OPTION VALUE="{printer_name}"{export_all? SELECTED:{printer_export? SELECTED:}}>{printer_name}}
33</SELECT><BR>
34<INPUT TYPE="CHECKBOX" NAME="EXPORT_ALL"{export_all? CHECKED:}
35onChange="select_printers()"> Exporter toutes les imprimantes
36</TD>
37</TR>
38<TR>
39<TH CLASS="label">Utilisateur SAMBA :</TH>
40<TD><INPUT TYPE="TEXT" NAME="USERNAME" VALUE="{?USERNAME}"> ( indispensable )</TD>
41</TR>
42<TR>
43<TH CLASS="label">Mot-de-passe SAMBA :</TH>
44<TD><INPUT TYPE="PASSWORD" NAME="PASSWORD" VALUE=""> ( indispensable )</TD>
45</TR>
46<TR>
47<TD></TD>
48<TD><INPUT TYPE="IMAGE" SRC="/images/button-export-samba.gif"
49ALT="Exporter les imprimantes vers SAMBA"></TD>
50</TR>
51</TABLE>
52
53</FORM>