PluginProbe
Passster – Password Protect Pages and Content / 4.2.14
Passster – Password Protect Pages and Content v4.2.14
4.3.15 4.3.14 4.3.12 4.3.13 4.3.11 4.3.10 4.3.9 4.3.8 4.3.7 4.3.6 4.3.5 trunk 3.5.4 3.5.5.2 3.5.5.8 3.5.5.9 4.0 4.1.4 4.2.10 4.2.11 4.2.12 4.2.13 4.2.14 4.2.15 4.2.16 All 47 releases
content-protector / inc / templates / password-form.php

password-form.php in Passster – Password Protect Pages and Content 4.2.14, at inc/templates/password-form.php

19 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="passster-form[PASSSTER_HIDE]" id="[PASSSTER_ID]">
2 <form class="password-form" method="post" autocomplete="off" target="_top">
3 <span class="ps-form-headline">[PASSSTER_FORM_HEADLINE]</span>
4 <p>[PASSSTER_FORM_INSTRUCTIONS]</p>
5 <fieldset>
6 <span class="ps-loader"><img src="[PS_AJAX_LOADER]"/></span>
7 <label for="[PASSSTER_AUTH]" style="display:none;">Enter your password</label>
8 <input placeholder="[PASSSTER_PLACEHOLDER]" type="password" tabindex="1" name="[PASSSTER_AUTH]"
9 id="[PASSSTER_AUTH]" class="passster-password" autocomplete="off"
10 data-protection-type="[PASSSTER_TYPE]" data-list="[PASSSTER_LIST]" data-lists="[PASSSTER_LISTS]" data-area="[PASSSTER_AREA]"
11 data-protection="[PASSSTER_PROTECTION]">
12 [PASSSTER_SHOW_PASSWORD]
13 <button name="submit" type="submit" class="passster-submit" data-psid="[PASSSTER_ID]" [PASSSTER_ACF]
14 data-submit="...Checking Password" data-redirect="[PASSSTER_REDIRECT]">[PASSSTER_BUTTON_LABEL]
15 </button>
16 <div class="passster-error"></div>
17 </fieldset>
18 </form>
19 </div>