Code

Fixed w3c problems, and found a DOCTYPE that supports scrollTop attribute in JS.-
[gosa.git] / plugins / admin / systems / gencd.tpl
1 <p>
2  <b>{t}CD-Install-Image generation{/t}</b>
3 </p>
4 <p>
5   {t}This option enables you to generate FAI install CD images for the selected workstation. The procedure may take about 10 minutes to complete, so please be patient after pressing the 'Create ISO-Image' button.{/t}
6 </p>
8 <p class="plugbottom">
9   <input type=submit name="cd_create" value="{t}Create ISO-Image{/t}">
10   &nbsp;
11   <input type=submit name="cd_cancel" value="{t}Cancel{/t}">
12 </p>
14 <!-- Place cursor -->
15 <script language="JavaScript" type="text/javascript">
16   <!-- // First input field on page
17   nextfield= 'new_password';
18   document.mainform.new_password.focus();
19   -->
20 </script>