Code

Followup commit for #2000
[gosa.git] / trunk / gosa-plugins / goto / admin / systems / goto / chooser.tpl
1 <h1>{t}Choose the kind of system component you want to create{/t}</h1>
3 <p>
4  {t}Linux terminals and workstations are autocreated on bootup. For this reason you're only be able to create templates for a specific tree. Servers are normally automatically added too, but in some special cases you may need to create a faked server entry to provide GOsa with some informations. Other network components may be used for Nagios setups to create component dependencies.{/t}
5 </p>
7 <input type="radio" name="system" value="terminal" checked>{t}Linux thin client template{/t}<br>
8 <input type="radio" name="system" value="workstation">{t}Linux workstation template{/t}<br>
9 <input type="radio" name="system" value="server">{t}Linux Server{/t}<br>
10 <!--<input type="radio" name="system" value="machineaccount">{t}Windows workstation{/t}<br>-->
11 <input type="radio" name="system" value="printer">{t}Network printer{/t}<br>
12 <input type="radio" name="system" value="phone">{t}Phone{/t}<br>
13 <input type="radio" name="system" value="component">{t}Other network component{/t}<br>
15 <p class="plugbottom">
16  <input type=submit name="create_system" value="{t}Create{/t}">
17  &nbsp;
18  <input type=submit name="cancel" value="{msgPool type=cancelButton}">
19 </p>
21 <input type="hidden" name="ignore">