]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/admin.tmpl
Load cups into easysw/current.
[thirdparty/cups.git] / templates / admin.tmpl
CommitLineData
ef416fc2 1<TABLE CELLPADDING="0" CELLSPACING="0" CLASS="button" WIDTH="100%">
2<TR><TD VALIGN="TOP" NOWRAP>
3
ef416fc2 4<H2 CLASS="title">Printers</H2>
5
6<P>
7<A HREF="/admin?op=add-printer"><IMG
8SRC="/images/add-printer.gif" ALT="Add Printer" CLASS="button"></A>
9<A HREF="/printers/"><IMG SRC="/images/manage-printers.gif"
10ALT="Manage Printers" CLASS="button"></A>
fa73b229 11{have_samba?<A HREF="/admin/?op=export-samba"><IMG
12SRC="/images/export-samba.gif" ALT="Export Printers to Samba"
13CLASS="button"></A>:}
ef416fc2 14</P>
15
16{#device_uri=0?:<P><B>New Printers Found:</B></P><UL>{[device_uri]
17<LI>{device_make_and_model} ({device_info})
18<A HREF="/admin?op=add-printer&amp;{device_options}"><IMG
19SRC="/images/add-this-printer.gif" ALT="Add This Printer" CLASS="button"
20ALIGN="MIDDLE"></A></LI>
21}</UL>}
22
fa73b229 23<H2 CLASS="title">Classes</H2>
24
25<P>
26<A HREF="/admin?op=add-class"><IMG SRC="/images/add-class.gif"
27ALT="Add Class" CLASS="button"></A>
28<A HREF="/classes/"><IMG SRC="/images/manage-classes.gif"
29ALT="Manage Classes" CLASS="button"></A>
30</P>
31
32<H2 CLASS="title">Jobs</H2>
33
34<P>
35<A HREF="/jobs/"><IMG SRC="/images/manage-jobs.gif" ALT="Manage
36Jobs" CLASS="button"></A>
37</P>
38
ef416fc2 39</TD><TD>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD><TD VALIGN="TOP">
40
41<H2 CLASS="title">Server</H2>
42
43<P>
44<A HREF="/admin?op=config-server"><IMG
45SRC="/images/edit-configuration-file.gif" ALT="Edit Configuration
46File" CLASS="button"></A>
47<A HREF="/admin/log/access_log" TARGET="_blank"><IMG
48SRC="/images/view-access-log.gif" ALT="View Access Log"
49CLASS="button"></A>
50<A HREF="/admin/log/error_log" TARGET="_blank"><IMG
51SRC="/images/view-error-log.gif" ALT="View Error Log"
52CLASS="button"></A>
53<A HREF="/admin/log/page_log" TARGET="_blank"><IMG
54SRC="/images/view-page-log.gif" ALT="View Page Log"
55CLASS="button"></A>
56</P>
57
58<FORM METHOD="POST" ACTION="/admin">
59
60<P><B>Basic Server Settings:</B></P>
61
62<P><INPUT TYPE="HIDDEN" NAME="OP" VALUE="config-server">
63<INPUT TYPE="CHECKBOX" NAME="REMOTE_PRINTERS" {?remote_printers}> Show printers shared by other systems<BR>
64<INPUT TYPE="CHECKBOX" NAME="SHARE_PRINTERS" {?share_printers}> Share published printers connected to this system<BR>
65<INPUT TYPE="CHECKBOX" NAME="REMOTE_ADMIN" {?remote_admin}> Allow remote administration<BR>
66<INPUT TYPE="CHECKBOX" NAME="USER_CANCEL_ANY" {?user_cancel_any}> Allow users to cancel any job (not just their own)<BR>
67<INPUT TYPE="CHECKBOX" NAME="DEBUG_LOGGING" {?debug_logging}> Save debugging information for troubleshooting</P>
68
69<P><INPUT TYPE="IMAGE" SRC="/images/change-settings.gif" ALT="Change Settings"></P>
70
71</FORM>
72
73</TD></TR>
74</TABLE>