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