]> git.ipfire.org Git - thirdparty/cups.git/blob - templates/command.tmpl
Add missing files from r8033.
[thirdparty/cups.git] / templates / command.tmpl
1 <DIV CLASS="indent">
2
3 <H2 CLASS="title">{title} On {printer_name}</H2>
4
5 <P>{job_state>5?:<IMG SRC="/images/wait.gif" WIDTH="16" HEIGHT="16"
6 ALIGN="ABSMIDDLE" ALT="Busy Indicator"> }Printer command job
7 {job_state=3?pending:{job_state=4?held:
8 {job_state=5?processing:{job_state=6?stopped:
9 {job_state=7?canceled:{job_state=8?aborted:completed}}}}}}{job_state=9?:{job_printer_state_message?,
10 <EM>"{job_printer_state_message}"</EM>:}}</P>
11
12 </DIV>