1 <table summary="" 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 {$terminalshead}
11 </div>
12 <div style='height:4px;'></div>
13 <div class="contentboxb" style="border-top:1px solid #B0B0B0;">
14 {$terminals}
15 <input type=hidden name="edit_helper">
16 </div>
17 </td>
18 <td style="vertical-align:top;">
19 <div class="contentboxh" style="border-bottom:1px solid #B0B0B0;">
20 <p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
21 </div>
22 <div class="contentboxb">
23 <p class="contentboxb">
24 {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}
25 </p>
26 </div>
27 <br>
28 <div class="contentboxh">
29 <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
30 </div>
31 <div class="contentboxb">
32 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
33 {$alphabet}
34 </table>
35 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
36 <tr>
37 <td>
38 <input type=checkbox name="servers" value="1" {$servers} onClick="mainform.submit()" title="{t}Select to see servers{/t}">{t}Show servers{/t}<br>
39 <input type=checkbox name="thins" value="1" {$thins} onClick="mainform.submit()" title="{t}Select to see Linux terminals{/t}">{t}Show terminals{/t}<br>
40 <input type=checkbox name="workstations" value="1" {$workstations} onClick="mainform.submit()" title="{t}Select to see Linux workstations{/t}">{t}Show workstations{/t}<br>
41 <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>
42 <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>
43 <input type=checkbox name="phones" value="1" {$phones} onClick="mainform.submit()" title="{t}Select to see VOIP phones{/t}">{t}Show phones{/t}<br>
44 <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>
45 </td>
46 </tr>
47 </table>
48 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
49 <tr>
50 <td><LABEL for="regex"><img alt="{t}Display systems matching{/t}" src="{$search_image}" align=middle></label></td>
51 <td width="99%">
52 <input type='text' style='width:99%' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching system names{/t}' onChange="mainform.submit()">
53 </td>
54 </tr>
55 </table>
56 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
57 <tr>
58 <td>
59 <LABEL for="user"><img alt="{t}Display systems of user{/t}" src="{$searchu_image}" align=middle title="{t}Display systems of user{/t}"></LABEL>
60 </td>
61 <td style="width:99%">
62 <input type='text' style='width:99%' align='left' name='user' maxlength='20' value='{$user}' title='{t}User name of which terminal(s) are shown{/t}' onChange="mainform.submit()">
63 </td>
64 </tr>
65 </table>
66 {$apply}
67 </div>
68 </td>
69 </tr>
70 </table>
72 <input type="hidden" name="ignore">