LinkProtection/styles/all/template/protected_page_link.html

31 lines
640 B
HTML
Executable file

<div class="forabg">
<div class="inner">
<ul class="topiclist">
<li class="header">
<dl class="row-item">
<dt>{{ LINKPROTECTION_SOLVED_MESSAGE ~ lang('COLON') }}</dt>
</dl>
</li>
</ul>
<ul class="topiclist forums">
<li class="row">
<dl class="row-item">
<dt>
<div>
<br>
<a href="{{ LINKPROTECTION_LINK_SOURCE }}" class="forumtitle">{{ LINKPROTECTION_UNHIDDEN_LINK }}</a>
<br>
{% if LINKPROTECTION_INFO_MESSAGE %}
{{ LINKPROTECTION_INFO_MESSAGE }}
<br>
{% endif %}
<br>
</div>
</dt>
</dl>
</li>
</ul>
</div>
</div>