Code

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