Code

Updated Inherit everthing for terminals
[gosa.git] / plugins / admin / systems / workstation.tpl
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;">
5    <table summary="">
6     <tr>
7      {if $cn eq 'wdefault'}
8      <td colspan=2>{t}Workstation template{/t}</td>
9      {else}
10      <td><LABEL for="cn">{t}Workstation name{/t}</LABEL>{$must}</td>
11      <td>
12       <input name="cn" id="cn" size=18 maxlength=60 value="{$cn}" {$cnACL}>
13      </td>
14      {/if}
15     </tr>
16     <tr>
17      <td><LABEL for="cn">{t}Location{/t}</LABEL></td>
18      <td>
19       <input name="l" id="l" size=18 maxlength=60 value="{$l}" {$lACL}>
20      </td>
21     </tr>
22     <tr>
23      <td><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
24      <td>
25       <select size="1" id="base" name="base" title="{t}Choose subtree to place terminal in{/t}" {$baseACL}>
26        {html_options options=$bases selected=$base_select}
27       </select>
28             {if $baseACL == ""}
29             <input type="image" name="chooseBase" src="images/folder.png" class="center" title="{t}Select a base{/t}">
30         {else}
31             <img src="images/folder_gray.png" class="center" title="{t}Select a base{/t}">
32         {/if}
33     </tr>
34 {if $member_of_ogroup}
35         <tr>
36                 <td>
37                 </td>
38                 <td>
39         <input type='submit' name='inheritAll' value='{t}Inherit all{/t}'>
40                 </td>
41         </tr>
42 {/if}
44    </table>
45   </td>
46   <td  style="vertical-align:top;border-left:1px solid #A0A0A0;">
47    <table summary="">
48     <tr>
49      <td>{t}Mode{/t}</td>
50      <td>
51       <select name="gotoMode" title="{t}Select terminal mode{/t}" {$gotoModeACL}>
52        {html_options options=$modes selected=$gotoMode_select}
53       </select>
54      </td>
55     </tr>
56     <tr>
57      <td><LABEL for="gotoSyslogServer">{t}Syslog server{/t}</LABEL></td>
58      <td>
59       <select id="gotoSyslogServer" name="gotoSyslogServer" title="{t}Choose server to use for logging{/t}" {$gotoSyslogServerACL}>
60        {html_options options=$syslogservers selected=$gotoSyslogServer_select}
61       </select>
62      </td>
63     </tr>
64    </table>
65 <p class="seperator">&nbsp;</p>
66    <table width="100%">
67     <tr>
68      <td colspan="2">
69         <input type="checkbox" value="1" name="inheritTimeServer"  {$gotoNtpServerACL}
70             {if $inheritTimeServer } checked {/if}
71             onClick="javascript:
72                     changeState('gotoNtpServerSelected');
73                     changeState('gotoNtpServers');
74                     changeState('addNtpServer');
75                     changeState('delNtpServer');">{t}Inherit time server attributes{/t}
76      </td>
77     </tr>
78     <tr>
79      <td colspan="2" style='padding-left:14px;padding-top:5px;'><LABEL for="gotoNtpServerSelected">{t}NTP server{/t}</LABEL><br>
80       <select name="gotoNtpServerSelected[]" id="gotoNtpServerSelected" multiple size=5 style="width:100%;"
81             title="{t}Choose server to use for synchronizing time{/t}" {$gotoNtpServerACL} {if $inheritTimeServer} disabled {/if}>
82        {html_options options=$gotoNtpServer_select}
83       </select>
84      <br>
85       <select name="gotoNtpServers" id="gotoNtpServers" {$gotoNtpServerACL} {if $inheritTimeServer} disabled {/if} >
86        {html_options options=$gotoNtpServers}
87       </select>
88         <input type="submit" name="addNtpServer" value="{t}Add{/t}"     id="addNtpServer" {$gotoNtpServerACL}
89          {if $inheritTimeServer} disabled {/if}>
90         <input type="submit" name="delNtpServer" value="{t}Delete{/t}"  id="delNtpServer" {$gotoNtpServerACL}
91          {if $inheritTimeServer} disabled {/if}>
92      </td>
93     </tr>
94    </table>
95   </td>
96  </tr>
97 </table>
99 {if $cn neq 'wdefault'}
100 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
102 {$netconfig}
103 {/if}
105 {if $fai_activated}
106 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
107 <h2><img class="center" alt="" align="middle" src="images/rocket.png"> {t}Action{/t}</h2>
108 <table summary="">
109  <tr>
110   <td>
111    <select size="1" name="saction" {$actionACL} title="{t}Select action to execute for this terminal{/t}">
112     <option>&nbsp;</option>
113     {html_options options=$actions}
114    </select>
115   </td>
116   <td>
117    <input type=submit name="action" value="{t}Execute{/t}">
118   </td>
119  </tr>
120 </table>
121 {/if}
122 <input type="hidden" name="workgeneric_posted" value="1">
123  {if $cn eq 'wdefault'}
124 <!-- Place cursor -->
125                 <script language="JavaScript" type="text/javascript">
126                   <!-- // First input field on page
127                         focus_field('l');
128                   -->
129                 </script>
130      {else}
131                 <script language="JavaScript" type="text/javascript">
132                   <!-- // First input field on page
133                         focus_field('cn');
134                   -->
135                 </script>
136      {/if}