Code

647516ca689ad2647bf22b84654e9d2aa2a2db26
[gosa.git] / trunk / gosa-plugins / goto / personal / environment / logonManagement.tpl
1 <h2><img class="center" alt="" src="plugins/goto/images/logon_script.png" align="middle">&nbsp;{t}Logon script management{/t}</h2>
3     <input type="hidden" name="dialogissubmitted" value="1">
5     <table summary="{t}Logon script management{/t}" width="100%">
6         <tr>
7                         <td width="50%" style="vertical-align:top;border-right:1px solid #B0B0B0">
8                                         <table summary="{t}Logon script settings{/t}">
9                                                 <tr>
10                                                         <td><LABEL for="LogonName">{t}Script name{/t}</LABEL>
11                                                         </td>
12                                                         <td>
13                                                                 <input type="text" size=20 value="{$LogonName}" name="LogonName" {$LogonNameACL} id="LogonName">
14                                                         </td>
15                                                 </tr>
16                                                 <tr>
17                                                         <td><LABEL for="LogonDescription">{t}Description{/t}</LABEL>
18                                                         </td>
19                                                         <td>
20                                                                 <input type="text" size=40 value="{$LogonDescription}" name="LogonDescription" id="LogonDescription"> 
21                                                         </td>
22                                                 </tr>
23                                                 <tr>
24                                                         <td><LABEL for="LogonPriority">{t}Priority{/t}</LABEL>
25                                                         </td><td>
26                                                 <select name="LogonPriority" id="LogonPriority">
27                                                         {html_options values=$LogonPriorityKeys output=$LogonPrioritys}
28                                                 </select>
29                                                         </td>
30                                                 </tr>
31                                         </table>
32                         </td>
33                         <td style="vertical-align:top">
34                                         <table summary="{t}Logon script flags{/t}">
35                                                 <tr>
36                                                         <td>
37                                                                 <input type="checkbox" value="L" name="LogonLast" {$LogonLastCHK} id="LogonLast">
38                                                         <LABEL for="LogonLast">{t}Last script{/t}</LABEL>
39                                                         </td>
40                                                 </tr>
41                                                 <tr>
42                                                         <td>
43                                                                 <input type="checkbox" value="O" name="LogonOverload" {$LogonOverloadCHK} id="LogonOverload">
44                                                                 <LABEL for="LogonOverload">{t}Script can be replaced by user{/t}</LABEL>
45                                                         </td>
46                                                 </tr>
47                                         </table>
48                         </td>
49                 </tr>
50         </table>
51         <p class="seperator">&nbsp;</p>
52         <table width="100%" summary="">
53                 <tr>
54                         <td colspan="2">
55                         <h2><img class="center" alt="" src="plugins/goto/images/logon_script.png" align="middle">&nbsp;{t}Script{/t}</h2>
56                                         <table width="100%" summary="{t}Logon script{/t}">
57                                                 <tr>
58                                                         <td>
59                                                                 <textarea style="width:100%;height:400px;" name="LogonData">{$LogonData}</textarea>
60                                                         </td>
61                                                 </tr>
62                                                 <tr>
63                                                         <td>
64                                                                 <input type="file" name="importFile" id="importFile">
65                                                                 <input type="submit" value="{t}Import{/t}" name="StartImport" >
66                                                         </td>
67                                                 </tr>
68                                         </table>
69                         </td>
70                 </tr>
71         </table>        
73         <p class="seperator">&nbsp;</p>
74     <p align="right">
75     <input type="submit" name="LogonSave"     value="{msgPool type=applyButton}">
76     <input type="submit" name="LogonCancel"   value="{msgPool type=cancelButton}">
77     </p>
79 <script language="JavaScript" type="text/javascript">
80   <!-- // First input field on page
81         focus_field('LogonName');
82   -->
83 </script>