]> git.ipfire.org Git - thirdparty/cups.git/blob - templates/list-available-printers.tmpl
Don't generate certificates that expire on Feb 29th (Issue #5643)
[thirdparty/cups.git] / templates / list-available-printers.tmpl
1 <H2 CLASS="title">Available Printers</H2>
2
3 {#device_uri=0?<P>No printers found.</P>
4 :<UL>{[device_uri]
5 <LI><FORM ACTION="/admin/" METHOD="POST"><INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}"><INPUT TYPE="HIDDEN" NAME="OP" VALUE="add-printer"><INPUT TYPE="HIDDEN" NAME="TEMPLATE_NAME" VALUE="{template_name}"><INPUT TYPE="HIDDEN" NAME="PRINTER_LOCATION" VALUE="Local Printer"><INPUT TYPE="HIDDEN" NAME="PRINTER_INFO" VALUE="{device_make_and_model}"><INPUT TYPE="HIDDEN" NAME="DEVICE_URI" VALUE="{device_uri}"><INPUT TYPE="SUBMIT" VALUE="Add This Printer"></FORM>
6 {device_make_and_model} ({device_info})</LI>
7 }</UL>}