39
38
<a href="<?php echo base_url(); ?>logout"><li>Logout</li></a>
44
<div id="passwordChanger">
45
<p class="passwordHeader">Change password</p><p class="passwordHeaderBorder"></p>
46
<form id="changePassword" onsubmit="return confirm('<?php echo base_url(); ?>'); return false;">
48
<span class="errorMessage" name="currentPwd" title="Enter your current password.">#</span>
49
<input type="password" id="currentPwd"/>
52
<span class="errorMessage" name="newPwd" title="Password can only use: a-z A-Z 0-9 _ - and must be of minimum 6 characters.">#</span>
53
<input type="password" id="newPwd" onkeyup="validNewPwd(), validRepeatedPwd();"/>
56
<span class="errorMessage" name="repeatPwd" title="Passwords don't match!">#</span>
57
<input type="password" id="repeatPwd" onkeyup="validRepeatedPwd();"/>
60
<span class="errorMessage" name="hintPwd" title="This hint should be cool!">#</span>
61
<input type="text" id="hintPwd"/>
63
<input type="button" class="button" value="Cancel" onclick="cancelPasswordChange();"/>
64
<input type="button" class="button" value="Ok" onclick="confirm('<?php echo base_url(); ?>');"/>
67
<div id="loginFormContainer" hidden="hidden">
68
<h2 class="loginTitle">Login<button type="button" id="popupxButton" onClick="loginButtonHide()">x</button></h2>
69
<?php echo form_open('login/validate'); ?>
70
<div class="inputarea">
71
<input class="text" type="text" size="20" id="username" name="username" placeholder="username"/><br>
72
<input class="text" type="password" size="20" id="password" name="password" placeholder="password"/><br>
78
<input class="hint btn" type="button" onclick="passwordHint('<?php echo base_url(); ?>');"/>
79
<input class="submit btn" type="submit" value="Login"/>
80
<div id='hinttext'></div>
b'\\ No newline at end of file'
b'\\ No newline at end of file'