Code

updated acls
[gosa.git] / gosa-plugins / goto / admin / systems / goto / ArpNewDevice.tpl
1 <h3>{t}Integrating unknown devices{/t}</h3>
2 <p>
3  {t}The current device has been detected by the ARP monitor used by GOsa. You can integrate this device into your running DHCP/DNS infrastructure by submitting this form. The device entry will disappear from the list of the systems and move to the DNS/DHCP configuration.{/t}
4 </p>
5 <table summary="" style="width:100%">
6 <tr>
7  <td style>
8   <LABEL for="cn">
9    {t}DNS name{/t}{$must}
10   </LABEL>
11  </td>
12  <td style='width:35%;' class='right-border'>
14   <input type='text' name="cn" id="cn" size=18 maxlength=60 value="{$cn}">
15  </td>
16  <td style='width:15%'>
17   <LABEL for="description">
18    {t}Description{/t}
19   </LABEL>
20  </td>
21  <td style='width:35%'>
22   <input type='text' name="description" id="description" size=18 maxlength=60 value="{$description}">
23  </td>
24 </tr>
25 </table>
26 <br>
27 <hr>
28 {$netconfig}
30 <hr>
32 <!--<h3>{t}GOto{/t}</h3>-->
33 <p>
34 <input type='checkbox' value='1' name='gotoIntegration'
35     onChange="changeState('SystemType');changeState('ObjectGroup');"
36     {if $gotoIntegration} checked {/if}>&nbsp;{t}GOto integration{/t}
37 </p>
38 <table summary="" style='width:100%'>
39  <tr>
40   <td style='width:49%'>
41    <table summary="">
42     <tr>
43      <td> 
44       {t}System type{/t}&nbsp;
45           <select {if !$gotoIntegration} disabled {/if}
46       id="SystemType"
47       name="SystemType" title="{t}System type{/t}" style="width:120px;"
48                         onChange="document.mainform.submit();">
49        {html_options values=$SystemTypeKeys output=$SystemTypes selected=$SystemType}
50       </select>
51      </td>
52     </tr>
53    </table>
54   </td>
55   <td>
56    <table summary="">
57     <tr>
58      <td> 
59       {t}Choose an object group as template{/t}&nbsp;
60             <select {if !$gotoIntegration} disabled {/if}
61         id="ObjectGroup"
62         name="ObjectGroup" title="{t}Object group{/t}" style="width:120px;">
63                   <option value='none'>{t}none{/t}</option>     
64        {html_options options=$ogroups selected=$ObjectGroup}
65       </select>
66      </td>
67     </tr>
68    </table>
69   </td>
70  </tr>
71 </table>
72 <input type='hidden' name='ArpNewDevice_posted' value='1'>
74 <hr>