| 13532 |
anikendra |
1 |
<div id="push"></div>
|
|
|
2 |
<div style="margin: 0pt; padding: 0pt; display: inline;">
|
|
|
3 |
<?php echo $this->Form->create('User',array('class'=>'form-signin'));?>
|
| 13695 |
anikendra |
4 |
<div id="UserUsername" class="textInput">
|
|
|
5 |
<?php echo $this->Form->input('username',array('placeholder'=>'myself@example.com','class'=>"input-block-level"));?>
|
|
|
6 |
</div>
|
|
|
7 |
<div id="inputPassword" class="textInput">
|
|
|
8 |
<?php echo $this->Form->input('password', array('type' => 'password','placeholder'=>'Password','class'=>"input-block-level"));?>
|
|
|
9 |
</div>
|
|
|
10 |
<div class="clear"></div>
|
|
|
11 |
<div class="formActions clearfix">
|
|
|
12 |
<button class="btn btn-large btn-primary" type="submit"><?php echo __('Sign in');?></button>
|
| 17202 |
anikendra |
13 |
<!--
|
| 13695 |
anikendra |
14 |
<div class="extra-actions clearfix">
|
|
|
15 |
<a class="forgotPassword" href="<?php echo $base_url;?>users/forgotten_password"><?php echo __('Forgot password');?>?</a> <span class="dot">ยท</span>
|
|
|
16 |
<a href="<?php echo $base_url;?>users/register"><?php echo __('Need an account');?>?</a>
|
| 13532 |
anikendra |
17 |
</div>
|
| 17202 |
anikendra |
18 |
-->
|
| 13695 |
anikendra |
19 |
</div>
|
| 13532 |
anikendra |
20 |
<?php echo $this->Form->end();?>
|
|
|
21 |
</div>
|