Code

Moved to trunk/branches/tags structure
[gosa.git] / plugins / admin / systems / headpage.tpl
1 <table style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
2 <tr>
3   <td style="vertical-align:top;">
4   <div class="contentboxh">
5     <p class="contentboxh">
6      {t}List of systems{/t} {$hint}
7     </p>
8   </div>
9   <div class="contentboxb">
10     <p class="contentboxb">
11      <select style="width:500px; height:450px;" name="termlist" size=15 ondblclick="this.form.edit_helper.value='1'; this.form.submit()">
12       {$terminals}
13     </select>
14     <br>
15     <input type=submit value="{t}New{/t}..." name="new_terminal">&nbsp;
16     <input type=submit value="{t}Edit{/t}" name="select_terminal">&nbsp;
17     <input type=submit value="{t}Delete{/t}" name="delete_terminal">&nbsp;
18     <input type=submit value="{t}Set password{/t}" name="set_password">&nbsp;
19     <input type=hidden name="edit_helper">
20    </p>
21   </div>
22   </td>
23   <td style="vertical-align:top;">
24    <div class="contentboxh">
25     <p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
26    </div>
27    <div class="contentboxb">
28    <p class="contentboxb">
29     {t}Using this menu you can add, remove and change the properties of specific systems. You can only add systems which have already been started once.{/t}
30    </p>
31    <p>
32     {t}-Edit- will execute an assistant to aid you in changing the system properties. -Delete- will ask before really deleting things from your LDAP.{/t}
33    </p>
34    </div>
35    <br>
36    <div class="contentboxh">
37     <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
38    </div>
39    <div class="contentboxb">
40     <p class="contentboxb" style="border-top:1px solid #B0B0B0;">
41      <table style="width:100%;">
42       {$alphabet}
43      </table>
44     </p>
45     <p class="contentboxb" style="border-top:1px solid #B0B0B0;">
46     <input type=checkbox name="servers" value="1" {$servers} onClick="mainform.submit()" title="{t}Select to see servers{/t}">{t}Show servers{/t}<br>
47     <input type=checkbox name="thins" value="1" {$thins} onClick="mainform.submit()" title="{t}Select to see Linux terminals{/t}">{t}Show terminals{/t}<br>
48     <input type=checkbox name="workstations" value="1" {$workstations} onClick="mainform.submit()" title="{t}Select to see Linux workstations{/t}">{t}Show workstations{/t}<br>
49     <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>
50     <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>
51     <input type=checkbox name="phones" value="1" {$phones} onClick="mainform.submit()" title="{t}Select to see VOIP phones{/t}">{t}Show phones{/t}<br>
52     <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>
53     </p>
54     <p class="contentboxb" style="border-top:1px solid #B0B0B0;">
55     <table width="100%"><tr><td width="50%"><img src="{$tree_image}" align=center>&nbsp;{t}Display systems of department{/t}</td>
56     <td><select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
57       {html_options options=$deplist selected=$depselect}
58     </select></td></tr></table>
59     </p>
60     <p class="contentboxb" style="border-top:1px solid #B0B0B0">
61     <table width="100%"><tr><td width="50%"><img src="{$search_image}" align=center>&nbsp;{t}Display systems matching{/t}</td>
62     <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>
63     </p>
64     <p class="contentboxb" style="border-top:1px solid #B0B0B0">
65     <table width="100%"><tr><td width="50%"><img src="{$search_image}" align=center>&nbsp;{t}Display terminal(s) of user{/t}</td>
66     <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>
67    </p>
68    {$apply}
69    </div>
70   </td>
71 </tr>
72 </table>
74 <input type="hidden" name="ignore">