File: //proc/self/cwd/nueva/modules/wnetsecurity/views/templates/admin/config.tpl
{**
* Copyright since 2014 Waynet Sp. z o.o.
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 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/OSL-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 kontakt@waynet.pl so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to https://devdocs.prestashop-project.org/ for more information.
*
* @author Waynet Sp. z o.o. <kontakt@waynet.pl>
* @copyright since 2014 Waynet Sp. z o.o.
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
*}
<script src="{$psAccountsCdnUrl|escape:'htmlall':'UTF-8'}" rel=preload></script>
<script src="https://unpkg.com/@prestashopcorp/billing-cdc/dist/bundle.js" rel=preload></script>
{if isset($psCloudSyncCdcUrl)}
<script src="{$psCloudSyncCdcUrl|escape:'htmlall':'UTF-8'}"></script>
{/if}
<prestashop-accounts></prestashop-accounts>
<div id="prestashop-cloudsync"></div>
<div id="ps-billing"></div>
<div id="ps-modal"></div>
<div id="vulnerability-reports-wrapper" style="display: none; margin-top: 2rem">
<div class="panel">
<h3>
<i class="icon icon-warning"></i>
{l s='Vulnerability reports' mod='wnetsecurity'}
</h3>
<div class="js-vulnerability-reports-info"></div>
<div class="js-vulnerability-reports-container"></div>
</div>
<template class="js-vulnerability-report-template">
<div class="js-report-container vulnerability-report-hide-items" data-id="">
<div style="margin-bottom: 1rem">
<span class="js-report-collapse-toggle collapsed" data-toggle="collapse" data-target="" aria-expanded="false" style="cursor: pointer">
<strong class="js-report-date"></strong> - {l s='show report' mod='wnetsecurity'}
</span>
<button class="btn js-show-hidden-report-items vulnerability-report-show-hidden-items-button"
type="button"
style="float: right; padding: 0"
data-count="0"
data-text="{l s='Show {count} hidden item(s)' mod='wnetsecurity'}"
></button>
</div>
<div class="js-vulnerability-report-items-wrapper collapse">
<table class="table vulnerability-report-table">
<thead>
<tr>
<th>{l s='Identifier' mod='wnetsecurity'}</th>
<th>{l s='Type' mod='wnetsecurity'}</th>
<th>{l s='Severity' mod='wnetsecurity'}</th>
<th>{l s='Description' mod='wnetsecurity'}</th>
<th></th>
<th></th>
</tr>
</thead>
<tbody class="js-vulnerability-report-items"></tbody>
</table>
</div>
</div>
</template>
<template class="js-vulnerability-report-item-template">
<tr class="js-report-item-container" data-hidden="false" data-uri="">
<td>
<a class="js-item-identifier" href="" target="_blank"></a>
</td>
<td class="js-item-type"></td>
<td class="js-item-severity"></td>
<td><p class="js-item-description"></p></td>
<td>
<a class="js-item-contact-link"
href="mailto:{$contact_email|escape:'html':'UTF-8'}"
data-subject="{l s='Vulnerability report - %s - %s' mod='wnetsecurity' sprintf=[$shop_url, '{vulnerability_id}']}"
style="white-space: nowrap"
>
{l s='Contact Waynet for assistance' mod='wnetsecurity'}
</a>
</td>
<td>
<button class="btn js-item-toggle-hidden-button" type="button"></button>
</td>
</tr>
</template>
<template class="js-load-vulnerability-reports-template">
<div style="display: grid; align-content: center">
<button class="btn js-load-vulnerability-reports">
{l s='Load more...' mod='wnetsecurity'}
</button>
</div>
</template>
</div>