Code

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@576 594d385d-05f5-0310...
[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}This menu allows you to 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 for confirmation before deleting systems.{/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      <table style="width:100%;border-top:1px solid #B0B0B0;">
41       {$alphabet}
42      </table>
43 <table style="width:100%;border-top:1px solid #B0B0B0;">
44         <tr>
45                 <td>
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                 </td>
54         </tr>
55 </table>    
56 <table style="width:100%;border-top:1px solid #B0B0B0;">
57         <tr>
58                 <td width="50%"><img alt="" src="{$tree_image}" align=middle>
59                         &nbsp;{t}Display systems of department{/t}
60                 </td>
61             <td>
62                         <select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
63                               {html_options options=$deplist selected=$depselect}
64                     </select>
65                 </td>
66         </tr>
67 </table>
68 <table style="width:100%;border-top:1px solid #B0B0B0;">
69         <tr>
70                 <td width="50%"><img alt="" src="{$search_image}" align=middle>
71                         &nbsp;{t}Display systems matching{/t}
72                 </td>
73             <td>
74                         <input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching system names{/t}' onChange="mainform.submit()">
75                 </td>
76         </tr>
77 </table>
78 <table style="width:100%;border-top:1px solid #B0B0B0;">
79         <tr>
80                 <td width="50%">
81                         <img alt="" src="{$search_image}" align=middle>
82                                 &nbsp;{t}Display terminal(s) of user{/t}
83                         </td>
84                     <td>
85                                 <input type='text' name='user' maxlength='20' value='{$user}' title='{t}User name of which terminal(s) are shown{/t}' onChange="mainform.submit()">
86                         </td>
87         </tr>
88 </table>
89    {$apply}
90    </div>
91   </td>
92 </tr>
93 </table>
95 <input type="hidden" name="ignore">