PATH:
home
/
letacommog
/
letaweb
/
protected
/
views
/
site
<h1><?php $this->t('LBL_LOGIN_LOGIN_PAGE_TITLE'); ?></h1> <div class="login"> <div class="rib"></div> <?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, 'email', array('class' => 'required email form-control', 'placeholder' => $this->term('LBL_LOGIN_EMAIL'))) ?> </div> <div class="form-group"> <?php echo CHtml::activePasswordField($model, 'password', array('class' => 'required form-control', 'placeholder' => $this->term('LBL_LOGIN_PASSWORD'))) ?> </div> <div class="forgot"> <label class=""> <?php echo CHtml::activeCheckbox($model, 'remember_me'); ?><?php $this->t('LBL_LOGIN_REMEMBER_ME'); ?> <i></i> </label> <div class="forgot-para"> <a href="<?php echo $this->createUrl('forgot'); ?>" class="forgot_password align-right"><p><?php $this->t('LBL_LOGIN_FORGOT_PASSWORD'); ?></p></a> </div> <div class="clear"></div> </div> <label class="hvr-sweep-to-bottom"> <input type="submit" value="<?php $this->t('LBL_LOGIN_SIGN_IN'); ?>" class="btn btn-primary btn-block" /> </label> <h3> <a href="<?php echo $this->createUrl('signup'); ?>" > <?php $this->t('LBL_HAVE_NOT_YET_SIGNUP_SIGNUP'); ?> </a> </h3> <?php echo CHtml::endForm(); ?> </div> <script type="text/javascript"> $(document).ready(function() { $('#login_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]