-added new login screen
This commit is contained in:
parent
43c66825b4
commit
7c70385528
5 changed files with 36 additions and 21 deletions
|
@ -1,3 +1,16 @@
|
|||
<?php
|
||||
echo $this->form;
|
||||
echo $this->errorMessage;
|
||||
?>
|
||||
<div id="login-page">
|
||||
<div class="login_box">
|
||||
<div class="logobox"> </div>
|
||||
<h2>Login</h2>
|
||||
|
||||
<div id="login" class="login-content clearfix">
|
||||
<p class="light">Please enter your user name and password</p>
|
||||
<?php echo $this->form; ?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer"> Airtime 1.6.0 Copyright © Sourcefabric o.p.s 2011. All rights reserved.<br/>
|
||||
Maintained and distributed under GNU GPL v.2 by <a href="http://www.sourcefabric.org"> Sourcefabric o.p.s </a> </div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue