Code

a1c60b3718b773e6243a55e7e874597c7c4631a4
[gosa.git] / plugins / gofax / blocklists / generic.tpl
1 <h2><img class="center" alt="" align="middle" src="images/rightarrow.png"> {t}Generic{/t}</h2>
2 <table summary="" style="width:100%; vertical-align:top; text-align:left;">
4  <tr>
5    <td style="width:50%; vertical-align:top;">
6     <table summary="">
7      <tr>
8       <td><LABEL for="cn">{t}List name{/t}</LABEL>{$must}</td>
9       <td>
10        <input name="cn" id="cn" size=25 maxlength=60 {$mode} {$cnACL} value="{$cn}" title="{t}Name of blocklist{/t}">
11       </td>
12      </tr>
13      <tr>
14       <td><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
15       <td>
16        <select size="1" id="base" name="base" {$selectmode} title="{t}Select subtree to place blocklist in{/t}">
17         {html_options options=$bases selected=$base_select}
18                 <option disabled>&nbsp;</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 summary="">
31      <tr>
32        <td><LABEL for="type">{t}Type{/t}</LABEL></td>
33        <td>
34         <select size="1" id="type" name="type" {$goFaxBlocklistACL} title="{t}Select wether to filter incoming or outgoing calls{/t}">
35         {html_options options=$types selected=$type}
36                 <option disabled>&nbsp;</option>
37         </select>
38         </td>
39       </tr>
40       <tr>
41        <td><LABEL for="description">{t}Description{/t}</LABEL></td>
42        <td>
43          <input name="description" id="description" size=25 maxlength=80 {$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 summary="" style="width:100%">
54  <tr>
55    <td style="width:50%;">
56      <h2><img class="center" alt="" align="middle" src="images/false.png"> {t}Blocked numbers{/t}</h2>
57      <select style="width:100%; height:200px;" name="numbers[]" size=15 multiple>
58       {html_options values=$goFaxBlocklist output=$goFaxBlocklist}
59           <option disabled>&nbsp;</option>
60      </select>
61      <br>
62      <input id="number" 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="border-left:1px solid #A0A0A0">
67    &nbsp;
68   </td>
69    <td style="vertical-align:top;" >
70      <h2><img class="center" alt="" align="middle" src="images/info_small.png"> {t}Information{/t}</h2>
71      <p>
72       {t}Numbers can also contain wild cards.{/t}
73      </p>
74    </td>
75  </tr>
76 </table>
79 <p class="plugbottom">
80   <input type=submit name="edit_finish" value="{t}Finish{/t}">
81   &nbsp;
82   <input type=submit name="edit_cancel" value="{t}Cancel{/t}">
83 </p>
85 <!-- Place cursor -->
86 <script language="JavaScript" type="text/javascript">
87   <!-- // First input field on page
88   document.mainform.cn.focus();
89   -->
90 </script>