Take two:
[www-register-wizard.git] / application / views / stage0.php
1 <div class="plroundedconfirm">
2 <div class="plroundedwhite">
3
4 <h3>What to Expect</h3>
5
6 This wizard helps walk you through the sequence of steps needed to register,
7 configure, and verify a node as part of the PlanetLab network.
8
9 There are ten stages, which correspond to the following sections:
10
11 <ol>
12         <li>Register and Confirm PCU Information</li>
13         <li>Register and Confirm Node Information</li>
14         <li>Map PCU to Node</li>
15         <li>Select and Download your Node's BootImage</li>
16         <li>Verify that Node Boots and Contacts PLC</li>
17         <li>Verify that the PCU can Control your Node</li>
18         <li>Complete!</li>
19 </ol>
20 <?= form_open("register/stage1_addpcu") ?>
21         <center>
22                 <input type='submit' value='Continue'>
23         </center>
24 </form>
25
26 </div>
27 </div>