Code

Updated opsi
[gosa.git] / gosa-plugins / opsi / admin / opsi / generic.tpl
2 <h2>Opsi host</h2>
4 {if $init_failed}
6 <font style='color: #FF0000;'>{msgPool type=siError p=$message}</font>
8 <input type='submit' name='reinit' value="{t}Retry{/t}">
10 {else}
12 <table style="width: 100%;">
13  <tr>
14   <td colspan="2">
15    <table>
16     {if $parent_mode}
17      <tr>
18       <td>{t}Name{/t}</td>
19       <td><input type='text' name='hostId' value='{$hostId}'></td>
20      </tr>
21     {/if}
22     <tr>
23      <td>{t}Boot product{/t}</td>
24      <td>
25       <select name="opsi_netboot_product">
26                 {foreach from=$ANP item=item key=key}
27                         <option {if $key == $SNP} selected {/if} value="{$key}">{$key}</option>
28                 {/foreach}
29       </select>
30      </td>
31     </tr>
32    </table>
33   <td>
34  </tr>
35  <tr>
36   <td style="width:50%;"><h2>Installed products</h2>
37         {$divSLP}
38   </td>
39   <td style="width:50%;"><h2>Available products</h2>
40         {$divALP}
41   </td>
42  </tr>
43 </table> 
44 <input type='hidden' name='opsigeneric_posted' value='1'>
45 {/if}