summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b435ab8)
raw | patch | inline | side by side (parent: b435ab8)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 25 May 2005 11:25:54 +0000 (11:25 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 25 May 2005 11:25:54 +0000 (11:25 +0000) |
plugins/admin/systems/headpage.tpl | patch | blob | history |
index 76f8922e744d3de1c5ba917612d3fd7c344fecc5..53def3bc7fbe45a6ae273cf4f944e39ffe59ec06 100644 (file)
<p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
</div>
<div class="contentboxb">
- <p class="contentboxb" style="border-top:1px solid #B0B0B0;">
- <table style="width:100%;">
+ <table style="width:100%;border-top:1px solid #B0B0B0;">
{$alphabet}
</table>
- </p>
- <p class="contentboxb" style="border-top:1px solid #B0B0B0;">
- <input type=checkbox name="servers" value="1" {$servers} onClick="mainform.submit()" title="{t}Select to see servers{/t}">{t}Show servers{/t}<br>
+<table style="width:100%;border-top:1px solid #B0B0B0;">
+ <tr>
+ <td>
+ <input type=checkbox name="servers" value="1" {$servers} onClick="mainform.submit()" title="{t}Select to see servers{/t}">{t}Show servers{/t}<br>
<input type=checkbox name="thins" value="1" {$thins} onClick="mainform.submit()" title="{t}Select to see Linux terminals{/t}">{t}Show terminals{/t}<br>
<input type=checkbox name="workstations" value="1" {$workstations} onClick="mainform.submit()" title="{t}Select to see Linux workstations{/t}">{t}Show workstations{/t}<br>
<input type=checkbox name="winstations" value="1" {$winstations} onClick="mainform.submit()" title="{t}Select to see MicroSoft Windows based workstations{/t}">{t}Show windows based workstations{/t}<br>
<input type=checkbox name="printers" value="1" {$printers} onClick="mainform.submit()" title="{t}Select to see network printers{/t}">{t}Show network printers{/t}<br>
<input type=checkbox name="phones" value="1" {$phones} onClick="mainform.submit()" title="{t}Select to see VOIP phones{/t}">{t}Show phones{/t}<br>
<input type=checkbox name="netdev" value="1" {$netdev} onClick="mainform.submit()" title="{t}Select to see network devices{/t}">{t}Show network devices{/t}<br>
- </p>
- <p class="contentboxb" style="border-top:1px solid #B0B0B0;">
- <table width="100%"><tr><td width="50%"><img alt="" src="{$tree_image}" align=middle> {t}Display systems of department{/t}</td>
- <td><select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
- {html_options options=$deplist selected=$depselect}
- </select></td></tr></table>
- </p>
- <p class="contentboxb" style="border-top:1px solid #B0B0B0">
- <table width="100%"><tr><td width="50%"><img alt="" src="{$search_image}" align=middle> {t}Display systems matching{/t}</td>
- <td><input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching system names{/t}' onChange="mainform.submit()"></td></tr></table>
- </p>
- <p class="contentboxb" style="border-top:1px solid #B0B0B0">
- <table width="100%"><tr><td width="50%"><img alt="" src="{$search_image}" align=middle> {t}Display terminal(s) of user{/t}</td>
- <td><input type='text' name='user' maxlength='20' value='{$user}' title='{t}User name of which terminal(s) are shown{/t}' onChange="mainform.submit()"></td></tr></table>
- </p>
+ </td>
+ </tr>
+</table>
+<table style="width:100%;border-top:1px solid #B0B0B0;">
+ <tr>
+ <td width="50%"><img alt="" src="{$tree_image}" align=middle>
+ {t}Display systems of department{/t}
+ </td>
+ <td>
+ <select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
+ {html_options options=$deplist selected=$depselect}
+ </select>
+ </td>
+ </tr>
+</table>
+<table style="width:100%;border-top:1px solid #B0B0B0;">
+ <tr>
+ <td width="50%"><img alt="" src="{$search_image}" align=middle>
+ {t}Display systems matching{/t}
+ </td>
+ <td>
+ <input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching system names{/t}' onChange="mainform.submit()">
+ </td>
+ </tr>
+</table>
+<table style="width:100%;border-top:1px solid #B0B0B0;">
+ <tr>
+ <td width="50%">
+ <img alt="" src="{$search_image}" align=middle>
+ {t}Display terminal(s) of user{/t}
+ </td>
+ <td>
+ <input type='text' name='user' maxlength='20' value='{$user}' title='{t}User name of which terminal(s) are shown{/t}' onChange="mainform.submit()">
+ </td>
+ </tr>
+</table>
{$apply}
</div>
</td>