PluginProbe
WebTotem Security / 2.1.9
WebTotem Security v2.1.9
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
wt-security / includes / login.php

login.php in WebTotem Security 2.1.9, at includes/login.php

81 lines 3.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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>
78 </div>
79 </div>
80 </div>
81 </div>