Subversion Repositories SmartDukaan

Rev

Rev 13532 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13532 Rev 13714
Line 1... Line 1...
1
<div id="push"></div>
1
<div id="push"></div>
2
<a title="<?php echo __('Authorize with Facebook');?>" class="fb" href="<?php echo $dialog_url;?>" id="fblogin"><img src="<?php echo $base_url;?>img/facebook-connect.jpg" alt="" /></a>
-
 
3
<br/>
-
 
4
<?php //echo '<a title="'.__('Authorize with Twitter').'" class="twitterbutton" href="' . $twitterObj->getAuthorizationUrl() . '"></a>'; ?>
-
 
5
<h3 class="or-separator signpainter">or</h3>
-
 
6
<?php echo $this->Form->create('User',array('class'=>'form-signin'));?>
2
<?php echo $this->Form->create('User',array('class'=>'form-signin'));?>
7
	<div id="UserUsername" class="textInput">
3
	<div id="UserUsername" class="textInput">
8
		<?php echo $this->Form->input('email',array('placeholder'=>'Email Address','class'=>"input-block-level"));?>
4
		<?php echo $this->Form->input('email',array('placeholder'=>'Email Address','class'=>"input-block-level"));?>
9
	</div>
5
	</div>
10
	<div id="inputPassword" class="textInput">
6
	<div id="inputPassword" class="textInput">
Line 13... Line 9...
13
	<div id="confirmPassword" class="textInput">
9
	<div id="confirmPassword" class="textInput">
14
		<?php echo $this->Form->input('password2', array('label' => 'Confirm password', 'type' => 'password','placeholder'=>'Confirm Password','class'=>"input-block-level"));?>
10
		<?php echo $this->Form->input('password2', array('label' => 'Confirm password', 'type' => 'password','placeholder'=>'Confirm Password','class'=>"input-block-level"));?>
15
	</div>
11
	</div>
16
	<div class="clearfix"/>
12
	<div class="clearfix"/>
17
	<button class="btn btn-large btn-primary" type="submit"><?php echo __('Register');?></button>
13
	<button class="btn btn-large btn-primary" type="submit"><?php echo __('Register');?></button>
18
<?php echo $this->Form->end();?>
-
 
19
14
<?php echo $this->Form->end();?>
-
 
15