/lenasys/trunk

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