classes.tmpl   [plain text]


{#printer_name=0?No classes:
<P><B>Default Destination:</B> <A HREF="{default_uri}">{default_name}</A>
<P><TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="100%">
{[printer_name]
<TR>
	<TH BGCOLOR="#999966"><IMG SRC="/images/left.gif" ALT=""></TH>
	<TH BGCOLOR="#999966"><A HREF="{printer_uri_supported}">{printer_name}</A></TH>
	<TH BGCOLOR="#999966">Printer Class</TH>
	<TH><IMG SRC="/images/right.gif" ALT=""></TH>
</TR>
<TR>
	<TD HEIGHT="4"></TD>
</TR>
<TR>
	<TD></TD>
	<TD VALIGN=TOP><A HREF="{printer_uri_supported}">
	<IMG SRC="../images/classes.gif" BORDER="0" ALT=""></A></TD>
	<TD VALIGN=TOP>Description: {printer_info}<BR>
	Location: {printer_location}<BR>
	Class State: {printer_state=3?idle:{printer_state=4?processing:stopped}},
	{printer_is_accepting_jobs=0?rejecting jobs:accepting jobs}.
	{?printer_state_message=?:<BR><I>"{printer_state_message}"</I>}
	{?member_names=?:<BR>Members: {member_names}}
	<P>
	<A HREF="{printer_uri_supported}?op=print-test-page">
	<IMG SRC="/images/print-test-page.gif" ALT="Print Test Page" BORDER="0"></A>
	{printer_state=5?
	<A HREF="/admin/?op=start-printer&printer_name={printer_name}">
	<IMG SRC="/images/start-class.gif" ALT="Start Class" BORDER="0"></A>
	:
	<A HREF="/admin/?op=stop-printer&printer_name={printer_name}">
	<IMG SRC="/images/stop-class.gif" ALT="Stop Class" BORDER="0"></A>
	}
	{printer_is_accepting_jobs=0?
	<A HREF="/admin/?op=accept-jobs&printer_name={printer_name}">
	<IMG SRC="/images/accept-jobs.gif" ALT="Accept Jobs" BORDER="0"></A>
	:
	<A HREF="/admin/?op=reject-jobs&printer_name={printer_name}">
	<IMG SRC="/images/reject-jobs.gif" ALT="Reject Jobs" BORDER="0"></A>
	}
	<A HREF="/admin/?op=modify-class&printer_name={printer_name}">
	<IMG SRC="/images/modify-class.gif" ALT="Modify Class" BORDER="0"></A>
	<A HREF="/admin/?op=delete-class&printer_name={printer_name}">
	<IMG SRC="/images/delete-class.gif" ALT="Delete Class" BORDER="0"></A>
	</TD>
</TR>
}
</TABLE>
}
<P><A HREF="/admin/?op=add-class">
<IMG SRC="/images/add-class.gif" ALT="Add Class" BORDER="0"></A>