PATH:
home
/
letacommog
/
letaweb
/
protected
/
modules
/
profile
/
views
/
page
<div class="bg-dark space-sm"> <div class="container"> <h1 class="text-center f-white"><?php $this->t('LBL_PROFILE_PAGE_MY_WEBSITE'); ?></h1> <div class="text-center"> <div class="btn-group"> <?php echo CHtml::link('Create new site', array('/site/create'), array('class' => 'btn btn-primary btn-lg font-plus')); ?> </div> </div> </div> </div> <div class="container"> <div class="contain"> <div class="row"> <div class="block"> <div class="navbar"> <div class="navbar_inner"> <h5><?php $this->t('LBL_PROFILE_PAGE_DELETE_PAGE_STEP_2'); ?></h5> </div> </div> <div class="body"> <?php $form = $this->beginWidget('CActiveForm', array( 'action' => '', 'method' => 'post', 'htmlOptions' => array('class' => 'form_horizontal'), 'stateful' => true, )); ?> <?php echo CHtml::activeHiddenField($model, 'id') ?> <div class="control_group"> <?php $this->t('LBL_PROFILE_PAGE_DELETE_PAGE_CONFIRM_MESSAGE'); ?> </div> <div class="control_group"> <label class="control_label"><?php $this->t('LBL_PROFILE_PAGE_CONFIRM_PASSWORD'); ?></label> <div class="controls"> <?php echo CHtml::activePasswordField($model, 'password') ?> <?php echo CHtml::error($model, 'password'); ?> </div> </div> <div class="control-group"> <label class="control_label"> <?php $this->t('LBL_PROFILE_PAGE_ENTER_CODE_CONFIRM'); ?> </label> <div class="controls"> <?php $this->widget('application.extensions.recaptcha.EReCaptcha', array('model' => $model, 'attribute' => 'captcha_code', 'theme' => 'red', 'language' => 'es_ES', 'publicKey' => Yii::app()->params['recaptcha_key'], )) ?> </div> <?php echo CHtml::error($model, 'captcha_code'); ?> </div> <div class="form_actions"> <?php echo CHtml::link($this->term('LBL_PROFILE_CANCEL'), array('index'), array('class' => 'btn btn-primary')); ?> <button type="submit" name="step3" class="btn btn_danger"><?php $this->t('LBL_PROFILE_PAGE_NEXT_STEP'); ?></button> </div> <?php $this->endWidget(); ?> </div> </div> </div> </div> </div>
[+]
..
[-] upgrade.php
[edit]
[+]
checkout
[-] index.php
[edit]
[-] item.php
[edit]
[-] delete.php
[edit]
[-] deleteconfirmpassword.php
[edit]
[-] domain.php
[edit]
[-] subdomain.php
[edit]
[-] deleteconfirm.php
[edit]
[-] checkout.php
[edit]
[-] midnav.php
[edit]