1 <h2><img class="center" alt="" align="middle" src="images/rightarrow.png"> {t}Properties{/t}</h2>
2 <table summary="" style="width:100%;">
3 <tr>
4 <td style="width:50%; vertical-align:top;">
6 <table summary="">
7 <tr>
8 {if $cn eq 'default'}
9 <td colspan=2>{t}Terminal template{/t}</td>
10 {else}
11 <td><LABEL for="cn">{t}Terminal name{/t}</LABEL>{$must}</td>
12 <td>
13 <input name="cn" id="cn" size=18 maxlength=60 value="{$cn}">
14 </td>
15 {/if}
16 </tr>
17 <tr>
18 <td><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
19 <td>
20 <select size="1" id="base" name="base" title="{t}Choose subtree to place terminal in{/t}">
21 {html_options options=$bases selected=$base_select}
22 </select>
23 <input type="image" name="chooseBase" src="images/folder.png" class="center" title="{t}Select a base{/t}">
24 </tr>
25 </table>
27 </td>
29 <td rowspan=2 style="border-left:1px solid #A0A0A0">
30
31 </td>
33 <td style="vertical-align:top;">
35 <table summary="">
36 <tr>
37 <td><LABEL for="gotoMode">{t}Mode{/t}</LABEL></td>
38 <td>
39 <select id="gotoMode" name="gotoMode" title="{t}Select terminal mode{/t}" {$gotoModeACL}>
40 {html_options options=$modes selected=$gotoMode_select}
41 </select>
42 </td>
43 </tr>
44 </table>
46 </td>
47 </tr>
48 <tr>
49 <td style="width:50%;">
50 <table summary="">
51 <tr><td colspan=2><div style="height:15px;"></div></td></tr>
52 <tr>
53 <td><LABEL for="gotoTerminalPath">{t}Root server{/t}</LABEL></td>
54 <td>
55 <select name="gotoTerminalPath" id="gotoTerminalPath" title="{t}Select NFS root filesystem to use{/t}" {$gotoTerminalPathACL}>
56 {html_options values=$nfsservers output=$nfsservers selected=$gotoTerminalPath_select}
57 </select>
58 </td>
59 </tr>
60 <tr>
61 <td><LABEL for="gotoSwapServer">{t}Swap server{/t}</LABEL></td>
62 <td>
63 <select name="gotoSwapServer" id="gotoSwapServer" title="{t}Choose NFS filesystem to place swap files on{/t}" {$gotoSwapServerACL}>
64 {html_options values=$nfsservers output=$nfsservers selected=$gotoSwapServer_select}
65 </select>
66 </td>
67 </tr>
68 </table>
69 </td>
70 <td style="vertical-align:top;">
72 <table summary="">
73 <tr><td colspan=2><div style="height:15px;"></div></td></tr>
74 <tr>
75 <td><LABEL for="gotoSyslogServer">{t}Syslog server{/t}</LABEL></td>
76 <td>
77 <select name="gotoSyslogServer" id="gotoSyslogServer" title="{t}Choose server to use for logging{/t}" {$gotoSyslogServerACL}>
78 {html_options values=$syslogservers output=$syslogservers selected=$gotoSyslogServer_select}
79 </select>
80 </td>
81 </tr>
82 <tr>
83 <td><LABEL for="gotoNtpServer">{t}NTP server{/t}</LABEL></td>
84 <td>
85 <select name="gotoNtpServer" id="gotoNtpServer" title="{t}Choose server to use for synchronizing time{/t}" {$gotoNtpServerACL}>
86 {html_options values=$ntpservers output=$ntpservers selected=$gotoNtpServer_select}
87 </select>
88 </td>
89 </tr>
90 </table>
92 </td>
93 </tr>
94 </table>
95 <p class="plugbottom" style="margin-bottom:0px; padding:0px;"> </p>
97 {$netconfig}
99 <p class="plugbottom" style="margin-bottom:0px; padding:0px;"> </p>
100 <h2><img class="center" alt="" align="middle" src="images/rocket.png"> {t}Action{/t}</h2>
101 <table summary="">
102 <tr>
103 <td>
104 <select size="1" name="saction" {$actionACL} title="{t}Select action to execute for this terminal{/t}">
105 <option disabled> </option>
106 {html_options options=$actions}
107 </select>
108 </td>
109 <td>
110 <input type=submit name="action" value="{t}Execute{/t}">
111 </td>
112 </tr>
113 </table>
116 <!-- Place cursor -->
117 <script language="JavaScript" type="text/javascript">
118 <!-- // First input field on page
119 document.mainform.cn.focus();
120 -->
121 </script>