]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/admin.tmpl
What the heck, make it the full 1.3.3 release code - we've already got all of
[thirdparty/cups.git] / templates / admin.tmpl
CommitLineData
757d2cad 1<TABLE CELLPADDING="0" CELLSPACING="0" WIDTH="100%" SUMMARY="Administration Tasks">
f7deaa1a 2<TR><TD VALIGN="TOP">
ef416fc2 3
ef416fc2 4<H2 CLASS="title">Printers</H2>
5
6<P>
7<A HREF="/admin?op=add-printer"><IMG
4744bd90 8SRC="/images/button-add-printer.gif" ALT="Add Printer" CLASS="button"></A>
355e94dc
MS
9<A HREF="/admin?op=find-new-printers"><IMG
10SRC="/images/button-find-new-printers.gif"
11ALT="Find New Printers" CLASS="button"></A>
4744bd90 12<A HREF="/printers/"><IMG SRC="/images/button-manage-printers.gif"
ef416fc2 13ALT="Manage Printers" CLASS="button"></A>
fa73b229 14{have_samba?<A HREF="/admin/?op=export-samba"><IMG
4744bd90 15SRC="/images/button-export-samba.gif" ALT="Export Printers to Samba"
fa73b229 16CLASS="button"></A>:}
ef416fc2 17</P>
18
fa73b229 19<H2 CLASS="title">Classes</H2>
20
21<P>
4744bd90 22<A HREF="/admin?op=add-class"><IMG SRC="/images/button-add-class.gif"
fa73b229 23ALT="Add Class" CLASS="button"></A>
4744bd90 24<A HREF="/classes/"><IMG SRC="/images/button-manage-classes.gif"
fa73b229 25ALT="Manage Classes" CLASS="button"></A>
26</P>
27
28<H2 CLASS="title">Jobs</H2>
29
30<P>
4744bd90 31<A HREF="/jobs/"><IMG SRC="/images/button-manage-jobs.gif" ALT="Manage
fa73b229 32Jobs" CLASS="button"></A>
33</P>
34
f7deaa1a 35</TD><TD>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD><TD VALIGN="TOP">
ef416fc2 36
37<H2 CLASS="title">Server</H2>
38
39<P>
40<A HREF="/admin?op=config-server"><IMG
4744bd90 41SRC="/images/button-edit-configuration-file.gif" ALT="Edit Configuration
ef416fc2 42File" CLASS="button"></A>
43<A HREF="/admin/log/access_log" TARGET="_blank"><IMG
4744bd90 44SRC="/images/button-view-access-log.gif" ALT="View Access Log"
ef416fc2 45CLASS="button"></A>
46<A HREF="/admin/log/error_log" TARGET="_blank"><IMG
4744bd90 47SRC="/images/button-view-error-log.gif" ALT="View Error Log"
ef416fc2 48CLASS="button"></A>
49<A HREF="/admin/log/page_log" TARGET="_blank"><IMG
4744bd90 50SRC="/images/button-view-page-log.gif" ALT="View Page Log"
ef416fc2 51CLASS="button"></A>
52</P>
53
480ef0fe 54{SETTINGS_ERROR?<P>{SETTINGS_MESSAGE}</P>
55<BLOCKQUOTE>{SETTINGS_ERROR}</BLOCKQUOTE>:
56
ef416fc2 57<FORM METHOD="POST" ACTION="/admin">
58
59<P><B>Basic Server Settings:</B></P>
60
61<P><INPUT TYPE="HIDDEN" NAME="OP" VALUE="config-server">
62<INPUT TYPE="CHECKBOX" NAME="REMOTE_PRINTERS" {?remote_printers}> Show printers shared by other systems<BR>
63<INPUT TYPE="CHECKBOX" NAME="SHARE_PRINTERS" {?share_printers}> Share published printers connected to this system<BR>
f7deaa1a 64&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<INPUT TYPE="CHECKBOX" NAME="REMOTE_ANY" {?remote_any}> Allow printing from the Internet<BR>
ef416fc2 65<INPUT TYPE="CHECKBOX" NAME="REMOTE_ADMIN" {?remote_admin}> Allow remote administration<BR>
355e94dc 66{have_gssapi?<INPUT TYPE="CHECKBOX" NAME="KERBEROS" {?kerberos}> Use Kerberos authentication (<A HREF="/help/kerberos.html?TOPIC=Getting+Started">FAQ</A>)<BR>:}
ef416fc2 67<INPUT TYPE="CHECKBOX" NAME="USER_CANCEL_ANY" {?user_cancel_any}> Allow users to cancel any job (not just their own)<BR>
68<INPUT TYPE="CHECKBOX" NAME="DEBUG_LOGGING" {?debug_logging}> Save debugging information for troubleshooting</P>
69
4744bd90 70<P><INPUT TYPE="IMAGE" SRC="/images/button-change-settings.gif" ALT="Change Settings"></P>
ef416fc2 71
480ef0fe 72</FORM>}
ef416fc2 73
74</TD></TR>
75</TABLE>
f7deaa1a 76
77<H2 CLASS="title">Subscriptions</H2>
78
79<P>
80<A HREF="/admin/?op=add-rss-subscription"><IMG SRC="/images/button-add-rss-subscription.gif" ALT="Add RSS Subscription" CLASS="button"></A>
81</P>
82
83{notify_subscription_id?<TABLE WIDTH="100%" CELLSPACING="0" CELLPADDING="0" SUMMARY="RSS Subscriptions">
84<THEAD><TR CLASS="data"><TH>ID</TH><TH>Name</TH><TH>Events</TH><TH>Queue</TH></TR></THEAD>
85<TBODY>{[notify_subscription_id]
86<TR><TD><A HREF="{notify_recipient_uri}">{notify_subscription_id}</A></TD><TD NOWRAP><A HREF="{notify_recipient_uri}">{notify_recipient_name}</A> <A HREF="/admin/?op=cancel-subscription&amp;notify_subscription_id={notify_subscription_id}"><IMG SRC="/images/button-cancel-subscription.gif" CLASS="button" ALT="Cancel RSS Subscription"></A>&nbsp;</TD><TD>{notify_events}</TD><TD NOWRAP>&nbsp;{notify_printer_name?{notify_printer_name}:All Queues}</TD></TR>}
87</TBODY>
88</TABLE>:}