]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/classes.tmpl
Bump version.
[thirdparty/cups.git] / templates / classes.tmpl
CommitLineData
fa73b229 1{#printer_name=0?:
b19ccc9e
MS
2<TABLE CLASS="list" SUMMARY="Class List">
3<THEAD>
9e6d7a0f 4<TR><TH>Queue Name</TH><TH>Description</TH><TH>Location</TH><TH>Members</TH><TH>Status</TH></TR>
b19ccc9e
MS
5</THEAD>
6<TBODY>
ef416fc2 7{[printer_name]
b19ccc9e 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>
ef416fc2 9}
b19ccc9e
MS
10</TBODY>
11</TABLE></DIV>}