Code

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