]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/fr/admin.tmpl
Load cups into easysw/current.
[thirdparty/cups.git] / templates / fr / admin.tmpl
CommitLineData
b86bc4cf 1<TABLE CELLPADDING="0" CELLSPACING="0" WIDTH="100%" SUMMARY="Tâches d'administration">
f7deaa1a 2<TR><TD VALIGN="TOP">
b86bc4cf 3
4<H2 CLASS="title">Imprimantes</H2>
5
6<P>
7<A HREF="/admin?op=add-printer"><IMG
8SRC="/images/button-add-printer.gif" ALT="Ajouter une imprimante" CLASS="button"></A>
9<A HREF="/printers/"><IMG SRC="/images/button-manage-printers.gif"
10ALT="Administrer les imprimantes" CLASS="button"></A>
11{have_samba?<A HREF="/admin/?op=export-samba"><IMG
12SRC="/images/button-export-samba.gif" ALT="Exporter les imprimantes vers SAMBA"
13CLASS="button"></A>:}
14</P>
15
16{#device_uri=0?:<P><B>Nouvelles imprimantes détectées:</B></P><UL>{[device_uri]
17<LI><A HREF="/admin?op=add-printer&amp;{device_options}"><IMG
18SRC="/images/button-add-this-printer.gif" ALT="Ajouter cette imprimante" CLASS="button"
19ALIGN="MIDDLE"></A>
20{device_make_and_model} ({device_info})</LI>
21}</UL>}
22
23<H2 CLASS="title">Classes</H2>
24
25<P>
26<A HREF="/admin?op=add-class"><IMG SRC="/images/button-add-class.gif"
27ALT="Ajouter une classe" CLASS="button"></A>
28<A HREF="/classes/"><IMG SRC="/images/button-manage-classes.gif"
29ALT="Administrer les classes" CLASS="button"></A>
30</P>
31
32<H2 CLASS="title">Tâches d'impression</H2>
33
34<P>
35<A HREF="/jobs/"><IMG SRC="/images/button-manage-jobs.gif" ALT="Administrer les
36tâches" CLASS="button"></A>
37</P>
38
f7deaa1a 39</TD><TD>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD><TD VALIGN="TOP">
b86bc4cf 40
41<H2 CLASS="title">Serveur</H2>
42
43<P>
44<A HREF="/admin?op=config-server"><IMG
45SRC="/images/button-edit-configuration-file.gif" ALT="Éditer le fichier de
46configuration" CLASS="button"></A>
47<A HREF="/admin/log/access_log" TARGET="_blank"><IMG
48SRC="/images/button-view-access-log.gif" ALT="Liste des accès"
49CLASS="button"></A>
50<A HREF="/admin/log/error_log" TARGET="_blank"><IMG
51SRC="/images/button-view-error-log.gif" ALT="Liste des erreurs"
52CLASS="button"></A>
53<A HREF="/admin/log/page_log" TARGET="_blank"><IMG
54SRC="/images/button-view-page-log.gif" ALT="Liste des pages"
55CLASS="button"></A>
56</P>
57
58{SETTINGS_ERROR?<P>{SETTINGS_MESSAGE}</P>
59<BLOCKQUOTE>{SETTINGS_ERROR}</BLOCKQUOTE>:
60
61<FORM METHOD="POST" ACTION="/admin">
62
63<P><B>Paramètres de base du serveur :</B></P>
64
65<P><INPUT TYPE="HIDDEN" NAME="OP" VALUE="config-server">
66<INPUT TYPE="CHECKBOX" NAME="REMOTE_PRINTERS" {?remote_printers}> Afficher les
67imprimantes partagées par d'autres systèmes<BR>
68<INPUT TYPE="CHECKBOX" NAME="SHARE_PRINTERS" {?share_printers}> Partager les
69imprimantes publiques connectées à ce système<BR>
f7deaa1a 70&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<INPUT TYPE="CHECKBOX" NAME="REMOTE_ANY" {?remote_any}> Allow printing from the Internet<BR>
b86bc4cf 71<INPUT TYPE="CHECKBOX" NAME="REMOTE_ADMIN" {?remote_admin}> Autoriser
72l'administration à distance<BR>
73<INPUT TYPE="CHECKBOX" NAME="USER_CANCEL_ANY" {?user_cancel_any}> Autoriser les
74utilisateurs à annuler n'importe quelle tâche ( pas seulement les leurs )<BR>
75<INPUT TYPE="CHECKBOX" NAME="DEBUG_LOGGING" {?debug_logging}> Enregistrer les
76informations de <I>debug</I> pour la résolution de problèmes</P>
77
78<P><INPUT TYPE="IMAGE" SRC="/images/button-change-settings.gif" ALT="Modifier
79les paramètres"></P>
80
81</FORM>}
82
83</TD></TR>
84</TABLE>