Code

167fa6fd7d3a6cd6e441fa987f8816a29f45e864
[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 style="vertical-align:top;">
4 <h2>
5 <img alt="" align="middle" src="images/rightarrow.png"> {t}Properties{/t}
6 </h2>
7      
8         <table summary="">
9         <tr>
10         <td>
11         <LABEL for="cn">
12         {t}Name of Conference{/t}
13         </LABEL>
14         {$must}
15         </td>
16         <td>
17         <input id="cn" name="cn" size=25 maxlength=60 value="{$cn}" title="{t}Name of subtree to create{/t}">
18         </td>
19         </tr>
20         <tr>
21         <td>
22         <LABEL for="description">
23         {t}Description{/t}
24         </LABEL>
25         {$must}
26         </td>
27         <td>
28         <input id="description" name="description" size=25 maxlength=60 {$descriptionACL} 
29         value="{$description}" title="{t}Descriptive text for department{/t}">
30         </td>
31         </tr>
32         <tr>
33         <td colspan="2"><br></td>
34         </tr>
35         <tr>
36         <td><LABEL for="goFonConferenceOption_P">{t}Base{/t}</LABEL>{$must}</td>
37         <td>
38         <select id="goFonConferenceOption_P" size="1" name="goFonConferenceOption_P" title="{t}Choose subtree to place department in{/t}"> 
39         {html_options options=$goFonConferenceOptions selected=$goFonConferenceOption_P}
40         </select>
41         </td>
42         </tr>
43         </table>
45 </td>
46 <td>
47 <h2><img alt="" align="middle" src="images/house.png"> {t}Location{/t}</h2>
49         <table summary="">
50         <tr>
51         <td>
52         {t}Lifetime in days{/t}
53         </td>
54         <td>
55         <input name="goFonConferenceOptionLifetime" value="{$goFonConferenceOptionLifetime}" {$goFonConferenceOptionLifetimeACL}>
56         </td>
57         </tr>
58         <tr>
59         <td>
60         {t}Number{/t}
61         </td>
62         <td>
63         <input name="goFonConferenceOptionNumber" value="{$goFonConferenceOptionNumber}" {$goFonConferenceOptionNumberACL}>
64         </td>
65         </tr>
66         </table>
68 </td>
69 </tr>
70 <tr>
71 <td colspan=2 style='width:100%;'>
72         <p class='seperator'>&nbsp;</p>
73 </td>
74 </tr>
75 <tr>
76 <td>
77 <h2><img alt="" align="middle" src="images/house.png"> {t}Options{/t}</h2>
79         <table summary="">
80     <tr>
81         <td colspan=2>
82                 <input type="checkbox" name="goFonConferenceOption_D" value="D" {$goFonConferenceOption_DCHK} {$goFonConferenceOption_DACL}> 
83                 {t}preset PIN{/t}
84         </td>
85         </tr>
86         <tr>
87         <td>
88         &nbsp;  {t}PIN{/t}
89         </td>
90         <td>
91                 <input type='text' name="goFonPIN" {$goFonPINACL} value="{$goFonPIN}">
92         </td>
93         </tr>
94         <tr>
95         <td colspan=2>
96         <br><br>
97         </td>
98         </tr>
99     <tr>
100         <td colspan=2>
101                 <input type="checkbox" name="goFonConferenceOption_r" value="r" {$goFonConferenceOption_rCHK} {$goFonConferenceOption_rACL}> 
102         {t}Record Conference{/t}
103         </td>
104         </tr>
105         <tr>
106         <td>
107         &nbsp;  {t}Format{/t}
108         </td>
109         <td>
110         <select id="goFonConferenceOptionFormat" size="1" name="goFonConferenceOptionFormat" title="{t}Choose subtree to place department in{/t}"> 
111         {html_options options=$goFonConferenceOptionFormats selected=$goFonConferenceOptionFormat}
112         </select>
113         </td>
114         </tr>
115         </table>
117 </td>
118 <td>
119         <table summary="">
120         <tr>
121         <td>
122                 {t}Play music on hold{/t}
123         </td>
124         <td>
125                 <input type="checkbox" name="goFonConferenceOption_M" value="M" {$goFonConferenceOption_MCHK} {$goFonConferenceOption_MACL}> 
126         </td>
127         </tr>
128         <tr>
129         <td>
130                 {t}Activate menu{/t}
131         </td>
132         <td>
133                 <input type="checkbox" name="goFonConferenceOption_s" value="s" {$goFonConferenceOption_sCHK} {$goFonConferenceOption_sACL}> 
134         </td>
135         </tr>
136         <tr>
137         <td>
138                 {t}Announce new or leaving user{/t}
139         </td>
140         <td>
141                 <input type="checkbox" name="goFonConferenceOption_i" value="i" {$goFonConferenceOption_iCHK} {$goFonConferenceOption_iACL}> 
142         </td>
143         </tr>
144         <tr>
145         <td>
146                 {t}Count user{/t}
147         </td>
148         <td>
149                 <input type="checkbox" name="goFonConferenceOption_c" value="c" {$goFonConferenceOption_cCHK} {$goFonConferenceOption_cACL}> 
150         </td>
151         </tr>
152         </table>
154 </td>
155 </tr>
156 </table>
158 <!-- Place cursor -->
159 <script language="JavaScript" type="text/javascript">
160   <!-- // First input field on page
161   document.mainform.ou.focus();
162   -->
163 </script>