]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/printers.tmpl
Improve performance of web interface with large numbers of jobs (Issue #3819)
[thirdparty/cups.git] / templates / printers.tmpl
CommitLineData
b19ccc9e
MS
1{#printer_name=0?:
2<TABLE CLASS="list" SUMMARY="Printer List">
3<THEAD>
9e6d7a0f 4<TR><TH>Queue Name</TH><TH>Description</TH><TH>Location</TH><TH>Make and Model</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>{printer_make_and_model}</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>}