PATH:
home
/
letacommog
/
letaweb
/
protected
/
views
/
site
<h1><?php $this->t('LBL_SIGNUP_SIGNUP_PAGE_TITLE'); ?></h1> <div class="login signup"> <?php echo CHtml::form('', 'post', array('id' => 'login_form')); ?> <div class="form-group"> <?php echo CHtml::errorSummary($model); ?> </div> <div class="form-group"> <?php echo CHtml::activeTextField($model, 'full_name', array('class' => 'required form-control', 'placeholder' => $this->term('LBL_SIGNUP_FULL_NAME'))) ?> </div> <div class="form-group"> <?php echo CHtml::activeTextField($model, 'email', array('class' => 'required email form-control', 'placeholder' => $this->term('LBL_SIGNUP_EMAIL'))) ?> </div> <div class="form-group"> <?php echo CHtml::activePasswordField($model, 'password', array('class' => 'required form-control', 'placeholder' => $this->term('LBL_SIGNUP_PASSWORD'))) ?> </div> <div class="form-group"> <?php echo CHtml::activePasswordField($model, 'confirm_password', array('class' => 'required form-control', 'placeholder' => $this->term('LBL_SIGNUP_CONFIRM_PASSWORD'))) ?> </div> <label class="hvr-sweep-to-bottom"> <input type="submit" class="btn btn-primary btn-block" value="<?php $this->t('LBL_SIGNUP_SIGN_UP');?>"> </label> <?php echo CHtml::endForm(); ?> <h3> <a href="<?php echo $this->createUrl('login'); ?>" > <?php $this->t('LBL_ALREADY_SIGNUP_LOGIN'); ?> </a> </h3> </div> <script type="text/javascript"> $(document).ready(function() { $('#signup_form').validate(); }); </script>
[+]
..
[-] top_content.php
[edit]
[-] create.php
[edit]
[-] forgot.php
[edit]
[-] signup_complete.php
[edit]
[-] help_category.php
[edit]
[-] template.php
[edit]
[-] index.php
[edit]
[-] slider.php
[edit]
[-] build.php
[edit]
[-] resent_active_mail.php
[edit]
[-] login.php
[edit]
[-] error.php
[edit]
[-] recover_success.php
[edit]
[-] active_success.php
[edit]
[-] help.php
[edit]
[-] page.php
[edit]
[-] recover.php
[edit]
[-] features.php
[edit]
[-] active_mail_send_success.php
[edit]
[-] create_template.php
[edit]
[-] active_fail.php
[edit]
[-] forgot_password_email_sent.php
[edit]
[-] social.php
[edit]
[-] price.php
[edit]
[-] signup.php
[edit]
[-] help_form.php
[edit]
[-] contact.php
[edit]
[-] templates.php
[edit]