Subversion Repositories SmartDukaan

Rev

Rev 12345 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12345 Rev 12346
Line 1... Line 1...
1
<div id="push"></div>
1
<div id="push"></div>
2
<?php echo $this->Form->create('User',array('class'=>'form-signin'));?>
2
<?php echo $this->Form->create('User',array('class'=>'form-signin'));?>
3
    <!-- <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> -->
3
    <!-- <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> -->
4
<br>
4
<br>
5
<?php //echo '<a title="'. __('Authorize with Twitter').'" class="twitterbutton" href="' . $twitterObj->getAuthorizationUrl() . '"></a>'; ?>
5
<?php //echo '<a title="'. __('Authorize with Twitter').'" class="twitterbutton" href="' . $twitterObj->getAuthorizationUrl() . '"></a>'; ?>
6
<h3 class="or-separator signpainter">or</h3>
6
<!-- <h3 class="or-separator signpainter">or</h3> -->
7
<!--<h2 class="form-signin-heading"><?php echo __('Log In');?></h2>-->
7
<!--<h2 class="form-signin-heading"><?php echo __('Log In');?></h2>-->
8
<div style="margin: 0pt; padding: 0pt; display: inline;">                
8
<div style="margin: 0pt; padding: 0pt; display: inline;">                
9
	<div id="UserUsername" class="textInput">  
9
	<div id="UserUsername" class="textInput">  
10
	    <label for="UserUsername"><?php echo __('Email');?></label>              
10
	    <label for="UserUsername"><?php echo __('Email');?></label>              
11
	    <?php echo $this->Form->input('username',array('label'=>false,'placeholder'=>'myself@example.com','class'=>"input-block-level"));?>
11
	    <?php echo $this->Form->input('username',array('label'=>false,'placeholder'=>'myself@example.com','class'=>"input-block-level"));?>