%PDF- %PDF-
| Direktori : /www/varak.net/paste.varak.net-5.6/app/storage/views/ |
| Current File : /www/varak.net/paste.varak.net-5.6/app/storage/views/f41b9ea8c669fb1420a7d952eef0407d |
<?php $__env->startSection('body'); ?>
<section id="forgot">
<?php echo Form::open(array(
'autocomplete' => 'off',
'role' => 'form'
)); ?>
<div class="row">
<div class="col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3">
<fieldset>
<legend><?php echo Lang::get('user.forgot_password'); ?></legend>
<?php if($site->auth->method != 'db'): ?>
<div class="alert alert-danger">
<?php echo Lang::get('user.feature_disabled'); ?>
</div>
<?php endif; ?>
<?php echo $__env->make('skins.bootstrap.common.alerts', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<div class="form-group">
<?php echo Form::label('username', Lang::get('global.username')); ?>
<?php echo Form::text('username', NULL, array(
'class' => 'form-control',
'maxlength' => 50,
)); ?>
<div class="help-block">
<?php echo Lang::get('user.forgot_exp'); ?>
</div>
</div>
<?php echo Form::submit(Lang::get('user.reset_password'), array(
'name' => '_reset',
'class' => 'btn btn-primary',
'disabled' => $site->auth->method != 'db' ?: NULL,
)); ?>
</fieldset>
</div>
</div>
<?php echo Form::close(); ?>
</section>
<?php $__env->stopSection(); ?>
<?php echo $__env->make("skins.bootstrap.common.{$container}", array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>