/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk
83.2.12 by elof.bigestans at gmail
* Merged trunk
1
<div id="login" class="popup">
2
	<h2 class="loginTitle popupHeader">Login</h2>
83.2.22 by elof.bigestans at gmail
* Moved login JS to bannermenu.js and removed login.js
3
	<form action="<?php echo base_url();?>start/login" method="post">
83.2.12 by elof.bigestans at gmail
* Merged trunk
4
		<ul>
5
			<li>
6
				<label for="username">Username:</label>
7
				<input class="text" type="text" size="20" id="username" name="username" placeholder="Username">
8
			</li>
9
			<li>
10
				<label for="password">Password:</label>
11
				<input class="text" type="password" size="20" id="password" name="password" placeholder="Password">
12
			</li>
13
		</ul>
14
		<div class="bottomMenu">
15
			<!--<button class="popupButton hint btn" onclick="passwordHint('<?php echo base_url(); ?>');">Hint</button>-->
16
			<button class="popupButton submit btn" type="submit">Login</button>
17
			<button class="popupButton hint btn">Hint</button>
18
			<div id='hinttext'>Insert hint text here</div>
19
		</div>
20
	</form>
21
</div>