| @@ -1,107 +1,253 @@ | ||
| 1 | -<?php defined('ABSPATH') or die("Protected By WT!");?> | |
| 2 | -<div class="ww-page__content ww-page__content--normal"> | |
| 3 | - <div class="ww-title"><img class="ww-icon" src="<?= wtsec_getImagePath("options.4f7dbf4e.svg") ?>" | |
| 4 | - alt=""><span><?=wtsec_locale("options")?></span></div> | |
| 1 | +<div class="wtotem_content"> | |
| 2 | + <div class="wtotem_container"> | |
| 3 | + <div class="wtotem_holder"> | |
| 4 | + <div class="wtotem_holder__content"> | |
| 5 | + <div class="section-header-mb"> | |
| 6 | + <h2 class="title"> | |
| 7 | + Options | |
| 8 | + </h2> | |
| 9 | + </div> | |
| 10 | + <div class="wtotem_option wt_card"> | |
| 11 | + <div class="wtotem_option__desc"> | |
| 12 | + <h3 class="wtotem_option__title"> | |
| 13 | + Availability | |
| 14 | + </h3> | |
| 15 | + <p class="wtotem_option__text"> | |
| 16 | + Check the performance of your site every | |
| 17 | + minute. Stay informed about the problems of | |
| 18 | + accessibility of the site instantly using | |
| 19 | + any available types of notifications: SMS, | |
| 20 | + Email, Telegram, Slack and many others. | |
| 21 | + </p> | |
| 22 | + </div> | |
| 23 | + <div class="wtotem_option__checkbox onoff"> | |
| 24 | + <input | |
| 25 | + type="checkbox" | |
| 26 | + class="onoff__input" | |
| 27 | + id="myonoff1" | |
| 28 | + checked | |
| 29 | + /> | |
| 30 | + <label for="myonoff1" class="onoff__label"> | |
| 31 | + <div class="onoff__circle"></div> | |
| 32 | + </label> | |
| 33 | + </div> | |
| 34 | + </div> | |
| 5 | 35 | |
| 6 | - <?php if(isset($arguments['wa'])){ ?> | |
| 7 | - <div class="ww-option"> | |
| 8 | - <div class="ww-option__head"><label class="ww-option__name" for="checkbox-0"><?=wtsec_locale("availability")?></label> | |
| 9 | - <div class="ww-option__checkbox"><label class="ww-checkbox"><input | |
| 10 | - data-host_id="<?=$arguments['host_id']?>" | |
| 11 | - data-config_id="<?=$arguments['wa']['config_id']?>" | |
| 12 | - class="v-change ww-checkbox__input" type="checkbox" id="checkbox-0" <?=$arguments['wa']['is_active'] ? "checked" : ""?>> | |
| 13 | - <div class="ww-checkbox__name"></div> | |
| 14 | - </label></div> | |
| 15 | - </div> | |
| 16 | - <div class="ww-option__text"><?=wtsec_locale("descriptions.availability")?> | |
| 17 | - </div> | |
| 18 | - </div> | |
| 19 | - <?php } ?> | |
| 20 | - <?php if(isset($arguments['dec'])){ ?> | |
| 21 | - <div class="ww-option"> | |
| 22 | - <div class="ww-option__head"><label class="ww-option__name" for="checkbox-1"><?=wtsec_locale("domain")?></label> | |
| 23 | - <div class="ww-option__checkbox"><label class="ww-checkbox"><input | |
| 24 | - data-host_id="<?=$arguments['host_id']?>" | |
| 25 | - data-config_id="<?=$arguments['dec']['config_id']?>" | |
| 26 | - class="v-change ww-checkbox__input" | |
| 27 | - type="checkbox" id="checkbox-1" <?=$arguments['dec']['is_active'] ? "checked" : ""?>> | |
| 28 | - <div class="ww-checkbox__name"></div> | |
| 29 | - </label></div> | |
| 30 | - </div> | |
| 31 | - <div class="ww-option__text"><?=wtsec_locale("descriptions.domain")?> | |
| 32 | - </div> | |
| 33 | - </div> | |
| 34 | - <?php } ?> | |
| 35 | - <?php if(isset($arguments['cms'])){ ?> | |
| 36 | - <div class="ww-option"> | |
| 37 | - <div class="ww-option__head"><label class="ww-option__name" for="checkbox-2"><?=wtsec_locale("malicious_scripts")?></label> | |
| 38 | - <div class="ww-option__checkbox"><label class="ww-checkbox"><input | |
| 39 | - data-host_id="<?=$arguments['host_id']?>" | |
| 40 | - data-config_id="<?=$arguments['cms']['config_id']?>" | |
| 41 | - class="v-change ww-checkbox__input" | |
| 42 | - type="checkbox" id="checkbox-2" <?=$arguments['cms']['is_active'] ? "checked" : ""?>> | |
| 43 | - <div class="ww-checkbox__name"></div> | |
| 44 | - </label></div> | |
| 45 | - </div> | |
| 46 | - <div class="ww-option__text"><?=wtsec_locale("descriptions.malicious")?> | |
| 47 | - </div> | |
| 48 | - </div> | |
| 49 | - <?php } ?> | |
| 50 | - <?php if(isset($arguments['dc'])){ ?> | |
| 51 | - <div class="ww-option"> | |
| 52 | - <div class="ww-option__head"><label class="ww-option__name" for="checkbox-3"><?=wtsec_locale("deface_scanner")?></label> | |
| 53 | - <div class="ww-option__checkbox"><label class="ww-checkbox"><input | |
| 54 | - data-host_id="<?=$arguments['host_id']?>" | |
| 55 | - data-config_id="<?=$arguments['dc']['config_id']?>" | |
| 56 | - class="v-change ww-checkbox__input" | |
| 57 | - type="checkbox" id="checkbox-3" <?=$arguments['dc']['is_active'] ? "checked" : ""?>> | |
| 58 | - <div class="ww-checkbox__name"></div> | |
| 59 | - </label></div> | |
| 60 | - </div> | |
| 61 | - <div class="ww-option__text"><?=wtsec_locale("descriptions.deface")?> | |
| 62 | - </div> | |
| 63 | - </div> | |
| 64 | - <?php } ?> | |
| 65 | - <?php if(isset($arguments['ssl'])){ ?> | |
| 66 | - <div class="ww-option"> | |
| 67 | - <div class="ww-option__head"><label class="ww-option__name" for="checkbox-5"><?=wtsec_locale("ssl")?></label> | |
| 68 | - <div class="ww-option__checkbox"><label class="ww-checkbox"><input | |
| 69 | - data-host_id="<?=$arguments['host_id']?>" | |
| 70 | - data-config_id="<?=$arguments['ssl']['config_id']?>" | |
| 71 | - class="v-change ww-checkbox__input" type="checkbox" id="checkbox-5" <?=$arguments['ssl']['is_active'] ? "checked" : ""?>> | |
| 72 | - <div class="ww-checkbox__name"></div></label></div> | |
| 36 | + <div class="wtotem_option card"> | |
| 37 | + <div class="wtotem_option__desc"> | |
| 38 | + <h3 class="wtotem_option__title"> | |
| 39 | + Domain | |
| 40 | + </h3> | |
| 41 | + <p class="wtotem_option__text"> | |
| 42 | + Learn about the expiration of your domain. | |
| 43 | + We will send you a notice a day, a week and | |
| 44 | + a month before the expiration date. Keep | |
| 45 | + track of the reputation of the domain in the | |
| 46 | + anti-virus databases and the entry into the | |
| 47 | + black lists of popular browsers. | |
| 48 | + </p> | |
| 49 | + </div> | |
| 50 | + <div class="wtotem_option__checkbox onoff"> | |
| 51 | + <input | |
| 52 | + type="checkbox" | |
| 53 | + class="onoff__input" | |
| 54 | + id="myonoff2" | |
| 55 | + /> | |
| 56 | + <label for="myonoff2" class="onoff__label"> | |
| 57 | + <div class="onoff__circle"></div> | |
| 58 | + </label> | |
| 59 | + </div> | |
| 73 | 60 | </div> |
| 74 | - <div class="ww-option__text"><?=wtsec_locale("descriptions.ssl")?> | |
| 61 | + | |
| 62 | + <div class="wtotem_option card"> | |
| 63 | + <div class="wtotem_option__desc"> | |
| 64 | + <h3 class="wtotem_option__title"> | |
| 65 | + Malicious scripts | |
| 66 | + </h3> | |
| 67 | + <p class="wtotem_option__text"> | |
| 68 | + Scan the site for malicious code inserts | |
| 69 | + that redirect visitors coming from search | |
| 70 | + engines, redirect visitors from mobile | |
| 71 | + browsers, using users power for mining | |
| 72 | + cryptocurrency, using user traffic to | |
| 73 | + download unsolicited ads, usually of a | |
| 74 | + destructive nature. | |
| 75 | + </p> | |
| 76 | + </div> | |
| 77 | + <div class="wtotem_option__checkbox onoff"> | |
| 78 | + <input | |
| 79 | + type="checkbox" | |
| 80 | + class="onoff__input" | |
| 81 | + id="myonoff3" | |
| 82 | + checked | |
| 83 | + /> | |
| 84 | + <label for="myonoff3" class="onoff__label"> | |
| 85 | + <div class="onoff__circle"></div> | |
| 86 | + </label> | |
| 87 | + </div> | |
| 75 | 88 | </div> |
| 76 | - </div> | |
| 77 | - <?php } ?> | |
| 78 | 89 | |
| 79 | - <?php if(isset($arguments['vc'])){ ?> | |
| 80 | - <div class="ww-option"> | |
| 81 | - <div class="ww-option__head"><label class="ww-option__name" for="checkbox-5"><?=wtsec_locale("remote_antivirus")?></label> | |
| 82 | - <div class="ww-option__checkbox"><label class="ww-checkbox"><input | |
| 83 | - data-host_id="<?=$arguments['host_id']?>" | |
| 84 | - data-config_id="<?=$arguments['vc']['config_id']?>" | |
| 85 | - class="v-change ww-checkbox__input" type="checkbox" id="checkbox-5" <?=$arguments['vc']['is_active'] ? "checked" : ""?>> | |
| 86 | - <div class="ww-checkbox__name"></div></label></div> | |
| 90 | + <div class="wtotem_option card"> | |
| 91 | + <div class="wtotem_option__desc"> | |
| 92 | + <h3 class="wtotem_option__title"> | |
| 93 | + Deface scanner | |
| 94 | + </h3> | |
| 95 | + <p class="wtotem_option__text"> | |
| 96 | + Check sites for problems and signs of | |
| 97 | + hacking, in which the main page is replaced | |
| 98 | + with another, usually containing | |
| 99 | + advertisements, threats or callers. Sites | |
| 100 | + that have been defaced, as well as system | |
| 101 | + errors displayed on the page, are not | |
| 102 | + credible to visitors. | |
| 103 | + </p> | |
| 104 | + </div> | |
| 105 | + <div class="wtotem_option__checkbox onoff"> | |
| 106 | + <input | |
| 107 | + type="checkbox" | |
| 108 | + class="onoff__input" | |
| 109 | + id="myonoff4" | |
| 110 | + checked | |
| 111 | + /> | |
| 112 | + <label for="myonoff4" class="onoff__label"> | |
| 113 | + <div class="onoff__circle"></div> | |
| 114 | + </label> | |
| 115 | + </div> | |
| 87 | 116 | </div> |
| 88 | - <div class="ww-option__text"><?=wtsec_locale("descriptions.antivirus")?> | |
| 117 | + | |
| 118 | + <div class="wtotem_option card"> | |
| 119 | + <div class="wtotem_option__desc"> | |
| 120 | + <h3 class="wtotem_option__title"> | |
| 121 | + Port scanner | |
| 122 | + </h3> | |
| 123 | + <p class="wtotem_option__text"> | |
| 124 | + Monitor the status of network ports on the | |
| 125 | + servers of your sites. Port Scanner will | |
| 126 | + promptly report on popularly vulnerable | |
| 127 | + services that are launched and opened for | |
| 128 | + exploitation by attackers. | |
| 129 | + </p> | |
| 130 | + </div> | |
| 131 | + <div class="wtotem_option__checkbox onoff"> | |
| 132 | + <input | |
| 133 | + type="checkbox" | |
| 134 | + class="onoff__input" | |
| 135 | + id="myonoff5" | |
| 136 | + checked | |
| 137 | + /> | |
| 138 | + <label for="myonoff5" class="onoff__label"> | |
| 139 | + <div class="onoff__circle"></div> | |
| 140 | + </label> | |
| 141 | + </div> | |
| 89 | 142 | </div> |
| 143 | + | |
| 144 | + <div class="wtotem_option card"> | |
| 145 | + <div class="wtotem_option__desc"> | |
| 146 | + <h3 class="wtotem_option__title"> | |
| 147 | + SSL | |
| 148 | + </h3> | |
| 149 | + <p class="wtotem_option__text"> | |
| 150 | + Find out the status of the SSL certificate | |
| 151 | + installed on the site. We examine it for | |
| 152 | + evidence of health, relevance and compliance | |
| 153 | + with safety standards. | |
| 154 | + </p> | |
| 155 | + </div> | |
| 156 | + <div class="wtotem_option__checkbox onoff"> | |
| 157 | + <input | |
| 158 | + type="checkbox" | |
| 159 | + class="onoff__input" | |
| 160 | + id="myonoff6" | |
| 161 | + checked | |
| 162 | + /> | |
| 163 | + <label for="myonoff6" class="onoff__label"> | |
| 164 | + <div class="onoff__circle"></div> | |
| 165 | + </label> | |
| 166 | + </div> | |
| 167 | + </div> | |
| 90 | 168 | </div> |
| 91 | - <?php } ?> | |
| 92 | 169 | |
| 93 | - | |
| 94 | - <?php if(isset($arguments['waf'])){ ?> | |
| 95 | - <div class="ww-option"> | |
| 96 | - <div class="ww-option__head"><label class="ww-option__name" for="checkbox-5"><?=wtsec_locale("firewall")?></label> | |
| 97 | - <div class="ww-option__checkbox"><label class="ww-checkbox"><input | |
| 98 | - data-host_id="<?=$arguments['host_id']?>" | |
| 99 | - data-config_id="<?=$arguments['waf']['config_id']?>" | |
| 100 | - class="v-change ww-checkbox__input" type="checkbox" id="checkbox-5" <?=$arguments['waf']['is_active'] ? "checked" : ""?>> | |
| 101 | - <div class="ww-checkbox__name"></div></label></div> | |
| 170 | + <div class="wtotem_holder__sidebar"> | |
| 171 | + <div class="wtotem_item"> | |
| 172 | + <div class="section-header-mb"> | |
| 173 | + <h2 class="title"> | |
| 174 | + Plugins | |
| 175 | + </h2> | |
| 176 | + </div> | |
| 177 | + <div class="wtotem_control card"> | |
| 178 | + <h4 class="wtotem_control__title"> | |
| 179 | + Agent manager control options | |
| 180 | + </h4> | |
| 181 | + <div class="wtotem_control__block"> | |
| 182 | + <div class="wtotem_control__circle"> | |
| 183 | + <img | |
| 184 | + src="img/success.svg" | |
| 185 | + alt="Check mark icon" | |
| 186 | + class="wtotem_control__check-mark" | |
| 187 | + /> | |
| 188 | + </div> | |
| 189 | + <div class="wtotem_control__name"> | |
| 190 | + Antivirus module | |
| 191 | + </div> | |
| 192 | + <div class="wtotem_control__trash"></div> | |
| 193 | + </div> | |
| 194 | + <div class="wtotem_control__block"> | |
| 195 | + <div class="wtotem_control__circle"> | |
| 196 | + <img | |
| 197 | + src="img/success.svg" | |
| 198 | + alt="Check mark icon" | |
| 199 | + class="wtotem_control__check-mark" | |
| 200 | + /> | |
| 201 | + </div> | |
| 202 | + <div class="wtotem_control__name"> | |
| 203 | + FireWall module | |
| 204 | + </div> | |
| 205 | + <div class="wtotem_control__trash"></div> | |
| 206 | + </div> | |
| 207 | + <button class="wtotem_control__btn"> | |
| 208 | + Download log | |
| 209 | + </button> | |
| 210 | + </div> | |
| 102 | 211 | </div> |
| 103 | - <div class="ww-option__text"><?=wtsec_locale("descriptions.firewall")?> | |
| 212 | + <div class="wtotem_item"> | |
| 213 | + <div class="section-header-mb"> | |
| 214 | + <h2 class="title"> | |
| 215 | + Theme | |
| 216 | + </h2> | |
| 217 | + </div> | |
| 218 | + <div class="wtotem_control card"> | |
| 219 | + <h4 class="wtotem_control__title"> | |
| 220 | + Choose your theme | |
| 221 | + </h4> | |
| 222 | + <div | |
| 223 | + class="wtotem_control__block wtotem_control__block_switch" | |
| 224 | + > | |
| 225 | + <div class="wtotem_control__name"> | |
| 226 | + Light/Night mode | |
| 227 | + </div> | |
| 228 | + <div class="wtotem_control__checkbox"> | |
| 229 | + <input | |
| 230 | + type="checkbox" | |
| 231 | + class="wtotem_control__input" | |
| 232 | + id="control-checkbox" | |
| 233 | + checked | |
| 234 | + /> | |
| 235 | + <label | |
| 236 | + for="control-checkbox" | |
| 237 | + class="wtotem_control__label" | |
| 238 | + > | |
| 239 | + <span | |
| 240 | + class="wtotem_control__switched-circle" | |
| 241 | + ></span> | |
| 242 | + </label> | |
| 243 | + </div> | |
| 244 | + </div> | |
| 245 | + <button class="wtotem_control__btn"> | |
| 246 | + Save | |
| 247 | + </button> | |
| 248 | + </div> | |
| 104 | 249 | </div> |
| 105 | 250 | </div> |
| 106 | - <?php } ?> | |
| 251 | + </div> | |
| 107 | 252 | </div> |
| 253 | +</div> | |