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

  • Committer: Gustav Hatvigsson
  • Date: 2013-05-15 13:09:57 UTC
  • mfrom: (57.3.3 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130515130957-jt2vj1klg78a3pl2
Merged the addition of popup model.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
                        <input type="button" class="button" value="Ok" onclick="confirm('<?php echo base_url(); ?>');"/>
65
65
                </form>
66
66
        </div>
67
 
        <div id="formContainer" hidden="hidden">
68
 
                <h2 class="loginTitle">Login</h2>
 
67
                <div id="loginFormContainer" hidden="hidden">
 
68
                <h2 class="loginTitle">Login<button type="button" id="popupxButton" onClick="loginButtonHide()">x</button></h2>
69
69
                <?php echo form_open('login/validate'); ?>
70
70
                <div class="inputarea">
71
71
                        <input class="text" type="text" size="20" id="username" name="username" placeholder="username"/><br>