/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk
83.1.4 by Erik Wikström
Removed old popup views and model. Added separate views for each popup, as well as a function in the ajax-controller to load them.
1
<div id="loginForm">
2
	<h2 class="loginTitle">Login</h2>
3
	<?php echo form_open('login/validate'); ?>
4
		<div class="inputarea">
5
			<input class="text" type="text" size="20" id="username" name="username" /><br>
6
			<input class="text" type="password" size="20" id="password" name="password" /><br>
7
		</div>
8
		<div>
9
			<input class="hint btn" type="button" onclick="passwordHint('<?php echo base_url(); ?>');"/>
10
			<input class="submit btn" type="submit" value="Login"/>
11
			<div id='hinttext'></div>
12
		</div>
13
	</form>
14
</div>