PluginProbe
WebTotem Security / 2.1
WebTotem Security v2.1
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/login.php +13 -78 2.1.72.1 View file →
@@ -1,81 +1,16 @@
1 1 <?php defined('ABSPATH') or die("Protected By WT!");?>
2 -<div class="wtotem_welcome-wrapper">
3 - <div class="wtotem_welcome-wrapper__head-height">
4 - <div class="wtotem_modal">
5 - <h2 class="wtotem_modal__subject">
6 - <?=wtsec_locale("auth.activate_the_plugin")?>
7 - </h2>
8 - <form action="<?php echo esc_url( admin_url('admin-post.php') ); ?>" method="post" class="wtotem_modal__window wt_card">
9 - <input type="hidden" name="action" value="login_form">
10 - <h3 class="wtotem_modal__title">
11 - <?=wtsec_locale("auth.welcome")?>
12 - </h3>
13 - <p class="wtotem_modal__text">
14 - <?=wtsec_locale("auth.sign_in")?>
15 - </p>
16 - <div class="wtotem_modal__block">
17 - <img
18 - src="<?=wtsec_getImagePath("logo-circle.svg")?>"
19 - alt="Web Totem"
20 - class="wtotem_modal__logo"
21 - />
22 - </div>
23 - <div class="wtotem_modal__wrap">
24 - <input
25 - name="key"
26 - type="text"
27 - class="wtotem_modal__api-key"
28 - placeholder="<?=wtsec_locale("auth.api_key_code")?>"
29 - />
30 - <img
31 - src="<?=wtsec_getImagePath("info-blue.svg")?>"
32 - alt="Info"
33 - class="wtotem_modal__info"
34 - />
35 - </div>
36 - <button class="wtotem_modal__btn" type="submit">
37 - <?=wtsec_locale("auth.activate")?>
38 - </button>
39 - </form>
40 - <p class="wtotem_modal__desc">
41 - <?=wtsec_locale("auth.info")?>
42 - <a
43 - target="_blank"
44 - class="wtotem_modal__cabinet"
45 - href="https://wtotem.com/cabinet/sign-in"
46 - >
47 - <?=wtsec_locale("auth.cabinet")?>
48 - </a>
49 - </p>
50 - </div>
51 - </div>
52 -
53 - <div class="wtotem_welcome-wrapper__footer-height">
54 - <div class="wtotem_welcome-bottom">
55 - <img
56 - src="<?=wtsec_getImagePath("logo-gray.svg")?>"
57 - alt="Web Totem"
58 - class="wtotem_welcome-bottom__logo"
59 - />
60 - <p class="wtotem_welcome-bottom__label">
61 - © 2017-2020 <?= wtsec_locale("all_right_reserved") ?>
62 - </p>
63 - <div class="wtotem_welcome-bottom__block">
64 - <a
65 - target="_blank"
66 - href="https://apps.apple.com/us/app/webtotem/id1289069562"
67 - class="wtotem_welcome-bottom__store"
68 - >
69 - <img src="<?=wtsec_getImagePath("app-store.svg")?>" alt="App Store" />
70 - </a>
71 - <a
72 - target="_blank"
73 - href="https://play.google.com/store/apps/details?id=com.indepo.webtotem"
74 - class="wtotem_welcome-bottom__store"
75 - >
76 - <img src="<?=wtsec_getImagePath("play-store.svg")?>" alt="Play Store" />
77 - </a>
2 +<div class="ww-page__content">
3 + <div class="ww-content__title"><?=wtsec_locale("activation")?></div>
4 + <div class="ww-content__text"><?=wtsec_locale("enter_api_key")?></div>
5 + <form method="post" class="ww-form" action="<?php echo esc_url( admin_url('admin-post.php') ); ?>">
6 + <input type="hidden" name="action" value="login_form">
7 + <div class="ww-form__key-input"><input class="ww-input" name="key" type="text" placeholder="<?=wtsec_locale("activate_your_plugin")?>">
78 8 </div>
79 - </div>
9 + <div class="ww-form__block"><button class="ww-button ww-button--success" type="submit"><?=wtsec_locale("send")?></button></div>
10 + </form>
11 + <div class="ww-content__info"><?=wtsec_locale("activation_desc")?> <a
12 + href="https://wtotem.com/cabinet" target="_blank">wtotem.com/cabinet</a></div>
13 + <div class="ww-content__title"><?=wtsec_locale("connection")?></div>
14 + <div class="ww-content__text"><?=wtsec_locale("auth_desc")?></div><a
15 + href="https://wtotem.com/cabinet" target="_blank"><img src="<?=wtsec_getImagePath("badge.62d05a1a.svg")?>" alt="badge logo"></a>
80 16 </div>
81 -</div>