Code

e5afc89ab1877bde05145f7d506c865cec3505ac
[gosa.git] / plugins / admin / systems / servdns.tpl
1 {if $dns_take_over}
2 <table summary="" width="100%">
3     <tr>
4         <td style="width:100%;vertical-align:top;">
5             <h2>{t}DNS take over initiated{/t}</h2>
6             {$warning}
7             {t}This includes 'all' DNS zones that are located within this server. Please double check if your really want to do this.{/t}
8             <p>
9             {$warning2}
10             </p>
11         </td>
12     </tr>
13 </table>
14 {else}
15 <table summary="" width="100%">
16 {if $dns_server_list_cnt}
17 <tr>
18     <td style="width:100%;vertical-align:top;">
19         <b>{t}Take over DNS configuration from{/t}</b>&nbsp;
20         <select name='take_over_src'>
21             {html_options options=$dns_server_list}
22         </select>
23         <input type="submit" name="take_over" value="{t}Take over{/t}">
24     </td>
25 </tr>
26 {/if}
27 <tr>
28         <td style="width:100%;vertical-align:top;">
29 <h2>{t}Zones{/t}</h2>
30                 {$ZoneList}
31                 <input type="submit" name="AddZone" value="{t}Add{/t}" {$servdnsACL}>
32         </td>
33 </tr>
34 </table>
35 <script language="JavaScript" type="text/javascript">
36   <!-- // First input field on page
37         focus_field('AddZone');
38   -->
39 </script>
40 {/if}