Code

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