Code

Updated properties.
[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="{t}Integrating unknown devices{/t}" 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="{t}Target type selection{/t}" style='width:100%'>
39  <tr>
40   <td style='width:49%'>
41       {t}System type{/t}&nbsp;
42           <select {if !$gotoIntegration} disabled {/if}
43       id="SystemType"
44       name="SystemType" title="{t}System type{/t}" style="width:120px;"
45                         onChange="document.mainform.submit();">
46        {html_options values=$SystemTypeKeys output=$SystemTypes selected=$SystemType}
47       </select>
48   </td>
49   <td>
50       {t}Choose an object group as template{/t}&nbsp;
51             <select {if !$gotoIntegration} disabled {/if}
52         id="ObjectGroup"
53         name="ObjectGroup" title="{t}Object group{/t}" style="width:120px;">
54                   <option value='none'>{t}none{/t}</option>     
55        {html_options options=$ogroups selected=$ObjectGroup}
56       </select>
57   </td>
58  </tr>
59 </table>
60 <input type='hidden' name='ArpNewDevice_posted' value='1'>
62 <hr>