Code

e8569a4487b673cf1c062ee21b31ee758e1f2a99
[gosa.git] / gosa-plugins / goto / admin / systems / goto / ArpNewDevice.tpl
1 <h2><img class="center" alt="" src="images/rightarrow.png"> {t}Integrating unknown devices{/t}</h2>
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%;border-right:1px solid #aaa'>
13   <input type='text' name="cn" id="cn" size=18 maxlength=60 value="{$cn}">
14  </td>
15  <td style='width:15%'>
16   <LABEL for="description">
17    {t}Description{/t}
18   </LABEL>
19  </td>
20  <td style='width:35%'>
21   <input type='text' name="description" id="description" size=18 maxlength=60 value="{$description}">
22  </td>
23 </tr>
24 </table>
25 <br>
26 <p class="seperator"></p>
27 {$netconfig}
29 <p class="seperator"></p>
31 <!--<h2><img class="center" alt="" src="images/rightarrow.png"> {t}GOto{/t}</h2>-->
32 <p>
33 <input type='checkbox' value='1' name='gotoIntegration'
34     onChange="changeState('SystemType');changeState('ObjectGroup');"
35     {if $gotoIntegration} checked {/if}>&nbsp;{t}GOto integration{/t}
36 </p>
37 <table summary="" style='width:100%'>
38  <tr>
39   <td style='width:49%'>
40    <table summary="">
41     <tr>
42      <td> 
43       {t}System type{/t}&nbsp;
44           <select {if !$gotoIntegration} disabled {/if}
45       id="SystemType"
46       name="SystemType" title="{t}System type{/t}" style="width:120px;"
47                         onChange="document.mainform.submit();">
48        {html_options values=$SystemTypeKeys output=$SystemTypes selected=$SystemType}
49       </select>
50      </td>
51     </tr>
52    </table>
53   </td>
54   <td>
55    <table summary="">
56     <tr>
57      <td> 
58       {t}Choose an object group as template{/t}&nbsp;
59             <select {if !$gotoIntegration} disabled {/if}
60         id="ObjectGroup"
61         name="ObjectGroup" title="{t}Object group{/t}" style="width:120px;">
62                   <option value='none'>{t}none{/t}</option>     
63        {html_options options=$ogroups selected=$ObjectGroup}
64       </select>
65      </td>
66     </tr>
67    </table>
68   </td>
69  </tr>
70 </table>
71 <input type='hidden' name='ArpNewDevice_posted' value='1'>
73 <p class="seperator"></p>