31 lines
579 B
HTML
Executable file
31 lines
579 B
HTML
Executable file
<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>
|