First commit
This commit is contained in:
commit
e3597abe8e
35 changed files with 2401 additions and 0 deletions
31
styles/all/template/protected_page_captcha.html
Executable file
31
styles/all/template/protected_page_captcha.html
Executable file
|
|
@ -0,0 +1,31 @@
|
|||
<form id="protectedlink" method="post">
|
||||
<div class="forabg">
|
||||
<div class="inner">
|
||||
|
||||
<ul class="topiclist">
|
||||
<li class="header">
|
||||
<dl class="row-item">
|
||||
<dt>{{ LINKPROTECTION_SOLVE_CAPTCHA_MESSAGE }}</dt>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<ul class="forums">
|
||||
<br>
|
||||
|
||||
{% include LINKPROTECTION_CAPTCHA %}
|
||||
<br>
|
||||
|
||||
{% if LINKPROTECTION_SHOWSUBMIT %}
|
||||
<p class="submit-buttons">
|
||||
<input class="button1" type="submit" id="submit" name="submit" value="{{ lang('SUBMIT') }}" />
|
||||
</p>
|
||||
<br>
|
||||
{% endif %}
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{ S_FORM_TOKEN }}
|
||||
</form>
|
||||
Loading…
Add table
Add a link
Reference in a new issue