PluginProbe
Passster – Password Protect Pages and Content / 4.3.5
Passster – Password Protect Pages and Content v4.3.5
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.3.5, at inc/templates/password-form.php

20 lines 1.4 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 <[PASSSTER_HEADLINE_TAG] class="ps-form-headline">[PASSSTER_FORM_HEADLINE]</[PASSSTER_HEADLINE_TAG]>
4 <div class="ps-form-instructions-wrap">[PASSSTER_FORM_INSTRUCTIONS]</div>
5 <fieldset>
6 <span class="ps-loader" style="display:none;"><img src="[PS_AJAX_LOADER]" alt="" /></span>
7 <label for="input-[PASSSTER_ID]" style="display:none;" class="passster-hidden">[PASSSTER_LABEL]</label>
8 <input placeholder="[PASSSTER_PLACEHOLDER]" type="password" tabindex="1" name="[PASSSTER_AUTH]"
9 id="input-[PASSSTER_ID]" 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]" data-post-id="[PASSSTER_POST_ID]" data-term-id="[PASSSTER_TERM_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>
20