Code

0ba84c1ecf3fb802b3a3e6efa958436cc7ab1baa
[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"> {t}Properties{/t}</h2>
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         <input id="cn" name="cn" size=25 maxlength=60 value="{$cn}" title="{t}Name of conference to create{/t}" {$cnACL}>
19         </td>
20         </tr>
21         <tr>
22         <td><LABEL for="goFonConferenceOption_D">{t}Type{/t}</LABEL>{$must}</td>
23         <td>
24         <select id="goFonConferenceOption_D" size="1" name="goFonConferenceOption_D" title="{t}Choose subtree to place conference in{/t}" {$goFonConferenceOption_DACL}> 
25         {html_options options=$goFonConferenceOptions selected=$goFonConferenceOption_D}
26         </select>
27         </td>
28         </tr>
29         <tr>
30         <td colspan="2"><br></td>
31         </tr>
32         <tr>
33         <td><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
34         <td>
35         <select id="base" size="1" name="base" title="{t}Choose subtree to place conference in{/t}" {$baseACL}> 
36         {html_options options=$bases selected=$base}
37         </select>
38         </td>
39         </tr>
40         </table>
42 </td>
43 <td style="border-left:1px solid #A0A0A0">
44      &nbsp;
45 </td>
46 <td width="50%">
47         <table summary="">
48         <tr>
49         <td>
50         <LABEL for="description">
51         {t}Description{/t}
52         </LABEL>
53         </td>
54         <td>
55         <input id="description" name="description" size=40 maxlength=80 {$descriptionACL} 
56         value="{$description}" title="{t}Descriptive text for department{/t}">
57         </td>
58         </tr>
59         <tr>
60         <td>
61         {t}Lifetime (in days){/t}
62         </td>
63         <td>
64         <input name="goFonConferenceOptionLifetime" size=15 value="{$goFonConferenceOptionLifetime}" {$goFonConferenceOptionLifetimeACL}>
65         </td>
66         </tr>
67         <tr>
68         <td>
69         {t}Phone number{/t}
70         {$must}
71         </td>
72         <td>
73         <input name="telephoneNumber" value="{$telephoneNumber}" size=15 {$telephoneNumberACL}>
74         </td>
75         </tr>
76         </table>
78 </td>
79 </tr>
80 <tr>
81 <td colspan=3 style='width:100%;'>
82         <p class='seperator'>&nbsp;</p>
83 </td>
84 </tr>
85 <tr>
86  <td colspan=3>
87 <h2 style='margin:0px; padding:0px;'><img class="center" alt="" align="middle" src="images/select_ogroup.png"> {t}Options{/t}</h2>
88  </td>
89 </tr>
90 <tr>
91 <td>
93         <table summary="">
94     <tr>
95         <td>
96                 <input type="checkbox" onclick="changeState('goFonPIN');" name="goFonConferenceOption_P" 
97                                         value="P" {$goFonConferenceOption_PCHK} {$goFonConferenceOption_PACL}> 
98         </td><td>
99                 {t}Preset PIN{/t}
100         </td>
101         </tr>
102         <tr>
103         <td>
104          &nbsp;
105         </td>
106         <td>
107                 {t}PIN{/t} <input type='password' name="goFonPIN" {$goFonPINACL} id="goFonPIN" value="{$goFonPIN}" title="{$goFonPIN}">
108         </td>
109         </tr>
110     <tr>
111         <td colspan=2>
112                 <input type="checkbox" onclick="changeState('goFonConferenceOptionFormat');" name="goFonConferenceOption_r" value="r" {$goFonConferenceOption_rCHK} {$goFonConferenceOption_rACL}> 
113         {t}Record conference{/t}
114         </td>
115         </tr>
116         <tr>
117         <td>
118         &nbsp;
119         </td>
120         <td>
121         {t}Sound file format{/t}&nbsp;
122         <select id="goFonConferenceOptionFormat" size="1" name="goFonConferenceOptionFormat" {$goFonConferenceOptionFormatACL} title="{t}Choose subtree to place department in{/t}"> 
123         {html_options options=$goFonConferenceOptionFormats selected=$goFonConferenceOptionFormat}
124         </select>
125         </td>
126         </tr>
127         </table>
129 </td>
130   <td style="border-left:1px solid #A0A0A0">
131      &nbsp;
132            </td>
133 <td>
134         <table summary="">
135         <tr>
136         <td>
137                 <input type="checkbox" name="goFonConferenceOption_M" value="M" {$goFonConferenceOption_MCHK} {$goFonConferenceOption_MACL}> 
138                 {t}Play music on hold{/t}
139         </td>
140         </tr>
141         <tr>
142         <td>
143                 <input type="checkbox" name="goFonConferenceOption_s" value="s" {$goFonConferenceOption_sCHK} {$goFonConferenceOption_sACL}> 
144                 {t}Activate session menu{/t}
145         </td>
146         </tr>
147         <tr>
148         <td>
149                 <input type="checkbox" name="goFonConferenceOption_i" value="i" {$goFonConferenceOption_iCHK} {$goFonConferenceOption_iACL}> 
150                 {t}Announce users joining or leaving the conference{/t}
151         </td>
152         </tr>
153         <tr>
154         <td>
155                 <input type="checkbox" name="goFonConferenceOption_c" value="c" {$goFonConferenceOption_cCHK} {$goFonConferenceOption_cACL}> 
156                 {t}Count users{/t}
157         </td>
158         </tr>
159         </table>
161 </td>
162 </tr>
163 </table>
165 <!-- Place cursor -->
166 <script language="JavaScript" type="text/javascript">
167   <!-- // First input field on page
168   document.mainform.cn.focus();
169   -->
170 </script>