Code

Updated template
[gosa.git] / gosa-plugins / gofon / gofon / conference / generic.tpl
1 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
2   <tr>
3     <td colspan=3>
4       <h3>{t}Properties{/t}</h3>
5     </td>
6   </tr>
7   <tr>
8     <td style="vertical-align:top">
9         <table summary="">
10         <tr>
11           <td>
12             <LABEL for="cn">
13               {t}Conference name{/t}
14             </LABEL>
15             {$must}
16           </td>
17           <td>
18 {render acl=$cnACL}
19             <input type='text' id="cn" name="cn" size=25 maxlength=60 value="{$cn}" title="{t}Name of conference to create{/t}">
20 {/render}
21           </td>
22         </tr>
23         <tr>
24           <td>
25             <LABEL for="goFonConferenceOption_D">
26               {t}Type{/t}
27             </LABEL>
28             {$must}
29           </td>
30           <td>
31 {render acl=$goFonConferenceOptionDACL}
32             <select id="goFonConferenceOption_D" size="1" name="goFonConferenceOption_D" 
33               title="{t}Choose subtree to place conference in{/t}"> 
34               {html_options options=$goFonConferenceOptions selected=$goFonConferenceOption_D}
35             </select>
36 {/render} 
37           </td>
38         </tr>
39         <tr>
40           <td colspan="2">
41             <br>
42           </td>
43         </tr>
44         <tr>
45           <td>
46             <LABEL for="base">
47               {t}Base{/t}
48             </LABEL>
49             {$must}
50           </td>
51           <td>
53 {render acl=$baseACL}
54           {$base}
55 {/render}
57           </td>
58         </tr>
59         <tr>
60           <td><LABEL for="goFonHomeServer">{t}Home server{/t}</LABEL>{$must}</td>
61           <td>
62 {render acl=$goFonHomeServerACL}
63                 <select name='goFonHomeServer' size=1>
64                  {html_options options=$goFonHomeServers selected=$goFonHomeServer}
65                 </select>
66 {/render}
67           </td>
68         </tr>
69         <tr>
70           <td>{t}Language{/t}
71           </td>
72           <td>
73 {render acl=$languageACL}
74             <select name="language" title="{t}Select language{/t}" size=1>
75               {html_options options=$languages selected=$language}
76             </select>
77 {/render}
78           </td>
79         </tr>
80       </table>
81     </td>
82     <td style="border-left:1px solid #A0A0A0">
83       &nbsp;
84     </td>
85     <td width="50%">
86       <table summary="">
87         <tr>
88           <td>
89             <LABEL for="description">
90               {t}Description{/t}
91             </LABEL>
92           </td>
93           <td>
94 {render acl=$descriptionACL}
95             <input id="description" name="description" size=40 maxlength=80  
96               value="{$description}" title="{t}Descriptive text for department{/t}">
97 {/render} 
98           </td>
99         </tr>
100         <tr>
101           <td>
102             {t}Lifetime (in days){/t}
103           </td>
104           <td>
105 {render acl=$goFonConferenceOptionLifetimeACL}
106             <input type='text' name="goFonConferenceOptionLifetime" size=15 value="{$goFonConferenceOptionLifetime}">
107 {/render} 
108           </td>
109         </tr>
110         <tr>
111           <td>
112             {t}Phone number{/t}
113             {$must}
114           </td>
115           <td>
116 {render acl=$telephoneNumberACL}
117             <input type='text' name="telephoneNumber" value="{$telephoneNumber}" size=15>
118 {/render} 
119           </td>
120         </tr>
121       </table>
123     </td>
124   </tr>
125   <tr>
126     <td colspan=3 style='width:100%;'>
127       <hr>
128     </td>
129   </tr>
130   <tr>
131     <td colspan=3>
132       <h3>{t}Options{/t}</h3>
133     </td>
134   </tr>
135   <tr>
136     <td>
138             <table summary="">
139         <tr>
140                 <td>
141 {render acl=$goFonConferenceOptionPACL}
142                         <input type="checkbox" onclick="changeState('goFonPIN');" name="goFonConferenceOption_P" 
143                                             value="P" {$goFonConferenceOption_PCHK}> 
144 {/render} 
145                 </td>
146           <td>
147                         {t}Preset PIN{/t}
148                 </td>
149               </tr>
150               <tr>
151                 <td>
152                   &nbsp;
153                 </td>
154                 <td>
155                         {t}PIN{/t} 
156 {render acl=$goFonPINACL}
157             <input type='password' name="goFonPIN" id="goFonPIN" value="{$goFonPIN}" title="{$goFonPIN}">
158 {/render} 
159                 </td>
160               </tr>
161         <tr>
162                 <td colspan=2>
163 {render acl=$goFonConferenceOptionrACL}
164                         <input type="checkbox" onclick="changeState('goFonConferenceOptionFormat');" name="goFonConferenceOption_r" 
165               value="r" {$goFonConferenceOption_rCHK}> 
166 {/render} 
167               {t}Record conference{/t}
168                 </td>
169               </tr>
170               <tr>
171                 <td>
172                   &nbsp;
173                 </td>
174                 <td>
175                   {t}Sound file format{/t}&nbsp;
176 {render acl=$goFonConferenceOptionFormatACL}
177                   <select id="goFonConferenceOptionFormat" size="1" name="goFonConferenceOptionFormat" 
178               title="{t}Choose subtree to place department in{/t}"> 
179                     {html_options options=$goFonConferenceOptionFormats selected=$goFonConferenceOptionFormat}
180                 </select>
181 {/render} 
182                 </td>
183               </tr>
184             </table>
186     </td>
187     <td style="border-left:1px solid #A0A0A0">
188       &nbsp;
189           </td>
190     <td>
192       <table summary="">
193         <tr>
194           <td>
195 {render acl=$goFonConferenceOptionMACL}
196             <input type="checkbox" name="goFonConferenceOption_M" value="M" {$goFonConferenceOption_MCHK}> 
197 {/render} 
198             {t}Play music on hold{/t}
199           </td>
200         </tr>
201         <tr>
202           <td>
203 {render acl=$goFonConferenceOptionsACL}
204             <input type="checkbox" name="goFonConferenceOption_s" value="s" {$goFonConferenceOption_sCHK}> 
205 {/render} 
206             {t}Activate session menu{/t}
207           </td>
208         </tr>
209         <tr>
210           <td>
211 {render acl=$goFonConferenceOptioniACL}
212             <input type="checkbox" name="goFonConferenceOption_i" value="i" {$goFonConferenceOption_iCHK}> 
213 {/render} 
214             {t}Announce users joining or leaving the conference{/t}
215          </td>
216         </tr>
217         <tr>
218           <td>
219 {render acl=$goFonConferenceOptioncACL}
220             <input type="checkbox" name="goFonConferenceOption_c" value="c" {$goFonConferenceOption_cCHK}>
221 {/render} 
222             {t}Count users{/t}
223           </td>
224         </tr>
225       </table>
227     </td>
228   </tr>
229 </table>
231 <input type='hidden' name='phoneConferenceGeneric' value='1'>
233 <!-- Place cursor -->
234 <script language="JavaScript" type="text/javascript">
235   <!-- // First input field on page
236         focus_field('cn');
237   -->
238 </script>
239 <!-- 
240 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: 
241 -->