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