summaryrefslogtreecommitdiff
path: root/templates/hu/classes.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/hu/classes.tmpl')
-rw-r--r--templates/hu/classes.tmpl15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/hu/classes.tmpl b/templates/hu/classes.tmpl
new file mode 100644
index 000000000..86c6fbc70
--- /dev/null
+++ b/templates/hu/classes.tmpl
@@ -0,0 +1,15 @@
+{#printer_name=0?:
+<TABLE CLASS="list" SUMMARY="Osztálylista">
+<THEAD>
+<TR><TH><A
+HREF="{THISURL}?QUERY={?QUERY}&amp;WHICH_JOBS={?WHICH_JOBS}&amp;FIRST={FIRST}&amp;ORDER={ORDER=dec?asc:dec}">{ORDER=dec?<SMALL>&#x25b2;</SMALL>
+Sor neve <SMALL>&#x25b2;</SMALL>:<SMALL>&#x25bc;</SMALL> Sor neve
+<SMALL>&#x25bc;</SMALL>}</A></TH><TH>
+Leírás</TH><TH>Hely</TH><TH>Tagok</TH><TH>Állapot</TH></TR>
+</THEAD>
+<TBODY>
+{[printer_name]<TR><TD><A HREF="{printer_uri_supported}">{printer_name}</A></TD><TD>{printer_info}</TD><TD>{printer_location}</TD><TD>{?member_uris=?Nincs:{member_uris}}</TD><TD>{printer_state=3?Tétlen:{printer_state=4?Feldolgozás:Szüneteltetve}}{printer_state_message?
+- "{printer_state_message}":}</TD></TR>
+}
+</TBODY>
+</TABLE></DIV>}