Take two:
[www-register-wizard.git] / application / views / stage5_bootimage.php
1 <script language="javascript">
2 function updateContinueEnabled()
3 {
4         document.fm.download_bootimage.disabled = false;
5 }
6 </script>
7 <h3>Choose a Boot Image</h3>
8 <div class="plroundedupdate">
9 <br>
10 <?= form_open("download/stage6_download/$pcu_id/$site_id/$node_id", array('name' => 'fm', 'style' => 'display: inline; margin: 0px')) ?>
11
12 <div class="plroundedwhite"
13                 id="bootcd-sidebar">
14         <p> Pick one of the following options. Then, download the files needed for that option.</p>
15
16         <table style="font-size: 100%">
17         <tr>
18           <td><input type='radio' name='action' value='download-node-iso' onchange='updateContinueEnabled();'></td>
19           <td><img src="/misc/all-in-one-cd.png"/></td><td><b>All-In-One ISO image</b>.  
20                         Includes plnode.txt.  No additional formatting required.</td>
21         </tr>
22         <tr>
23           <td><input type='radio' name='action' value='download-node-usb' onchange='updateContinueEnabled();'></td>
24           <td><img src="/misc/all-in-one-usb.png" /></td><td><b>All-In-One USB image</b>. Includes plnode.txt, and filesystem only.  Requires additional USB stick formatting.**</td>
25         </tr>
26         <tr>
27           <td><input type='radio' name='action' value='download-node-usb-partition' onchange='updateContinueEnabled();'></td>
28           <td><img src="/misc/all-in-one-usb.png" /></td><td><b>All-In-One partitioned, USB image</b>.  Includes, plnode.txt, MBR, partition table, and filesystem.  No additional formatting required.**</td>
29         </tr>
30         <tr>
31           <td><input type='radio' name='action' value='download-node-floppy-with-iso' onchange='updateContinueEnabled();'></td>
32           <td><img src="/misc/generic-cd-and-floppy.png" /></td><td><b>Generic CD</b>, and <b>plnode.txt</b> on Floppy</td>
33         </tr>
34         <tr>
35           <td><input type='radio' name='action' value='download-node-floppy-with-usb' onchange='updateContinueEnabled();'></td>
36           <td><img src="/misc/generic-usb-and-floppy.png" /></td><td><b>Generic USB</b>, and <b>plnode.txt</b> on Floppy</td>
37         </tr>
38         </table>
39
40         <p>Additional directions are provided on the next page.</p>
41         <p>NOTE:  ** USB images are not guaranteed to work on all systems.</p>
42 </div>
43         <center>
44         <input type=submit name='download_bootimage' disabled value='Select'> 
45         </center>
46 </form>
47 </div>