Subversion Repositories SmartDukaan

Rev

Rev 12346 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<div id="push"></div>
<?php echo $this->Form->create('User',array('class'=>'form-signin','action'=>'login'));?>
    <!-- <a title="<?php echo __('Authorize with Facebook');?>" href="<?php echo $dialog_url;?>" class="fb" id="fblogin"><img src="<?php echo $base_url;?>img/connect.png" alt="" /></a> -->
<br>
<?php //echo '<a title="'. __('Authorize with Twitter').'" class="twitterbutton" href="' . $twitterObj->getAuthorizationUrl() . '"></a>'; ?>
<!-- <h3 class="or-separator signpainter">or</h3> -->
<!--<h2 class="form-signin-heading"><?php echo __('Log In');?></h2>-->
<div style="margin: 0pt; padding: 0pt; display: inline;">                
        <div id="UserUsername" class="textInput">  
            <label for="UserUsername"><?php echo __('Email');?></label>              
            <?php echo $this->Form->input('username',array('label'=>false,'placeholder'=>'myself@example.com','class'=>"input-block-level"));?>
        </div>
        <div id="inputPassword" class="textInput">
            <?php echo $this->Form->input('password', array('type' => 'password','placeholder'=>'Password','class'=>"input-block-level"));?> 
        </div>                    
        <div class="clear"></div>
        <div class="formActions clearfix">    
            <button class="btn btn-large btn-primary" type="submit"><?php echo __('Sign in');?></button>         
            <div class="extra-actions clearfix">
                <a class="forgotPassword" href="<?php echo $base_url;?>users/forgotten_password"><?php echo __('Forgot password');?>?</a> <span class="dot">ยท</span>
                <a href="<?php echo $base_url;?>users/register"><?php echo __('Need an account');?>?</a>
            </div>
        </div>
<?php echo $this->Form->end();?>                                        
</div>