]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Add missing files from r8033.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 8 Oct 2008 22:53:46 +0000 (22:53 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 8 Oct 2008 22:53:46 +0000 (22:53 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1004 a1ca3aef-8c08-0410-bb20-df032aa958be

doc/images/wait.gif [new file with mode: 0644]
templates/command.tmpl [new file with mode: 0644]

diff --git a/doc/images/wait.gif b/doc/images/wait.gif
new file mode 100644 (file)
index 0000000..c18f421
Binary files /dev/null and b/doc/images/wait.gif differ
diff --git a/templates/command.tmpl b/templates/command.tmpl
new file mode 100644 (file)
index 0000000..9a87439
--- /dev/null
@@ -0,0 +1,12 @@
+<DIV CLASS="indent">
+
+<H2 CLASS="title">{title} On {printer_name}</H2>
+
+<P>{job_state>5?:<IMG SRC="/images/wait.gif" WIDTH="16" HEIGHT="16"
+ALIGN="ABSMIDDLE" ALT="Busy Indicator"> }Printer command job
+{job_state=3?pending:{job_state=4?held:
+{job_state=5?processing:{job_state=6?stopped:
+{job_state=7?canceled:{job_state=8?aborted:completed}}}}}}{job_state=9?:{job_printer_state_message?,
+<EM>"{job_printer_state_message}"</EM>:}}</P>
+
+</DIV>