/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/application/views/registrationStudent.php

  • Committer: Erik Wikström
  • Date: 2013-03-28 07:43:18 UTC
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: wikxen@gmail.com-20130328074318-9v6krijkyap59nct
Removed trunk folder and moved its contents to the root

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<div id="bigwrapper">
2
 
        <div id="regWrapper">
3
 
                <div id="regHeader">
4
 
                        <span id="regHeader">
5
 
                                Welcome to LenaSYS
6
 
                        </span>
7
 
                </div>
8
 
                <div id="regformcontenttext">
9
 
                        To complete your registration,</br>
10
 
                        please enter your account information.</div>    
11
 
                <div id="regForm">
12
 
                        <table>
13
 
                                <tr>
14
 
                                        <td>Username:</td><td><?php echo $userName; ?></td>
15
 
                                </tr>
16
 
                                <tr>
17
 
                                        <td>Full Name:</td><td><?php echo $name; ?></td>
18
 
                                </tr>
19
 
                                <tr>
20
 
                                        <td>Social Security Number:</td><td><?php echo $SSN; ?></td>
21
 
                                </tr>
22
 
                                <tr>
23
 
                                        <td>New Password:</td><td id="grayText"><input id="newPassword" type="password" name="password" placeholder="--Password--" autofocus></td>
24
 
                                </tr>
25
 
                                <tr>
26
 
                                        <td>Repeat Password:</td><td><input id="repeatPassword" type="password" name="repeatPassword" placeholder="--Repeat Password--"></td>
27
 
                                </tr>
28
 
                                <tr>
29
 
                                        <td>Password Hint:</td><td><input id="pHint" type="text" name="hint" placeholder="--Password Hint--"></td>
30
 
                                </tr>   
31
 
                                <tr>
32
 
                                        <td colspan="2"><div id="buttonposition"><input type="submit" value="Confirm" class="confirmbuttonlooks"></div></td>
33
 
                                </tr>   
34
 
                        </table>
35
 
                </div>
36
 
        </div>  
37
 
</div>  
38
 
 
39