/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/popup.php

  • Committer: Erik Wikström
  • Date: 2013-05-22 09:37:08 UTC
  • mto: This revision was merged to the branch mainline in revision 90.
  • Revision ID: wikxen@gmail.com-20130522093708-jvvqyz03bhdd8wj4
Moved popup-code from header.js to popup-roland.js (popup.js exists). Moved popup-styles from header.css to popup.css.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
        </form>
23
23
</div>
24
24
 
25
 
<div id="loginFormContainer">
 
25
<div id="loginForm">
26
26
        <h2 class="loginTitle">Login<button type="button" id="popupxButton" onClick="loginButtonHide()">x</button></h2>
27
27
        <?php echo form_open('login/validate'); ?>
28
28
        <div class="inputarea">
29
 
                <input class="text" type="text" size="20" id="username" name="username" placeholder="username"/><br>
30
 
                <input class="text" type="password" size="20" id="password" name="password" placeholder="password"/><br>
 
29
                <input class="text" type="text" size="20" id="username" name="username" /><br>
 
30
                <input class="text" type="password" size="20" id="password" name="password" /><br>
31
31
        </div>
32
32
        <div>
33
33
                <input class="hint btn" type="button" onclick="passwordHint('<?php echo base_url(); ?>');"/>