printers.tmpl   [plain text]


{#printer_name=0?Aucune imprimante définie:
<P><B>Destination d'impression implicite :</B> {default_name?<A HREF="{default_uri}">{default_name}</A>:none}
<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_make_and_model}</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/printer-{printer_state=3?idle:{printer_state=4?processing:stopped}}.gif" BORDER="0" ALT=""></A>
	</TD>
	<TD VALIGN="TOP">Description: {printer_info}<BR>
	Emplacement: {printer_location}<BR>
	Etat de l'imprimante: {printer_state=3?au repos:{printer_state=4?fonctionne:arrêtée}},
	{printer_is_accepting_jobs=0?rejette les travaux:accepte les travaux}.
	{?printer_state_message=?:<BR><I>"{printer_state_message}"</I>}
	{?printer_state_history2.printer_state_message=?:<BR><I>"{printer_state_history2.printer_state_message}"</I>}
	{?printer_state_history3.printer_state_message=?:<BR><I>"{printer_state_history3.printer_state_message}"</I>}
	{?printer_state_history4.printer_state_message=?:<BR><I>"{printer_state_history4.printer_state_message}"</I>}
	{?printer_state_history5.printer_state_message=?:<BR><I>"{printer_state_history5.printer_state_message}"</I>}
	{?device_uri=?:<BR>URI de périphérique: {device_uri}}
	<P>
	<A HREF="{printer_uri_supported}?op=print-test-page">
	<IMG SRC="/images/print-test-page.gif" ALT="Imprimer une page de test" BORDER="0"></A>
	{printer_state=5?
	<A HREF="{admin_uri}?op=start-printer&printer_name={printer_name}">
	<IMG SRC="/images/start-printer.gif" ALT="Démarrer l'imprimante" BORDER="0"></A>
	:
	<A HREF="{admin_uri}?op=stop-printer&printer_name={printer_name}">
	<IMG SRC="/images/stop-printer.gif" ALT="Arrêter l'imprimante" BORDER="0"></A>
	}
	{printer_is_accepting_jobs=0?
	<A HREF="{admin_uri}?op=accept-jobs&printer_name={printer_name}">
	<IMG SRC="/images/accept-jobs.gif" ALT="Accepter les travaux d'impression" BORDER="0"></A>
	:
	<A HREF="{admin_uri}?op=reject-jobs&printer_name={printer_name}">
	<IMG SRC="/images/reject-jobs.gif" ALT="Rejeter les travaux d'impression" BORDER="0"></A>
	}
	<A HREF="{admin_uri}?op=modify-printer&printer_name={printer_name}">
	<IMG SRC="/images/modify-printer.gif" ALT="Modifier l'imprimante" BORDER="0"></A>
	<A HREF="{admin_uri}?op=config-printer&printer_name={printer_name}">
	<IMG SRC="/images/config-printer.gif" ALT="Configurer l'imprimante" BORDER="0"></A>
	<A HREF="{admin_uri}?op=delete-printer&printer_name={printer_name}">
	<IMG SRC="/images/delete-printer.gif" ALT="Supprimer l'imprimante" BORDER="0"></A>
	</TD>
</TR>
<TR>
	<TD>&nbsp;</TD>
</TR>
}
</TABLE>
}
<P><A HREF="/admin/?op=add-printer">
<IMG SRC="/images/add-printer.gif" ALT="Ajouter une imprimante" BORDER="0"></A>