%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/6bc69c419bd1c83d58d3994107cf822d |
<?php $__env->startSection('body'); ?> <?php echo $__env->make('skins.bootstrap.common.alerts', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <section id="list"> <?php if($search): ?> <div class="row"> <div class="col-sm-4 col-md-3 col-sm-offset-8 col-md-offset-9"> <?php echo Form::open(array( 'action' => 'ListController@postSearch', 'role' => 'form' )); ?> <div class="form-group"> <?php echo Form::text('search', Input::get('q'), array( 'class' => 'form-control', 'placeholder' => Lang::get('list.search'), 'maxlength' => 500 )); ?> </div> <?php echo Form::close(); ?> </div> </div> <?php endif; ?> <?php if($filters): ?> <div class="row"> <div class="col-sm-12"> <div class="well well-sm well-white"> <ul class="nav nav-pills"> <li class="disabled"> <a> <span class="glyphicon glyphicon-filter"></span> <?php echo Lang::get('list.filter'); ?>: </a> </li> <?php echo View::menu('filters'); ?> </ul> </div> </div> </div> <?php endif; ?> <?php foreach($pastes as $paste): ?> <?php echo $__env->make('skins.bootstrap.site.paste', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php endforeach; ?> <?php echo $pages; ?> </section> <?php $__env->stopSection(); ?> <?php echo $__env->make("skins.bootstrap.common.{$container}", array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>