]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/it/jobs.tmpl
What the heck, make it the full 1.3.3 release code - we've already got all of
[thirdparty/cups.git] / templates / it / jobs.tmpl
CommitLineData
411affcf 1{#job_id=0?:
2<TABLE CELLPADDING="0" CELLSPACING="0" CLASS="button" WIDTH="100%" SUMMARY="Job List">
3<TR CLASS="data">
4<TH>ID&nbsp;</TH>
5<TH>Nome&nbsp;</TH>
6<TH>Utente&nbsp;</TH>
7<TH>Dimensione&nbsp;</TH>
8<TH>Pagine&nbsp;</TH>
9<TH>Stato&nbsp;</TH>
10<TH>Controllo&nbsp;</TH>
11</TR>
12
13{[job_id]
14<TR CLASS="data" VALIGN="TOP">
15<TD><A HREF="{job_printer_uri}">{job_printer_name}</A>-{job_id}&nbsp;</TD>
16<TD>{?job_name=?Sconosciuto:{job_name}}&nbsp;</TD>
17<TD>{job_originating_user_name}&nbsp;</TD>
18<TD>{job_k_octets}k&nbsp;</TD>
b86bc4cf 19<TD>{job_media_sheets_completed=0?Sconosciuto:{?job_media_sheets_completed}}&nbsp;</TD>
411affcf 20<TD>{job_state=3?in sospeso da<BR>{time_at_creation}:{job_state=4?bloccata da<BR>{time_at_creation}:
21{job_state=5?elaborazione in corso da<BR>{time_at_processing}:{job_state=6?fermata:
22{job_state=7?annullata a<BR>{time_at_completed}:{job_state=8?interrotta:completata a<BR>{time_at_completed}}}}}}}&nbsp;</TD>
23<TD>
24{job_preserved>0?
25<A HREF="/jobs/?op=restart-job&amp;job_id={job_id}&amp;job_printer_uri={job_printer_uri}">
26<IMG SRC="/images/button-restart-job.gif" ALT="Ristampa operazione" CLASS="button"></A>:}
27{job_state=4?
28<A HREF="/jobs/?op=release-job&amp;job_id={job_id}&amp;job_printer_uri={job_printer_uri}">
29<IMG SRC="/images/button-release-job.gif" ALT="Rilascia operazione" CLASS="button"></A>:}
30{job_state=3?
31<A HREF="/jobs/?op=hold-job&amp;job_id={job_id}&amp;job_printer_uri={job_printer_uri}">
32<IMG SRC="/images/button-hold-job.gif" ALT="Blocca operazione" CLASS="button"></A>:}
33{job_state<7?
34<A HREF="/jobs/?op=cancel-job&amp;job_id={job_id}&amp;job_printer_uri={job_printer_uri}">
35<IMG SRC="/images/button-cancel-job.gif" ALT="Annulla operazione" CLASS="button"></A>
36<A HREF="/jobs/?op=move-job&amp;job_id={job_id}"><IMG
37SRC="/images/button-move-job.gif" ALT="Sposta operazione" CLASS="button"></A>:}
38&nbsp;</TD>
39</TR>
40}
41</TABLE>
42}