PluginProbe
WebTotem Security / 2.3.8
WebTotem Security v2.3.8
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.3.8, at includes/login.php

82 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_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>
79 </div>
80 </div>
81 </div>
82 </div>