%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /www/varak.net/paste.varak.net-5.6/app/storage/views/
Upload File :
Create Path :
Current File : /www/varak.net/paste.varak.net-5.6/app/storage/views/65f156f2af21c9bead1cad9ab74b3fac

<?php $__env->startSection('body'); ?>
	<section id="register">
		<?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.your_profile'); ?></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', $auth->username, array(
								'class'       => 'form-control',
								'disabled'    => ! $auth->admin ?: NULL
							)); ?>

					</div>

					<div class="form-group">
						<?php echo Form::label('email', Lang::get('global.email')); ?>


						<?php echo Form::text('email', $auth->email, array(
								'class'       => 'form-control',
								'maxlength'   => 100,
							)); ?>

					</div>

					<div class="form-group">
						<?php echo Form::label('dispname', Lang::get('global.full_name')); ?>


						<?php echo Form::text('dispname', $auth->dispname, array(
								'class'       => 'form-control',
								'maxlength'   => 100,
							)); ?>

					</div>

					<?php if($site->auth->method == 'db'): ?>
						<div class="form-group">
							<?php echo Form::label('password', Lang::get('user.new_password')); ?>


							<?php echo Form::password('password', array(
									'class'   => 'form-control',
								)); ?>

						</div>
					<?php endif; ?>

					<?php echo Form::submit(Lang::get('global.save'), array(
							'name'      => '_save',
							'class'     => 'btn btn-primary',
							'disabled'  => $site->auth->method != 'db' ?: NULL,
						)); ?>


					<?php echo link_to("user/u{$auth->id}/pastes", Lang::get('user.my_pastes'), array(
							'class' => 'btn btn-link',
						)); ?>

				</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(); ?>

Zerion Mini Shell 1.0