Code

Fixed date of birth && userPicture
[gosa.git] / plugins / personal / nagios / nagios.tpl
1 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding="0" border="0">
2  <tr>
3   <td style="width:50%; vertical-align:top;">
4    <h2>
5     <img class="center" alt="" align="middle" src="images/rightarrow.png" />&nbsp;{t}Nagios Account{/t}</h2>
6    <table summary="">
7     <tr>
8      <td><label for="NagiosAlias">{t}Alias{/t}</label>{$must}</td>
9      <td>
10 {render acl=$NagiosAliasACL}
11       <input id="NagiosAlias" name="NagiosAlias" size=25 maxlength=65 value="{$NagiosAlias}">
12 {/render}
13      </td>
14     </tr>
16     <tr>
17      <td><label for="NagiosMail">{t}Mail address{/t}</label>{$must}</td>
18      <td>
19 {render acl=$NagiosMailACL}
20       <input id="NagiosMail" name="NagiosMail" size=25 maxlength=65 value="{$NagiosMail}">
21 {/render}
22      </td>
23     </tr>
25     <tr>
26      <td>
27       <label for="HostNotificationPeriod">{t}Host notification period{/t}</label>{$must}
28      </td>
29      <td>
30 {render acl=$HostNotificationPeriodACL}
31       <select name="HostNotificationPeriod" id="HostNotificationPeriod">
32        {html_options options=$HostNotificationPeriodValues values=$HostNotificationPeriodValues selected=$HostNotificationPeriod }
33       </select>
34 {/render}
35      </td>
36     </tr>
38     <tr>
39      <td>
40       <label for="ServiceNotificationPeriod">{t}Service notification period{/t}</label>{$must}
41      </td>
42      <td>
43 {render acl=$ServiceNotificationPeriodACL}
44       <select name="ServiceNotificationPeriod" id="ServiceNotificationPeriod">
45        {html_options options=$ServiceNotificationPeriodValues values=$ServiceNotificationPeriodValues selected=$ServiceNotificationPeriod}
46       </select>
47 {/render}
48      </td>
49     </tr>
51     <tr>
52      <td>
53       <label for="ServiceNotificationOptions">{t}Service notification options{/t}</label>{$must}
54      </td>
55      <td>
56 {render acl=$ServiceNotificationOptionsACL}
57       <select name="ServiceNotificationOptions" id="ServiceNotificationOptions">
58        {html_options options=$ServiceNotificationOptionsValues values=$ServiceNotificationOptionsValues selected=$ServiceNotificationOptions}
59       </select>
60 {/render}
61      </td>
62     </tr>
64     <tr>
65      <td>
66       <label for="HostNotificationOptions">{t}Host notification options{/t}</label>{$must}
67      </td>
68      <td>
69 {render acl=$HostNotificationOptionsACL}
70       <select name="HostNotificationOptions" id="HostNotificationOptions">
71        {html_options options=$HostNotificationOptionsValues values=$HostNotificationOptionsValues selected=$HostNotificationOptions }
72       </select>
73 {/render}
74      </td>
75     </tr>
77     <tr>
78      <td>
79       <label for="NagiosPager">{t}Pager{/t}</label>
80      </td>
81      <td>
82 {render acl=$NagiosPagerACL}
83       <input id="NagiosPager" name="NagiosPager" size=25 maxlength=65 value="{$NagiosPager}">
84 {/render}
85      </td>
86     </tr>
88     <tr>
89      <td>
90       <label for="ServiceNotificationCommands">{t}Service notification commands{/t}</label>
91      </td>
92      <td>
93 {render acl=$ServiceNotificationCommandsACL}
94       <input id="ServiceNotificationCommands" disabled name="ServiceNotificationCommands" size=25 maxlength=65  value="{$ServiceNotificationCommands}">
95 {/render}
96      </td>
97     </tr>
98     <tr>
99      <td>
100       <label for="HostNotificationCommands">{t}Host notification commands{/t}</label>
101      </td>
102      <td>
103 {render acl=$HostNotificationCommandsACL}
104       <input id="HostNotificationCommands" disabled name="HostNotificationCommands" size=25 maxlength=65  value="{$HostNotificationCommands}">
105 {/render}
106      </td>
107     </tr>
108    </table>
109   </td>
110   <td style="border-left:1px solid #A0A0A0">
111    &nbsp;
112   </td>
113   <td style="width:100%; vertical-align:top;">
114    <h2> 
115     <img class="center" alt="" align="middle" src="images/rightarrow.png" />&nbsp;{t}Nagios authentification{/t}
116    </h2>
117    <table summary="">
118     <tr>
119      <td>
120 {render acl=$AuthorizedSystemInformationACL}
121       <input type="checkbox" name="AuthorizedSystemInformation" value="1" {$AuthorizedSystemInformationACL}  
122        $AuthorizedSystemInformationCHK}>{t}view system informations{/t}
123 {/render}
124      </td>
125     </tr>
126  
127     <tr>
128      <td>
129 {render acl=$AuthorizedConfigurationInformationACL}
130       <input type="checkbox" name="AuthorizedConfigurationInformation" {$AuthorizedConfigurationInformationACL} value="1" 
131        {$AuthorizedConfigurationInformationCHK}>{t}view configuration information{/t}
132 {/render}
133      </td>
134     </tr>
135         
136     <tr>
137      <td>
138 {render acl=$AuthorizedSystemCommandsACL}
139       <input type="checkbox" name="AuthorizedSystemCommands" {$AuthorizedSystemCommandsACL} value="1" 
140        {$AuthorizedSystemCommandsCHK}>{t}trigger system commands{/t}
141 {/render}
142      </td>
143     </tr>
144         
145     <tr>
146      <td>
147 {render acl=$AuthorizedAllServicesACL}
148       <input type="checkbox" name="AuthorizedAllServices" value="1" 
149        {$AuthorizedAllServicesCHK}>{t}view all services{/t}
150 {/render}
151      </td>
152     </tr>
153         
154     <tr>
155      <td>
156 {render acl=$AuthorizedAllHostsACL}
157       <input type="checkbox" name="AuthorizedAllHosts" value="1" 
158        {$AuthorizedAllHostsCHK}>{t}view all hosts{/t}
159 {/render}
160      </td> 
161     </tr>
162         
163     <tr>
164      <td>
165 {render acl=$AuthorizedAllServiceCommandsACL}
166       <input type="checkbox" name="AuthorizedAllServiceCommands" value="1" 
167        {$AuthorizedAllServiceCommandsCHK}>{t}trigger all service commands{/t}
168 {/render}
169      </td>
170     </tr>
171         
172     <tr>
173      <td>
174 {render acl=$AuthorizedAllHostCommandsACL}
175       <input type="checkbox" name="AuthorizedAllHostCommands" value="1" 
176        {$AuthorizedAllHostCommandsCHK}>{t}trigger all host commands{/t}
177 {/render}
178      </td>
179     </tr>
180    </table>
181   </td>
182  </tr>
183 </table>
185 <input type="hidden" name="nagiosTab" value="nagiosTab">
187 <!-- Place cursor -->
188 <script language="JavaScript" type="text/javascript">
189   <!-- // First input field on page
190   document.mainform.NagiosAlias.focus();
191   -->
192 </script>