PluginProbe
WebTotem Security / 1.0
WebTotem Security v1.0
3.0.2 3.0.1 3.0.0 trunk 1.0 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 2.0 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.1 2.2.2 2.2.3 All 110 releases
← All changes | includes/layout.php +13 -98 2.2.11.0 View file →
@@ -1,104 +1,19 @@
1 -<div>
2 - <?php $color_scheme = WTSEC_LIBRARY_App::_get('color_scheme');?>
3 -
4 - <div class="wtotem_body <?= ($color_scheme == 'dark') ? 'wtotem_theme—dark' : '' ?>">
5 - <div class="wtotem_header wt_card">
6 - <div class="wtotem_container">
7 - <div class="wtotem_header__body">
8 - <div class="wtotem_version">
9 - <div class="wtotem_logo"></div>
10 - <span class="wtotem_version__count">2.0</span>
11 - </div>
12 - <div class="wtotem_burger">
13 - <span class="wtotem_burger__middle-line"></span>
14 - </div>
15 - <nav class="wtotem_nav">
16 - <ul class="wtotem_nav__menu">
17 - <div class="wtotem_control__checkbox" id="color_scheme_toggle">
18 - <input type="checkbox" class="wtotem_control__input" id="control-checkbox" <?= ($color_scheme == 'dark') ? 'checked' : '' ?> />
19 - <label for="control-checkbox" class="wtotem_control__label">
20 - <span class="wtotem_control__switched-circle"></span>
21 - </label>
22 - </div>
23 - <li class="wtotem_nav__item">
24 - <a href="<?=wtsec_getUrl("dashboard")?>" class="wtotem_nav__link <?= wtsec_isActivePage("dashboard") ?>">
25 - <?= wtsec_locale("dashboard") ?>
26 - </a>
27 - </li>
28 - <li class="wtotem_nav__item">
29 - <a href="<?=wtsec_getUrl("waf")?>" class="wtotem_nav__link <?= wtsec_isActivePage("waf") ?>">
30 - <?= wtsec_locale("firewall") ?>
31 - </a>
32 - </li>
33 - <li class="wtotem_nav__item">
34 - <a href="<?=wtsec_getUrl("vc")?>" class="wtotem_nav__link <?= wtsec_isActivePage("vc") ?>">
35 - <?= wtsec_locale("remote_antivirus") ?>
36 - </a>
37 - </li>
38 - </ul>
39 - </nav>
40 - </div>
1 +<?php defined('ABSPATH') or die("Protected By WT!");?>
2 +<div class="ww-page">
3 + <div class="ww-page__head">
4 + <div class="ww-header">
5 + <div class="ww-header__logo"><img src="<?=wtsec_getImagePath("logo.b37d81ec.svg")?>" alt="logo">
6 + <div class="ww-header__version">Version <?=WTSEC_PLUGIN_INFORMATION_VERSION?></div>
41 7 </div>
8 +<!-- <a class="ww-header__button" href="#">Get a service</a>-->
42 9 </div>
43 - <div class="wtotem_content" style="padding:1px">
44 - <div class="wtotem_container">
45 - <?php WTSEC_LIBRARY_Session::notifications() ?>
46 - </div>
47 - </div>
48 - <?php include $body;?>
10 + </div>
49 11
50 - <div class="wtotem_footer">
51 - <div class="wtotem_container">
52 - <div class="wtotem_footer__first">
53 - <div class="wtotem_footer__caption">
54 - <div class="wtotem_footer__logo"></div>
55 - <p class="wtotem_footer__text">
56 - <?= wtsec_locale("your_best_friend") ?>
57 - </p>
58 - </div>
59 - </div>
60 -
61 - <div class="wtotem_footer__line"></div>
62 -
63 - <div class="wtotem_footer__bottom">
64 - <div class="wtotem_footer__left">
65 - <p class="wtotem_footer__text">
66 - © 2017-2020 <?= wtsec_locale("all_right_reserved") ?>
67 - </p>
68 - <a target="_blank" href="https://apps.apple.com/us/app/webtotem/id1289069562" class="wtotem_footer__store">
69 - <div class="wtotem_footer__app-store"></div>
70 - </a>
71 - <a target="_blank" href="https://play.google.com/store/apps/details?id=com.indepo.webtotem" class="wtotem_footer__store">
72 - <div class="wtotem_footer__play-store"></div>
73 - </a>
74 - </div>
75 - <div class="wtotem_footer__soc">
76 - <a target="_blank" href="https://www.facebook.com/webtotem" class="wtotem_footer__soc-link">
77 - <img src="<?=wtsec_getImagePath("fc.svg")?>" alt="Facebook icon" />
78 - </a>
79 - <a target="_blank" href="https://www.linkedin.com/company/wtotem/" class="wtotem_footer__soc-link">
80 - <img src="<?=wtsec_getImagePath("lk.svg")?>" alt="Linkedin icon" />
81 - </a>
82 - <a target="_blank" href="https://www.youtube.com/channel/UCD-n_NIXTOmw4Nm-LcmW1XA/featured" class="wtotem_footer__soc-link">
83 - <img src="<?=wtsec_getImagePath("youtube.svg")?>" alt="Youtube icon" />
84 - </a>
85 - </div>
86 - <div class="wtotem_footer__payment">
87 - <img class="wtotem_footer__card wtotem_footer__card_visa" src="<?=wtsec_getImagePath("visa.svg")?>" alt="Visa"/>
88 - <img class="wtotem_footer__card wtotem_footer__card_master" src="<?=wtsec_getImagePath("master-card.svg")?>" alt="Master wt_card"/>
89 - <img class="wtotem_footer__card wtotem_footer__card_payPal" src="<?=wtsec_getImagePath("paypal.svg")?>" alt="PayPal"/>
90 - </div>
91 - </div>
92 - </div>
12 + <div class="ww-content ww-content--top ww-grid">
13 + <div class="ww-grid__6">
14 + <?php WTSEC_LIBRARY_Session::notifications() ?>
15 + <?php include $body;?>
93 16 </div>
17 + <?php include $faq;?>
94 18 </div>
95 19 </div>
96 -<style>
97 - /* wp default styles override*/
98 -
99 - #wpcontent{
100 - padding:0!important;
101 - }
102 -
103 - /* wp default styles override*/
104 -</style>