| 1 |
<?php defined('ABSPATH') or die("Protected By WT!");?> |
| 2 |
<?php if(!empty($arguments)):?> |
| 3 |
<div class="wtotem_content"> |
| 4 |
<div class="wtotem_container"> |
| 5 |
<div class="wtotem_antivirus"> |
| 6 |
<div class="wtotem_antivirus__first section-header-mb"> |
| 7 |
<h2 class="title"> |
| 8 |
<?= wtsec_locale("remote_antivirus") ?> |
| 9 |
</h2> |
| 10 |
|
| 11 |
</div> |
| 12 |
<div class="wtotem_antivirus__block wt_card"> |
| 13 |
<div class="wtotem_antivirus__item"> |
| 14 |
<div class="wtotem_antivirus__figures wtotem_antivirus__figures_green"> |
| 15 |
<?= $arguments["vc"]["scanned"] ?> |
| 16 |
</div> |
| 17 |
<div class="wtotem_antivirus__title"> |
| 18 |
<?= wtsec_locale("antivirus.scanned") ?> |
| 19 |
</div> |
| 20 |
</div> |
| 21 |
|
| 22 |
<div class="wtotem_antivirus__item"> |
| 23 |
<div class="wtotem_antivirus__figures wtotem_antivirus__figures_yellow"> |
| 24 |
<?= $arguments["vc"]["changes"] ?> |
| 25 |
</div> |
| 26 |
<div class="wtotem_antivirus__title"> |
| 27 |
<?= wtsec_locale("antivirus.changed") ?> |
| 28 |
</div> |
| 29 |
</div> |
| 30 |
|
| 31 |
<div class="wtotem_antivirus__item"> |
| 32 |
<div class="wtotem_antivirus__figures wtotem_antivirus__figures_black"> |
| 33 |
<?= $arguments["vc"]["deleted"] ?> |
| 34 |
</div> |
| 35 |
<div class="wtotem_antivirus__title"> |
| 36 |
<?= wtsec_locale("antivirus.deleted") ?> |
| 37 |
</div> |
| 38 |
</div> |
| 39 |
|
| 40 |
<div class="wtotem_antivirus__item"> |
| 41 |
<div class="wtotem_antivirus__figures wtotem_antivirus__figures_orange"> |
| 42 |
<?= $arguments["vc"]["signatures"] ?> |
| 43 |
</div> |
| 44 |
<div class="wtotem_antivirus__title"> |
| 45 |
<?= wtsec_locale("antivirus.infected") ?> |
| 46 |
</div> |
| 47 |
</div> |
| 48 |
</div> |
| 49 |
</div> |
| 50 |
|
| 51 |
<?php include 'components/_quarantine_lazy.php'?> |
| 52 |
|
| 53 |
<div class="wtotem_state wt_card"> |
| 54 |
<div class="wtotem_av_filters_wrapper"> |
| 55 |
<div class="wtotem_state__select-wrapper"> |
| 56 |
<select name="file-status" id="wtotem_av_state_filter" class="wtotem_state__select"> |
| 57 |
<option class="wtotem_state__option" value="new"><?= wtsec_locale("antivirus.select.new") ?></option> |
| 58 |
<option class="wtotem_state__option" value="scanned"><?= wtsec_locale("antivirus.select.scanned") ?></option> |
| 59 |
<option class="wtotem_state__option" value="modified"><?= wtsec_locale("antivirus.select.changed") ?></option> |
| 60 |
<option class="wtotem_state__option" value="deleted"><?= wtsec_locale("antivirus.select.deleted") ?></option> |
| 61 |
<option class="wtotem_state__option" value="infected"><?= wtsec_locale("antivirus.select.infected") ?></option> |
| 62 |
</select> |
| 63 |
</div> |
| 64 |
<div class="wtotem_filter__wrapper wt-margin-bottom-15"> |
| 65 |
|
| 66 |
<div class="wtotem_chart__calendars"> |
| 67 |
<div class="wtotem_calendar-icon"></div> |
| 68 |
<input |
| 69 |
class="flatpickr flatpickr-input wtotem_calendar" |
| 70 |
type="text" |
| 71 |
placeholder="<?= wtsec_locale("chart.select-date") ?>" |
| 72 |
readonly="readonly" |
| 73 |
id="av_period_filter" |
| 74 |
/> |
| 75 |
<div class="wtotem_calendar-connect"> |
| 76 |
- |
| 77 |
</div> |
| 78 |
<input |
| 79 |
class="wtotem_calendar" |
| 80 |
type="text" |
| 81 |
placeholder="<?= wtsec_locale("chart.select-date") ?>" |
| 82 |
id="secondRangeInput" |
| 83 |
readonly="readonly" |
| 84 |
/> |
| 85 |
</div> |
| 86 |
</div> |
| 87 |
</div> |
| 88 |
|
| 89 |
|
| 90 |
<div class="wtotem_file-table"> |
| 91 |
<div class="wtotem_file-table__thead"> |
| 92 |
<div class="wtotem_file-table__tr"> |
| 93 |
<div class="wtotem_file-table__th"> |
| 94 |
<?= wtsec_locale("file") ?> |
| 95 |
</div> |
| 96 |
<div class="wtotem_file-table__th"> |
| 97 |
<?= wtsec_locale("antivirus.permission") ?> |
| 98 |
<span class="wtotem_title-info__info wtotem-tooltip"> |
| 99 |
<div class="wtotem-tooltip__content"> |
| 100 |
<?= wtsec_locale("tooltips.permission") ?> |
| 101 |
</div> |
| 102 |
</span> |
| 103 |
</div> |
| 104 |
<div class="wtotem_file-table__th"> |
| 105 |
<?= wtsec_locale("antivirus.info.title") ?> |
| 106 |
</div> |
| 107 |
<div class="wtotem_file-table__th"> |
| 108 |
<?= wtsec_locale("antivirus.date") ?> |
| 109 |
</div> |
| 110 |
<div class="wtotem_file-table__th"> |
| 111 |
<?= wtsec_locale("antivirus.time") ?> |
| 112 |
</div> |
| 113 |
<div class="wtotem_file-table__th"> |
| 114 |
<?= wtsec_locale("description") ?> |
| 115 |
</div> |
| 116 |
</div> |
| 117 |
</div> |
| 118 |
<div class="wtotem_file-table__tbody" id="wtotem_data_box"> |
| 119 |
<?php include 'components/_antivirus_lazy.php'?> |
| 120 |
</div> |
| 121 |
</div> |
| 122 |
|
| 123 |
<div class="wtotem_state__line"></div> |
| 124 |
|
| 125 |
<div class="wtotem_state__last"> |
| 126 |
<div class="wtotem_state__text"> |
| 127 |
<?= wtsec_locale("need_more_support") ?> |
| 128 |
<a target="_blank" href="https://wtotem.com/#hs-chat-open"><?= wtsec_locale("lets_talk") ?></a> |
| 129 |
</div> |
| 130 |
</div> |
| 131 |
</div> |
| 132 |
</div> |
| 133 |
</div> |
| 134 |
<script> |
| 135 |
jQuery(document).ready(function ($) { |
| 136 |
let calendar = $('.flatpickr'); |
| 137 |
setFlatpickr(calendar, "#secondRangeInput"); |
| 138 |
}); |
| 139 |
</script> |
| 140 |
<?php else:?> |
| 141 |
|
| 142 |
<?php endif;?> |