]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/es/jobs.tmpl
What the heck, make it the full 1.3.3 release code - we've already got all of
[thirdparty/cups.git] / templates / es / jobs.tmpl
CommitLineData
e1d6a774 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>Nombre&nbsp;</TH>
6<TH>Usuario&nbsp;</TH>
7<TH>Tama&ntilde;o&nbsp;</TH>
8<TH>P&aacute;ginas&nbsp;</TH>
9<TH>Estado&nbsp;</TH>
10<TH>Control&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=?Desconocido:{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?Desconocido:{?job_media_sheets_completed}}&nbsp;</TD>
e1d6a774 20<TD>{job_state=3?pendiente desde<BR>{time_at_creation}:{job_state=4?retenido desde<BR>{time_at_creation}:
f301802f 21{job_state=5?en proceso desde<BR>{time_at_processing}:{job_state=6?parado:
e1d6a774 22{job_state=7?cancelado el<BR>{time_at_completed}:{job_state=8?abandonado:completado el<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="Reimprimir trabajo" 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="Liberar trabajo" 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="Retener trabajo" 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="Cancelar trabajo" CLASS="button"></A>
36<A HREF="/jobs/?op=move-job&amp;job_id={job_id}"><IMG
37SRC="/images/button-move-job.gif" ALT="Mover trabajo" CLASS="button"></A>:}
38&nbsp;</TD>
39</TR>
40}
41</TABLE>
42}