Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 13532 |
anikendra |
1 |
<div id="push"></div>
|
|
|
2 |
<?php echo $this->Form->create('User',array('class'=>'form-signin'));?>
|
|
|
3 |
<h2>Activate Account</h2>
|
|
|
4 |
<p>Please paste your activation code below:</p>
|
|
|
5 |
<?php echo $this->Form->input('activation_code',array('placeholder'=>'Activation Code','class'=>"input-block-level"));?>
|
|
|
6 |
<button class="btn btn-large btn-primary" type="submit">Activate</button>
|
|
|
7 |
<?php echo $this->Form->end();?>
|