PluginProbe
Passster – Password Protect Pages and Content / 3.5.4
Passster – Password Protect Pages and Content v3.5.4
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 / src / templates / password-form.php

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

13 lines 922 B
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" action-xhr="[PASSSTER_CURRENT_URL]" target="_top">
3 <h4>[PASSSTER_FORM_HEADLINE]</h4>
4 <p>[PASSSTER_FORM_INSTRUCTIONS]</p>
5 <fieldset>
6 <span class="ps-loader"><img src="[PS_AJAX_LOADER]"/></span>
7 <input placeholder="[PASSSTER_PLACEHOLDER]" type="password" tabindex="1" name="[PASSSTER_AUTH]" id="[PASSSTER_AUTH]" class="passster-password" autocomplete="off" data-protection-type="[PASSSTER_TYPE]" data-list="[PASSSTER_LIST]" data-area="[PASSSTER_AREA]" data-protection="[PASSSTER_PROTECTION]">
8 [PASSSTER_SHOW_PASSWORD]
9 <button name="submit" type="submit" class="passster-submit" data-psid="[PASSSTER_ID]" [PASSSTER_ACF] data-submit="...Checking Password">[PASSSTER_BUTTON_LABEL]</button>
10 <div class="passster-error"></div>
11 </fieldset>
12 </form>
13 </div>