Code

4c60f20c4499c3ad6dbda36644235b4ffdbae997
[gosa.git] / plugins / gofax / blocklists / generic.tpl
1 <h2><img alt="" align="middle" src="images/rightarrow.png"> {t}Generic{/t}</h2>
2 <table style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
4  <tr>
5    <td style="width:50%; vertical-align:top;">
6     <table>
7      <tr>
8       <td>{t}List name{/t}{$must}</td>
9       <td>
10        <input name="cn" size=25 maxlength=60 {$mode} {$cnACL} value="{$cn}" title="{t}Name of blocklist{/t}">
11       </td>
12      </tr>
13      <tr>
14       <td>{t}Base{/t}{$must}</td>
15       <td>
16        <select size="1" name="base" {$selectmode} title="{t}Select subtree to place blocklist in{/t}">
17         {html_options options=$bases selected=$base_select}
18                 <option disabled></option>
19        </select>
20       </td>
21      </tr>
22     </table>
23    </td>
25   <td style="border-left:1px solid #A0A0A0">
26    &nbsp;
27   </td>
29    <td style="vertical-align:top;">
30     <table>
31      <tr>
32        <td>{t}Type{/t}</td>
33        <td>
34         <select size="1" name="type" {$typeACL} title="{t}Select wether to filter incoming or outgoing calls{/t}">
35         {html_options options=$types selected=$type}
36                 <option disabled></option>
37         </select>
38         </td>
39       </tr>
40       <tr>
41        <td>{t}Description{/t}</td>
42        <td>
43          <input name="description" size=25 maxlength=60 {$descriptionACL} value="{$description}" title="{t}Descriptive text for this blocklist{/t}">
44        </td>
45       </tr>
46     </table>
47    </td>
48  </tr>
49 </table>
51 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
53 <table>
54  <tr>
55    <td>
56      <h2><img alt="" align="middle" src="images/false.png"> {t}Blocked numbers{/t}</h2>
57      <select style="width:400px; height:200px;" name="numbers[]" size=15 multiple>
58       {html_options values=$goFaxBlocklist output=$goFaxBlocklist}
59           <option disabled></option>
60      </select>
61      <br>
62      <input name="number" size=25 maxlength=60 {$goFaxBlocklistACL}>&nbsp;
63      <input type=submit value="{t}Add{/t}" {$goFaxBlocklistACL} name="add_number">&nbsp;
64      <input type=submit value="{t}Delete{/t}" {$goFaxBlocklistACL} name="delete_number">
65    </td>
66    <td style="vertical-align:top;">
67      <h2><img alt="" align="middle" src="images/info_small.png"> {t}Information{/t}</h2>
68      <p>
69       {t}Numbers can also contain wild cards.{/t}
70      </p>
71    </td>
72  </tr>
73 </table>
76 <p class="plugbottom">
77   <input type=submit name="edit_finish" value="{t}Finish{/t}">
78   &nbsp;
79   <input type=submit name="edit_cancel" value="{t}Cancel{/t}">
80 </p>
82 <!-- Place cursor -->
83 <script language="JavaScript" type="text/javascript">
84   <!-- // First input field on page
85   document.mainform.cn.focus();
86   -->
87 </script>