]> git.ipfire.org Git - thirdparty/cups.git/blob - templates/classes.tmpl
Update ipp documentation to reflect the behavior of configuring WiFi on IPP USB printers.
[thirdparty/cups.git] / templates / classes.tmpl
1 {#printer_name=0?:
2 <TABLE CLASS="list" SUMMARY="Class List">
3 <THEAD>
4 <TR><TH>Queue Name</TH><TH>Description</TH><TH>Location</TH><TH>Members</TH><TH>Status</TH></TR>
5 </THEAD>
6 <TBODY>
7 {[printer_name]
8 <TR><TD><A HREF="{printer_uri_supported}">{printer_name}</A></TD><TD>{printer_info}</TD><TD>{printer_location}</TD><TD>{?member_uris=?None:{member_uris}}</TD><TD>{printer_state=3?Idle:{printer_state=4?Processing:Paused}}{printer_state_message? - "{printer_state_message}":}</TD></TR>
9 }
10 </TBODY>
11 </TABLE></DIV>}