Code

Added Focus patch
[gosa.git] / plugins / 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/folder_gray.png'}
62             <input type="image" name="chooseBase" src="images/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       </table>
78     </td>
79     <td style="border-left:1px solid #A0A0A0">
80       &nbsp;
81     </td>
82     <td width="50%">
83       <table summary="">
84         <tr>
85           <td>
86             <LABEL for="description">
87               {t}Description{/t}
88             </LABEL>
89           </td>
90           <td>
91 {render acl=$descriptionACL}
92             <input id="description" name="description" size=40 maxlength=80  
93               value="{$description}" title="{t}Descriptive text for department{/t}">
94 {/render} 
95           </td>
96         </tr>
97         <tr>
98           <td>
99             {t}Lifetime (in days){/t}
100           </td>
101           <td>
102 {render acl=$goFonConferenceOptionLifetimeACL}
103             <input name="goFonConferenceOptionLifetime" size=15 value="{$goFonConferenceOptionLifetime}">
104 {/render} 
105           </td>
106         </tr>
107         <tr>
108           <td>
109             {t}Phone number{/t}
110             {$must}
111           </td>
112           <td>
113 {render acl=$telephoneNumberACL}
114             <input name="telephoneNumber" value="{$telephoneNumber}" size=15>
115 {/render} 
116           </td>
117         </tr>
118       </table>
120     </td>
121   </tr>
122   <tr>
123     <td colspan=3 style='width:100%;'>
124       <p class='seperator'>&nbsp;</p>
125     </td>
126   </tr>
127   <tr>
128     <td colspan=3>
129       <h2 style='margin:0px; padding:0px;'><img class="center" alt="" align="middle" src="images/select_ogroup.png"> 
130         {t}Options{/t}
131       </h2>
132     </td>
133   </tr>
134   <tr>
135     <td>
137             <table summary="">
138         <tr>
139                 <td>
140 {render acl=$goFonConferenceOptionPACL}
141                         <input type="checkbox" onclick="changeState('goFonPIN');" name="goFonConferenceOption_P" 
142                                             value="P" {$goFonConferenceOption_PCHK}> 
143 {/render} 
144                 </td>
145           <td>
146                         {t}Preset PIN{/t}
147                 </td>
148               </tr>
149               <tr>
150                 <td>
151                   &nbsp;
152                 </td>
153                 <td>
154                         {t}PIN{/t} 
155 {render acl=$goFonPINACL}
156             <input type='password' name="goFonPIN" id="goFonPIN" value="{$goFonPIN}" title="{$goFonPIN}">
157 {/render} 
158                 </td>
159               </tr>
160         <tr>
161                 <td colspan=2>
162 {render acl=$goFonConferenceOptionrACL}
163                         <input type="checkbox" onclick="changeState('goFonConferenceOptionFormat');" name="goFonConferenceOption_r" 
164               value="r" {$goFonConferenceOption_rCHK}> 
165 {/render} 
166               {t}Record conference{/t}
167                 </td>
168               </tr>
169               <tr>
170                 <td>
171                   &nbsp;
172                 </td>
173                 <td>
174                   {t}Sound file format{/t}&nbsp;
175 {render acl=$goFonConferenceOptionFormatACL}
176                   <select id="goFonConferenceOptionFormat" size="1" name="goFonConferenceOptionFormat" 
177               title="{t}Choose subtree to place department in{/t}"> 
178                     {html_options options=$goFonConferenceOptionFormats selected=$goFonConferenceOptionFormat}
179                 </select>
180 {/render} 
181                 </td>
182               </tr>
183             </table>
185     </td>
186     <td style="border-left:1px solid #A0A0A0">
187       &nbsp;
188           </td>
189     <td>
191       <table summary="">
192         <tr>
193           <td>
194 {render acl=$goFonConferenceOptionMACL}
195             <input type="checkbox" name="goFonConferenceOption_M" value="M" {$goFonConferenceOption_MCHK}> 
196 {/render} 
197             {t}Play music on hold{/t}
198           </td>
199         </tr>
200         <tr>
201           <td>
202 {render acl=$goFonConferenceOptionsACL}
203             <input type="checkbox" name="goFonConferenceOption_s" value="s" {$goFonConferenceOption_sCHK}> 
204 {/render} 
205             {t}Activate session menu{/t}
206           </td>
207         </tr>
208         <tr>
209           <td>
210 {render acl=$goFonConferenceOptioniACL}
211             <input type="checkbox" name="goFonConferenceOption_i" value="i" {$goFonConferenceOption_iCHK}> 
212 {/render} 
213             {t}Announce users joining or leaving the conference{/t}
214          </td>
215         </tr>
216         <tr>
217           <td>
218 {render acl=$goFonConferenceOptioncACL}
219             <input type="checkbox" name="goFonConferenceOption_c" value="c" {$goFonConferenceOption_cCHK}>
220 {/render} 
221             {t}Count users{/t}
222           </td>
223         </tr>
224       </table>
226     </td>
227   </tr>
228 </table>
230 <input type='hidden' name='phoneConferenceGeneric' value='1'>
232 <!-- Place cursor -->
233 <script language="JavaScript" type="text/javascript">
234   <!-- // First input field on page
235         focus_field('cn');
236   -->
237 </script>
238 <!-- 
239 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: 
240 -->