JEMBOT MAWOT Bypass Shell
{**
* Copyright since 2007 PrestaShop SA and Contributors
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.md.
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* @author PrestaShop SA and Contributors <contact@prestashop.com>
* @copyright Since 2007 PrestaShop SA and Contributors
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*}
<div class="panel"><h3><i class="icon-list-ul"></i> {l s='Slides list' d='Modules.Imageslider.Admin'}
<span class="panel-heading-action">
<a id="desc-product-new" class="list-toolbar-btn" href="{$link->getAdminLink('AdminModules')}&configure=ps_imageslider&addSlide=1">
<span title="" data-toggle="tooltip" class="label-tooltip" data-original-title="{l s='Add new' d='Admin.Actions'}" data-html="true">
<i class="process-icon-new "></i>
</span>
</a>
</span>
</h3>
<div id="slidesContent">
<div id="slides" class="list-group">
{foreach from=$slides item=slide}
<div id="slides_{$slide.id_slide}" class="panel list-group-item" data-id="{$slide.id_slide}">
<div class="row">
<div class="col-lg-1">
<span><i class="icon-arrows "></i></span>
</div>
<div class="col-md-3">
<img src="{$image_baseurl}{$slide.image}" alt="{$slide.title}" class="img-thumbnail" />
</div>
<div class="col-md-8">
<h4 class="pull-left">
#{$slide.id_slide} - {$slide.title}
{if $slide.is_shared}
<div>
<span class="label color_field pull-left" style="background-color:#108510;color:white;margin-top:5px;">
{l s='Shared slide' d='Modules.Imageslider.Admin'}
</span>
</div>
{/if}
</h4>
<div class="btn-group-action pull-right">
{$slide.status}
<a class="btn btn-default"
href="{$link->getAdminLink('AdminModules')}&configure=ps_imageslider&id_slide={$slide.id_slide}">
<i class="icon-edit"></i>
{l s='Edit' d='Admin.Actions'}
</a>
<a class="btn btn-default"
href="{$link->getAdminLink('AdminModules')}&configure=ps_imageslider&delete_id_slide={$slide.id_slide}">
<i class="icon-trash"></i>
{l s='Delete' d='Admin.Actions'}
</a>
</div>
</div>
</div>
</div>
{/foreach}
</div>
</div>
</div>
xxxxx1.0, XXX xxxx