| @@ -1,6 +1,4 @@ | ||
| 1 | -<?php defined('ABSPATH') or die("Protected By WT!");?> | |
| 2 | -<?php if(!empty($arguments)):?> | |
| 3 | 1 | <div class="wtotem_content"> |
| 4 | 2 | <div class="wtotem_container"> |
| 5 | 3 | <div class="wtotem_holder"> |
| 6 | 4 | <div class="wtotem_holder__content"> |
| @@ -5,27 +3,30 @@ | ||
| 5 | 3 | <div class="wtotem_holder"> |
| 6 | 4 | <div class="wtotem_holder__content"> |
| 7 | 5 | <div class="section-header-mb"> |
| 8 | 6 | <h2 class="title"> |
| 9 | - <?= wtsec_locale("options") ?> | |
| 7 | + Options | |
| 10 | 8 | </h2> |
| 11 | 9 | </div> |
| 12 | 10 | <div class="wtotem_option wt_card"> |
| 13 | 11 | <div class="wtotem_option__desc"> |
| 14 | 12 | <h3 class="wtotem_option__title"> |
| 15 | - <?= wtsec_locale("availability") ?> | |
| 13 | + Availability | |
| 16 | 14 | </h3> |
| 17 | 15 | <p class="wtotem_option__text"> |
| 18 | - <?= wtsec_locale("descriptions.availability") ?> | |
| 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. | |
| 19 | 21 | </p> |
| 20 | 22 | </div> |
| 21 | 23 | <div class="wtotem_option__checkbox onoff"> |
| 22 | 24 | <input |
| 23 | 25 | type="checkbox" |
| 24 | - class="onoff__input config_toggle" | |
| 26 | + class="onoff__input" | |
| 25 | 27 | id="myonoff1" |
| 26 | - value="<?= $arguments['wa']['id'] ?>" | |
| 27 | - <?= ($arguments['wa']['isActive']) ? 'checked' : ''; ?> | |
| 28 | + checked | |
| 28 | 29 | /> |
| 29 | 30 | <label for="myonoff1" class="onoff__label"> |
| 30 | 31 | <div class="onoff__circle"></div> |
| 31 | 32 | </label> |
| @@ -31,24 +32,55 @@ | ||
| 31 | 32 | </label> |
| 32 | 33 | </div> |
| 33 | 34 | </div> |
| 34 | 35 | |
| 35 | - <div class="wtotem_option wt_card"> | |
| 36 | + <div class="wtotem_option card"> | |
| 36 | 37 | <div class="wtotem_option__desc"> |
| 37 | 38 | <h3 class="wtotem_option__title"> |
| 38 | - <?= wtsec_locale("malicious_scripts") ?> | |
| 39 | + Domain | |
| 39 | 40 | </h3> |
| 40 | 41 | <p class="wtotem_option__text"> |
| 41 | - <?= wtsec_locale("descriptions.malicious") ?> | |
| 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. | |
| 42 | 48 | </p> |
| 43 | 49 | </div> |
| 44 | 50 | <div class="wtotem_option__checkbox onoff"> |
| 45 | 51 | <input |
| 46 | 52 | type="checkbox" |
| 47 | - class="onoff__input config_toggle" | |
| 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> | |
| 60 | + </div> | |
| 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" | |
| 48 | 81 | id="myonoff3" |
| 49 | - value="<?= $arguments['cms']['id'] ?>" | |
| 50 | - <?= ($arguments['cms']['isActive']) ? 'checked' : ''; ?> | |
| 82 | + checked | |
| 51 | 83 | /> |
| 52 | 84 | <label for="myonoff3" class="onoff__label"> |
| 53 | 85 | <div class="onoff__circle"></div> |
| 54 | 86 | </label> |
| @@ -54,24 +86,29 @@ | ||
| 54 | 86 | </label> |
| 55 | 87 | </div> |
| 56 | 88 | </div> |
| 57 | 89 | |
| 58 | - <div class="wtotem_option wt_card"> | |
| 90 | + <div class="wtotem_option card"> | |
| 59 | 91 | <div class="wtotem_option__desc"> |
| 60 | 92 | <h3 class="wtotem_option__title"> |
| 61 | - <?= wtsec_locale("deface_scanner") ?> | |
| 93 | + Deface scanner | |
| 62 | 94 | </h3> |
| 63 | 95 | <p class="wtotem_option__text"> |
| 64 | - <?= wtsec_locale("descriptions.deface") ?> | |
| 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. | |
| 65 | 103 | </p> |
| 66 | 104 | </div> |
| 67 | 105 | <div class="wtotem_option__checkbox onoff"> |
| 68 | 106 | <input |
| 69 | 107 | type="checkbox" |
| 70 | - class="onoff__input config_toggle" | |
| 108 | + class="onoff__input" | |
| 71 | 109 | id="myonoff4" |
| 72 | - value="<?= $arguments['dc']['id'] ?>" | |
| 73 | - <?= ($arguments['dc']['isActive']) ? 'checked' : ''; ?> | |
| 110 | + checked | |
| 74 | 111 | /> |
| 75 | 112 | <label for="myonoff4" class="onoff__label"> |
| 76 | 113 | <div class="onoff__circle"></div> |
| 77 | 114 | </label> |
| @@ -77,24 +114,27 @@ | ||
| 77 | 114 | </label> |
| 78 | 115 | </div> |
| 79 | 116 | </div> |
| 80 | 117 | |
| 81 | - <div class="wtotem_option wt_card"> | |
| 118 | + <div class="wtotem_option card"> | |
| 82 | 119 | <div class="wtotem_option__desc"> |
| 83 | 120 | <h3 class="wtotem_option__title"> |
| 84 | - <?= wtsec_locale("port_scanner") ?> | |
| 121 | + Port scanner | |
| 85 | 122 | </h3> |
| 86 | 123 | <p class="wtotem_option__text"> |
| 87 | - <?= wtsec_locale("descriptions.port") ?> | |
| 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. | |
| 88 | 129 | </p> |
| 89 | 130 | </div> |
| 90 | 131 | <div class="wtotem_option__checkbox onoff"> |
| 91 | 132 | <input |
| 92 | 133 | type="checkbox" |
| 93 | - class="onoff__input config_toggle" | |
| 134 | + class="onoff__input" | |
| 94 | 135 | id="myonoff5" |
| 95 | - value="<?= $arguments['ps']['id'] ?>" | |
| 96 | - <?= ($arguments['ps']['isActive']) ? 'checked' : ''; ?> | |
| 136 | + checked | |
| 97 | 137 | /> |
| 98 | 138 | <label for="myonoff5" class="onoff__label"> |
| 99 | 139 | <div class="onoff__circle"></div> |
| 100 | 140 | </label> |
| @@ -100,14 +140,114 @@ | ||
| 100 | 140 | </label> |
| 101 | 141 | </div> |
| 102 | 142 | </div> |
| 103 | 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> | |
| 104 | 168 | </div> |
| 169 | + | |
| 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> | |
| 211 | + </div> | |
| 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> | |
| 249 | + </div> | |
| 250 | + </div> | |
| 105 | 251 | </div> |
| 106 | - | |
| 107 | 252 | </div> |
| 108 | -</div> | |
| 109 | - | |
| 110 | - | |
| 111 | -<?php else:?> | |
| 112 | - | |
| 113 | -<?php endif;?> | |
| 253 | +</div> | |