]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/it/admin.tmpl
What the heck, make it the full 1.3.3 release code - we've already got all of
[thirdparty/cups.git] / templates / it / admin.tmpl
CommitLineData
411affcf 1<TABLE CELLPADDING="0" CELLSPACING="0" WIDTH="100%" SUMMARY="Administration Tasks">
f7deaa1a 2<TR><TD VALIGN="TOP">
411affcf 3
4<H2 CLASS="title">Stampanti</H2>
5
6<P>
7<A HREF="/admin?op=add-printer"><IMG
8SRC="/images/button-add-printer.gif" ALT="Aggiungi stampante" CLASS="button"></A>
9<A HREF="/printers/"><IMG SRC="/images/button-manage-printers.gif"
10ALT="Gestione stampanti" CLASS="button"></A>
11{have_samba?<A HREF="/admin/?op=export-samba"><IMG
12SRC="/images/button-export-samba.gif" ALT="Esporta stampanti su Samba"
13CLASS="button"></A>:}
14</P>
15
16{#device_uri=0?:<P><B>Nuove stampanti trovate:</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="Aggiungi questa stampante" CLASS="button"
19ALIGN="MIDDLE"></A>
20{device_make_and_model} ({device_info})</LI>
21}</UL>}
22
23<H2 CLASS="title">Classi</H2>
24
25<P>
26<A HREF="/admin?op=add-class"><IMG SRC="/images/button-add-class.gif"
27ALT="Aggiungi classe" CLASS="button"></A>
28<A HREF="/classes/"><IMG SRC="/images/button-manage-classes.gif"
29ALT="Gestione classi" CLASS="button"></A>
30</P>
31
32<H2 CLASS="title">Operazioni</H2>
33
34<P>
35<A HREF="/jobs/"><IMG SRC="/images/button-manage-jobs.gif" ALT="Gestione
36operazioni" CLASS="button"></A>
37</P>
38
f7deaa1a 39</TD><TD>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD><TD VALIGN="TOP">
411affcf 40
41<H2 CLASS="title">Server</H2>
42
43<P>
44<A HREF="/admin?op=config-server"><IMG
45SRC="/images/button-edit-configuration-file.gif" ALT="Modifica file di configurazione"
46CLASS="button"></A>
47<A HREF="/admin/log/access_log" TARGET="_blank"><IMG
48SRC="/images/button-view-access-log.gif" ALT="Mostra registro degli accessi"
49CLASS="button"></A>
50<A HREF="/admin/log/error_log" TARGET="_blank"><IMG
51SRC="/images/button-view-error-log.gif" ALT="Mostra registro degli errori"
52CLASS="button"></A>
53<A HREF="/admin/log/page_log" TARGET="_blank"><IMG
54SRC="/images/button-view-page-log.gif" ALT="Mostra registro delle pagine"
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>Impostazioni di base del server:</B></P>
64
65<P><INPUT TYPE="HIDDEN" NAME="OP" VALUE="config-server">
66<INPUT TYPE="CHECKBOX" NAME="REMOTE_PRINTERS" {?remote_printers}> Mostra stampanti condivise da altri sistemi<BR>
67<INPUT TYPE="CHECKBOX" NAME="SHARE_PRINTERS" {?share_printers}> Condividi le stampanti pubblicate connesse a questo sistema<BR>
f7deaa1a 68&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<INPUT TYPE="CHECKBOX" NAME="REMOTE_ANY" {?remote_any}> Allow printing from the Internet<BR>
411affcf 69<INPUT TYPE="CHECKBOX" NAME="REMOTE_ADMIN" {?remote_admin}> Consenti amministrazione remota<BR>
7594b224 70{have_gssapi?<INPUT TYPE="CHECKBOX" NAME="KERBEROS" {?kerberos}> Use Kerberos authentication<BR>:}
411affcf 71<INPUT TYPE="CHECKBOX" NAME="USER_CANCEL_ANY" {?user_cancel_any}> Consenti agli utenti di annullare qualunque operazione (non solo le proprie)<BR>
72<INPUT TYPE="CHECKBOX" NAME="DEBUG_LOGGING" {?debug_logging}> Salva le informazioni di debug per la risoluzione di problemi</P>
73
74<P><INPUT TYPE="IMAGE" SRC="/images/button-change-settings.gif" ALT="Modifica impostazioni"></P>
75
76</FORM>}
77
78</TD></TR>
79</TABLE>