Code

Updated system activation
[gosa.git] / gosa-plugins / goto / admin / systems / goto / SelectDeviceType.tpl
1 <br>
2 <p class="seperator">
3 {t}This is a new system which currently has no system type defined. Please choose a system type for this entry and press the 'continue' button. If this system should be added to a group of system settings, specify the preferred object group below.{/t}
4 <br>
5 <br>
6 </p>
7 <p class="seperator">
8 <br>
9 {if $dns_cnt == 1}
10 <b>{t}Please select a system type and an optional bundle of predefined settings to be inherited.{/t}</b>
11 {else}
12 <b>{t}Please select a system type and an bundle of predefined settings to be inherited.{/t}</b>
13 {/if}
14 <br>
15 <br>
16 </p>
17 <pre>
18 {foreach from=$dns item=item}
19         {$item}
20 {/foreach}
21 </pre>
22 <br>
23 <table summary="" style='width:100%'>
24  <tr>
25   <td style='width:49%'>
26    <table summary="">
27     <tr>
28      <td> 
29       {t}System type{/t}&nbsp;
30           <select name="SystemType" title="{t}Choose a system type{/t}" style="width:120px;">
31        {html_options values=$SystemTypeKeys output=$SystemTypes selected=$SystemType}
32       </select>
33      </td>
34     </tr>
35    </table>
36   </td>
37   <td>
38    <table summary="">
39     <tr>
40      <td> 
41       {t}Choose an object group as template{/t}&nbsp;
42           <select name="ObjectGroup" title="{t}Choose an object group{/t}" style="width:120px;">
43        {html_options values=$ObjectGroupKeys output=$ObjectGroups selected=$ObjectGroup}
44       </select>
45      </td>
46     </tr>
47    </table>
48   </td>
49  </tr>
50 </table>
51 <p class="seperator">&nbsp;</p>
52 <div style="align: right;" align="right"><p>
53         <input type="submit" name="SystemTypeChoosen" value="{t}Continue{/t}">
54         <input type="submit" name="SystemTypeAborted" value="{msgPool type=cancelButton}">
55 </p></div>