Code

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