]> git.ipfire.org Git - thirdparty/cups.git/blob - templates/option-pickone.tmpl
Added templates, CGI variable code, and updated printers CGI to use
[thirdparty/cups.git] / templates / option-pickone.tmpl
1 <HTML>
2 <HEAD>
3 <TITLE>Printers on {server_name} - {cups_version}</TITLE>
4 <LINK REL=STYLESHEET TYPE="text/css" HREF="/cups.css">
5 <MAP NAME="navbar">
6 <AREA SHAPE="RECT" COORDS="10,10,85,30" HREF="/printers" ALT="Current Printer Status">
7 <AREA SHAPE="RECT" COORDS="95,10,175,30" HREF="/classes" ALT="Current Printer Classes Status">
8 <AREA SHAPE="RECT" COORDS="185,10,235,30" HREF="/jobs" ALT="Current Jobs Status">
9 <AREA SHAPE="RECT" COORDS="245,10,395,30" HREF="/documentation.html" ALT="Read CUPS Documentation On-Line">
10 <AREA SHAPE="RECT" COORDS="405,10,490,30" HREF="http://www.cups.org" ALT="Download the Current CUPS Software">
11 </MAP>
12 <STYLE>
13 BODY { background-color: #cccc99 }
14 H1 { font-family: sans-serif; }
15 H2 { font-family: sans-serif; }
16 TH { background-color: #999966 }
17 </STYLE>
18 </HEAD>
19 <BODY>
20 <P>
21 <A HREF="http://www.easysw.com" ALT="Easy Software Products Home Page">
22 <IMG SRC="../images/logo.gif" WIDTH="71" HEIGHT="40" BORDER=0 ALT="Easy Software Products Home Page"></A>
23 <IMG SRC="../images/navbar.gif" WIDTH="540" HEIGHT="40" USEMAP="#navbar" BORDER=0>
24
25 <H1>Printers on {server_name}</H1>
26
27 <TABLE BORDER="1">
28 <TR>
29 <TH>Name</TH>
30 <TH>Information</TH>
31 </TR>
32 <TR>
33 <TD COLSPAN="2"><IMG SRC="images/add-printer.gif"></TD>
34 </TR>
35 {[printer_name]
36 <TR>
37 <TD VALIGN=TOP><A HREF="{printer_uri}">
38 <IMG SRC="../images/printer-idle.gif" BORDER="0"><BR>{printer_name}</A></TD>
39 <TD VALIGN=TOP>Make and Model: {printer_make_and_model}<BR>
40 Location: {printer_location}<BR>
41 Printer State: {printer_idle},
42 {printer_is_accepting_jobs=0?rejecting jobs:accepting jobs}.
43 <P>
44 <IMG SRC="../images/print-test-page.gif">
45 <IMG SRC="../images/modify-printer.gif">
46 <IMG SRC="../images/start-printer.gif">
47 <IMG SRC="../images/stop-printer.gif">
48 <IMG SRC="../images/accept-jobs.gif">
49 <IMG SRC="../images/reject-jobs.gif">
50 <IMG SRC="../images/delete-printer.gif">
51 </TD>
52 </TR>
53 }
54 </TABLE>
55 </CENTER>
56 <HR>
57 <P>The Common UNIX Printing System, CUPS, and the CUPS logo are the
58 trademark property of <A HREF="http://www.easysw.com">Easy Software
59 Products</A>. CUPS is copyright 1997-1999 by Easy Software Products,
60 All Rights Reserved.
61 </BODY>
62 </HTML>