Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
PHPBB3-13043
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnadoO committed Jul 10, 2018
1 parent 5ee32fd commit be93605
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 64 deletions.
48 changes: 23 additions & 25 deletions styles/prosilver/template/add_site.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{% include 'overall_header.html' %}
<script type="text/javascript">
// <![CDATA[
var dir_flag_path = '{{ ROOT_PATH }}{{ DIR_FLAG_PATH }}';
// ]]>
</script>
<script>
var dir_flag_path = '{{ ROOT_PATH }}{{ DIR_FLAG_PATH }}';
</script>

<form id="postform" method="post" action="{{ S_POST_ACTION }}" >
<div class="panel">
Expand All @@ -26,16 +24,16 @@ <h2>{{ lang('TITLE') }}</h2>
{% if S_GUEST or EDIT_GUEST %}
<dl>
<dt><label for="guest_email" ><strong>{{ lang('DIR_GUEST_EMAIL') }}{{ lang('COLON') }}*</strong></label></dt>
<dd><input type="text" tabindex="1" name="guest_email" id="guest_email" size="35" value="{{ GUEST_EMAIL }}" class="inputbox autowidth" /></dd>
<dd><input type="text" tabindex="1" name="guest_email" id="guest_email" size="35" value="{{ GUEST_EMAIL }}" class="inputbox autowidth" ></dd>
</dl>
{% endif %}
<dl>
<dt><label for="site_name" >{{ lang('DIR_SITE_NAME') }}{{ lang('COLON') }}*</label></dt>
<dd><input type="text" tabindex="2" name="site_name" id="site_name" size="35" value="{{ SITE_NAME }}" class="inputbox autowidth" /></dd>
<dd><input type="text" tabindex="2" name="site_name" id="site_name" size="35" value="{{ SITE_NAME }}" class="inputbox autowidth" ></dd>
</dl>
<dl>
<dt><label for="url" >{{ lang('DIR_SITE_URL') }}{{ lang('COLON') }}*</label></dt>
<dd><input type="text" tabindex="3" name="url" id="url" size="35" value="{{ SITE_URL }}" class="inputbox autowidth" /></dd>
<dd><input type="text" tabindex="3" name="url" id="url" size="35" value="{{ SITE_URL }}" class="inputbox autowidth" ></dd>
</dl>
<dl id="colour_palette" style="display: none; clear: left;">
<dt><label>{{ lang('FONT_COLOR') }}{{ lang('COLON') }}</label></dt>
Expand All @@ -47,15 +45,15 @@ <h2>{{ lang('TITLE') }}</h2>
</dl>
<dl>
<dt>
<label for="url" >{{ lang('DIR_DESCRIPTION') }}{{ lang('COLON') }}{{ S_DESC_STAR }}</label><br />
<span>{{ lang('DIR_DESCRIPTION_EXP') }}</span><br /><br />
<label for="url" >{{ lang('DIR_DESCRIPTION') }}{{ lang('COLON') }}{{ S_DESC_STAR }}</label><br>
<span>{{ lang('DIR_DESCRIPTION_EXP') }}</span><br><br>
{% if BBCODE_STATUS %}
<div class="bbcode-status">
{{ BBCODE_STATUS }}<br />
{{ BBCODE_STATUS }}<br>
{% if S_BBCODE_ALLOWED %}
{{ IMG_STATUS }}<br />
{{ FLASH_STATUS }}<br />
{{ URL_STATUS }}<br />
{{ IMG_STATUS }}<br>
{{ FLASH_STATUS }}<br>
{{ URL_STATUS }}<br>
{% endif %}
{{ SMILIES_STATUS }}
</div>
Expand All @@ -66,29 +64,29 @@ <h2>{{ lang('TITLE') }}</h2>
</dl>
{% if S_RSS %}
<dl>
<dt><label for="rss">{{ lang('DIR_SITE_RSS') }}{{ lang('COLON') }}</label><br /><span>{{ lang('DIR_SITE_RSS_EXPLAIN') }}</span></dt>
<dd><input type="text" tabindex="5" name="rss" id="rss" size="35" value="{{ RSS }}" class="inputbox autowidth" /></dd>
<dt><label for="rss">{{ lang('DIR_SITE_RSS') }}{{ lang('COLON') }}</label><br><span>{{ lang('DIR_SITE_RSS_EXPLAIN') }}</span></dt>
<dd><input type="text" tabindex="5" name="rss" id="rss" size="35" value="{{ RSS }}" class="inputbox autowidth" ></dd>
</dl>
{% endif %}
{% if S_BANNER %}
<dl>
<dt><label for="banner">{{ lang('DIR_SITE_BANN') }}{{ lang('COLON') }}</label><br /><span>{{ lang('DIR_SITE_BANN_EXP') }}</span></dt>
<dd><input type="text" tabindex="6" name="banner" id="banner" size="35" value="{{ BANNER }}" class="inputbox autowidth" /></dd>
{% if EDIT_MODE %}<dd><label for="delete_banner"><input type="checkbox" name="delete_banner" id="delete_banner" /> {{ lang('DIR_DELETE_BANNER') }}</label></dd>{% endif %}
<dt><label for="banner">{{ lang('DIR_SITE_BANN') }}{{ lang('COLON') }}</label><br><span>{{ lang('DIR_SITE_BANN_EXP') }}</span></dt>
<dd><input type="text" tabindex="6" name="banner" id="banner" size="35" value="{{ BANNER }}" class="inputbox autowidth" ></dd>
{% if EDIT_MODE %}<dd><label for="delete_banner"><input type="checkbox" name="delete_banner" id="delete_banner" > {{ lang('DIR_DELETE_BANNER') }}</label></dd>{% endif %}
</dl>
{% endif %}
{% if S_BACK %}
<dl>
<dt><label for="back">{{ lang('DIR_SITE_BACK') }}{{ lang('COLON') }}*</label><br /><span>{{ lang('DIR_SITE_BACK_EXPLAIN') }}</span></dt>
<dd><input type="text" tabindex="7" name="back" id="back" size="35" value="{{ BACK }}" class="inputbox autowidth" /></dd>
<dt><label for="back">{{ lang('DIR_SITE_BACK') }}{{ lang('COLON') }}*</label><br><span>{{ lang('DIR_SITE_BACK_EXPLAIN') }}</span></dt>
<dd><input type="text" tabindex="7" name="back" id="back" size="35" value="{{ BACK }}" class="inputbox autowidth" ></dd>
</dl>
{% endif %}
{% if S_FLAG %}
<dl>
<dt><label for="dir_flag">{{ lang('DIR_FLAG') }}{{ lang('COLON') }}</label><br /><span>{{ lang('DIR_FLAG_EXP') }}</span></dt>
<dt><label for="dir_flag">{{ lang('DIR_FLAG') }}{{ lang('COLON') }}</label><br><span>{{ lang('DIR_FLAG_EXP') }}</span></dt>
<dd><select name="flag" id="dir_flag" ><option value="no_flag.png" style="font-weight: bold">{{ lang('DIR_NONE') }}</option>
{{ S_LIST_FLAG }}
</select> <img src="{% if DIR_FLAG_IMAGE %}{{ DIR_FLAG_IMAGE }}{% else %}{{ ROOT_PATH }}images/spacer.gif{% endif %}" id="flag_image" alt="" /></dd>
</select> <img src="{% if DIR_FLAG_IMAGE %}{{ DIR_FLAG_IMAGE }}{% else %}{{ ROOT_PATH }}images/spacer.gif{% endif %}" id="flag_image" alt="" ></dd>
</dl>
{% endif %}
<dl>
Expand All @@ -114,8 +112,8 @@ <h2>{{ lang('TITLE') }}</h2>
<div class="inner">
<fieldset class="submit-buttons">
{{ S_HIDDEN_FIELDS }}
<input type="reset" value="{{ lang('RESET') }}" name="reset" class="button2" />&nbsp;
<input type="submit" tabindex="9" name="submit" value="{{ lang('SUBMIT') }}" class="button1 default-submit-action" />
<input type="reset" value="{{ lang('RESET') }}" name="reset" class="button2" >&nbsp;
<input type="submit" tabindex="9" name="submit" value="{{ lang('SUBMIT') }}" class="button1 default-submit-action" >
{{ S_FORM_TOKEN }}
</fieldset>
</div>
Expand Down
4 changes: 2 additions & 2 deletions styles/prosilver/template/catlist.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
<li class="row">
<dl class="icon_cat" style="background-image: url({{ cat.CAT_IMG }});">
<dt title="{{ cat.CAT_NAME }}">
<a href="{{ cat.U_CAT }}" class="forumtitle" title="{{ cat.CAT_NAME }}"><b>{{ cat.CAT_NAME }}</b></a>&nbsp;({{ cat.CAT_LINKS }})<br />
<a href="{{ cat.U_CAT }}" class="forumtitle" title="{{ cat.CAT_NAME }}"><b>{{ cat.CAT_NAME }}</b></a>&nbsp;({{ cat.CAT_LINKS }})<br>
{{ cat.CAT_DESC }}
<br /><br />
<br><br>
{% for subcat in cat.subcat %}
<a href="{{ subcat.U_CAT }}" class="sub_cat">{{ subcat.CAT_NAME }}</a>({{ subcat.CAT_LINKS }})
{% endfor %}
Expand Down
24 changes: 12 additions & 12 deletions styles/prosilver/template/comments.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@ <h2>{{ lang('DIR_REPLY_TITLE') }}</h2>
<div id="smiley-box" class="smiley-box">
{% EVENT posting_editor_smilies_before %}
{% if S_SMILIES_ALLOWED and smiley %}
<strong>{{ lang('SMILIES') }}</strong><br />
<strong>{{ lang('SMILIES') }}</strong><br>
{% for smiley in smiley %}
<a href="#" onclick="insert_text('{{ smiley.A_SMILEY_CODE }}', true); return false;"><img src="{{ smiley.SMILEY_IMG }}" width="{{ smiley.SMILEY_WIDTH }}" height="{{ smiley.SMILEY_HEIGHT }}" alt="{{ smiley.SMILEY_CODE }}" title="{{ smiley.SMILEY_DESC }}" /></a>
<a href="#" onclick="insert_text('{{ smiley.A_SMILEY_CODE }}', true); return false;"><img src="{{ smiley.SMILEY_IMG }}" width="{{ smiley.SMILEY_WIDTH }}" height="{{ smiley.SMILEY_HEIGHT }}" alt="{{ smiley.SMILEY_CODE }}" title="{{ smiley.SMILEY_DESC }}" ></a>
{% endfor %}
{% endif %}
{% if S_SHOW_SMILEY_LINK and S_SMILIES_ALLOWED%}
<br /><a href="{{ U_MORE_SMILIES }}" onclick="popup(this.href, 300, 350, '_phpbbsmilies'); return false;">{{ lang('MORE_SMILIES') }}</a>
<br><a href="{{ U_MORE_SMILIES }}" onclick="popup(this.href, 300, 350, '_phpbbsmilies'); return false;">{{ lang('MORE_SMILIES') }}</a>
{% endif %}
{% EVENT posting_editor_smilies_after %}
{% if BBCODE_STATUS %}
<div class="bbcode-status">
{% if smiley %}<hr />{% endif %}
{{ BBCODE_STATUS }}<br />
{% if smiley %}<hr >{% endif %}
{{ BBCODE_STATUS }}<br>
{% if S_BBCODE_ALLOWED %}
{{ IMG_STATUS }}<br />
{{ FLASH_STATUS }}<br />
{{ URL_STATUS }}<br />
{{ IMG_STATUS }}<br>
{{ FLASH_STATUS }}<br>
{{ URL_STATUS }}<br>
{% endif %}
{{ SMILIES_STATUS }}
</div>
Expand Down Expand Up @@ -54,13 +54,13 @@ <h2>{{ lang('DIR_REPLY_TITLE') }}</h2>
<div class="panel">
<div class="inner">
<fieldset class="submit-buttons">
<input type="submit" accesskey="s" tabindex="2" name="{{ S_BUTTON_NAME }}" value="{{ lang('SUBMIT') }}" class="button1 default-submit-action" />{{ S_HIDDEN_FIELDS }}
<input type="submit" accesskey="s" tabindex="2" name="{{ S_BUTTON_NAME }}" value="{{ lang('SUBMIT') }}" class="button1 default-submit-action" >{{ S_HIDDEN_FIELDS }}
{{ S_FORM_TOKEN }}
</fieldset>
</div>
</div>
</form>
<br />
<br>
{% endif %}
{% if not S_HAVE_RESULT %}
<div class="panel">
Expand All @@ -86,7 +86,7 @@ <h2>{{ lang('DIR_REPLY_TITLE') }}</h2>
<div class="commentbody">
{% if comment.S_IGNORE_POST %}
<div class="ignore" id="post_hidden{{ comment.S_ID }}">
{{ comment.L_IGNORE_POST }}<br />
{{ comment.L_IGNORE_POST }}<br>
{{ comment.L_POST_DISPLAY }}
</div>
{% endif %}
Expand All @@ -111,7 +111,7 @@ <h2>{{ lang('DIR_REPLY_TITLE') }}</h2>
</div>
</div>
</div>
<hr class="divider" />
<hr class="divider" >
{% endfor %}
{% endif %}
<div class="action-bar bar-bottom">
Expand Down
2 changes: 1 addition & 1 deletion styles/prosilver/template/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#}
<div class="stat-block copyright">
Powered by <a href="https://www.phpbb-services.com">phpBB Directory</a> &copy; <a href="https://www.phpbb-services.com">ErnadoO</a>
<br />{{ lang('DIRECTORY_TRANSLATION_INFO') }}
<br>{{ lang('DIRECTORY_TRANSLATION_INFO') }}
</div>
{% if S_SIMPLE_MESSAGE %}
{% include 'simple_footer.html' %}
Expand Down
10 changes: 5 additions & 5 deletions styles/prosilver/template/recents.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
<td class="bg2">
<div class="gensmall" style="overflow: hidden;">
<h3>{{ col.NAME }}</h3>
<strong>{{ lang('DIR_USER_PROP') }}{{ lang('COLON') }}</strong> {{ col.USER }}<br />
{% if col.TIME %}<strong>&raquo;</strong> {{ col.TIME }}<br />{% endif %}
<strong>{{ lang('DIR_CAT') }}{{ lang('COLON') }}</strong> <a href="{{ col.U_CAT }}">{{ col.CAT }}</a><br />
<strong>{{ col.L_DIR_SEARCH_NB_CLICKS }}{{ lang('COLON') }}</strong> {{ col.COUNT }}<br />
<strong>{{ col.L_DIR_SEARCH_NB_COMMS }}{{ lang('COLON') }}</strong> <a href="{{ col.U_COMMENT }}" onclick="window.open('{{ col.U_COMMENT }}', 'phpBB_dir_commentaire', 'height=600, resizable=yes, scrollbars=yes, width=905');return false;">{{ col.COMMENT }}</a><br />
<strong>{{ lang('DIR_USER_PROP') }}{{ lang('COLON') }}</strong> {{ col.USER }}<br>
{% if col.TIME %}<strong>&raquo;</strong> {{ col.TIME }}<br>{% endif %}
<strong>{{ lang('DIR_CAT') }}{{ lang('COLON') }}</strong> <a href="{{ col.U_CAT }}">{{ col.CAT }}</a><br>
<strong>{{ col.L_DIR_SEARCH_NB_CLICKS }}{{ lang('COLON') }}</strong> {{ col.COUNT }}<br>
<strong>{{ col.L_DIR_SEARCH_NB_COMMS }}{{ lang('COLON') }}</strong> <a href="{{ col.U_COMMENT }}" onclick="window.open('{{ col.U_COMMENT }}', 'phpBB_dir_commentaire', 'height=600, resizable=yes, scrollbars=yes, width=905');return false;">{{ col.COMMENT }}</a><br>
</div>
</td>
</tr>
Expand Down
24 changes: 12 additions & 12 deletions styles/prosilver/template/search_body.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ <h3>{{ lang('SEARCH_QUERY') }}</h3>
<fieldset>
<dl>
<dt><label for="keywords">{{ lang('SEARCH_KEYWORDS') }}{{ lang('COLON') }}</label></dt>
<dd><input type="search" class="inputbox" name="keywords" id="keywords" size="40" title="{{ lang('SEARCH_KEYWORDS') }}" /></dd>
<dd><label for="terms1"><input type="radio" name="terms" id="terms1" value="all" checked /> {{ lang('SEARCH_ALL_TERMS') }}</label></dd>
<dd><label for="terms2"><input type="radio" name="terms" id="terms2" value="any" /> {{ lang('SEARCH_ANY_TERMS') }}</label></dd>
<dd><input type="search" class="inputbox" name="keywords" id="keywords" size="40" title="{{ lang('SEARCH_KEYWORDS') }}" ></dd>
<dd><label for="terms1"><input type="radio" name="terms" id="terms1" value="all" checked > {{ lang('SEARCH_ALL_TERMS') }}</label></dd>
<dd><label for="terms2"><input type="radio" name="terms" id="terms2" value="any" > {{ lang('SEARCH_ANY_TERMS') }}</label></dd>
</dl>
</fieldset>
</div>
Expand All @@ -27,24 +27,24 @@ <h3>{{ lang('SEARCH_OPTIONS') }}</h3>
<dl>
<dt><label for="search_child1">{{ lang('DIR_SEARCH_SUBCATS') }}{{ lang('COLON') }}</label></dt>
<dd>
<label for="search_child1"><input type="radio" name="sc" id="search_child1" value="1" checked /> {{ lang('YES') }}</label>
<label for="search_child2"><input type="radio" name="sc" id="search_child2" value="0" /> {{ lang('NO') }}</label>
<label for="search_child1"><input type="radio" name="sc" id="search_child1" value="1" checked > {{ lang('YES') }}</label>
<label for="search_child2"><input type="radio" name="sc" id="search_child2" value="0" > {{ lang('NO') }}</label>
</dd>
</dl>
<dl>
<dt><label for="sf1">{{ lang('SEARCH_WITHIN') }}{{ lang('COLON') }}</label></dt>
<dd><label for="sf1"><input type="radio" name="sf" id="sf1" value="all" {{ ALL_SELECT }} /> {{ lang('DIR_SEARCH_TITLE_DESC') }}</label></dd>
<dd><label for="sf2"><input type="radio" name="sf" id="sf2" value="desconly" {{ DESC_SELECT }} /> {{ lang('DIR_SEARCH_DESC_ONLY') }}</label></dd>
<dd><label for="sf3"><input type="radio" name="sf" id="sf3" value="titleonly" {{ TITLE_SELECT }} /> {{ lang('DIR_SEARCH_TITLE_ONLY') }}</label></dd>
<dd><label for="sf1"><input type="radio" name="sf" id="sf1" value="all" {{ ALL_SELECT }} > {{ lang('DIR_SEARCH_TITLE_DESC') }}</label></dd>
<dd><label for="sf2"><input type="radio" name="sf" id="sf2" value="desconly" {{ DESC_SELECT }} > {{ lang('DIR_SEARCH_DESC_ONLY') }}</label></dd>
<dd><label for="sf3"><input type="radio" name="sf" id="sf3" value="titleonly" {{ TITLE_SELECT }} > {{ lang('DIR_SEARCH_TITLE_ONLY') }}</label></dd>
</dl>

<hr class="dashed" />
<hr class="dashed" >

<dl>
<dt><label for="sd">{{ lang('RESULT_SORT') }}{{ lang('COLON') }}</label></dt>
<dd>{{ S_SELECT_SORT_KEY }}&nbsp;
<label for="sa"><input type="radio" name="sd" id="sa" value="a" /> {{ lang('SORT_ASCENDING') }}</label>
<label for="sd"><input type="radio" name="sd" id="sd" value="d" checked /> {{ lang('SORT_DESCENDING') }}</label>
<label for="sa"><input type="radio" name="sd" id="sa" value="a" > {{ lang('SORT_ASCENDING') }}</label>
<label for="sd"><input type="radio" name="sd" id="sd" value="d" checked > {{ lang('SORT_DESCENDING') }}</label>
</dd>
</dl>
<dl>
Expand All @@ -57,7 +57,7 @@ <h3>{{ lang('SEARCH_OPTIONS') }}</h3>

<div class="panel">
<div class="inner">
<fieldset class="submit-buttons"><input type="submit" name="submit" value="{{ lang('SUBMIT') }}" class="button1" /></fieldset>
<fieldset class="submit-buttons"><input type="submit" name="submit" value="{{ lang('SUBMIT') }}" class="button1" ></fieldset>
</div>
</div>
</form>
Expand Down
2 changes: 1 addition & 1 deletion styles/prosilver/template/search_results.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h2>{{ SEARCH_MATCHES }}{% if SEARCH_WORDS %}: <a href="{{ U_SEARCH_WORDS }}">{{
<strong>{{ lang('DIR_USER_PROP') }}</strong> {{ result.S_USER }}
</dt>
{% if result.IMG_FLAG %}
<dd><img src="{{ result.IMG_FLAG }}" alt="" /></dd>
<dd><img src="{{ result.IMG_FLAG }}" alt="" ></dd>
{% endif %}
{% if result.S_TIME %}<dd><strong>&raquo;</strong> {{ result.S_TIME }}</dd>{% endif %}
<dd><strong>{{ lang('DIR_CAT') }}{{ lang('COLON') }}</strong> {{ result.S_CAT }}</dd>
Expand Down
12 changes: 6 additions & 6 deletions styles/prosilver/template/view_cat.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ <h2 class="forum-title"><a href="{{ U_VIEW_CAT }}">{{ CAT_NAME }}</a></h2>
<div class="search-box">
<form method="get" id="forum-search" action="{{ U_MAKE_SEARCH }}">
<fieldset>
<input class="inputbox search tiny" type="text" name="keywords" size="20" placeholder="{{ lang('DIR_MAKE_SEARCH') }}" />
<input class="inputbox search tiny" type="text" name="keywords" size="20" placeholder="{{ lang('DIR_MAKE_SEARCH') }}" >
<button class="button button-search" type="submit" title="{{ lang('SEARCH') }}">
<i class="icon fa-search fa-fw" aria-hidden="true"></i><span class="sr-only">{{ lang('SEARCH') }}</span>
</button>
<a href="{{ U_MAKE_SEARCH }}" class="button button-search-end" title="{{ lang('SEARCH_ADV') }}">
<i class="icon fa-cog fa-fw" aria-hidden="true"></i><span class="sr-only">{{ lang('SEARCH_ADV') }}</span>
</a>
<input type="hidden" name="cat_id" value="{{ S_CAT_ID }}" />
<input type="hidden" name="cat_id" value="{{ S_CAT_ID }}" >
</fieldset>
</form>
</div>
Expand All @@ -42,24 +42,24 @@ <h2 class="forum-title"><a href="{{ U_VIEW_CAT }}">{{ CAT_NAME }}</a></h2>
<ul class="topiclist">
<li class="header">
<dl>
<dt><img src="{{ site.IMG_FLAG }}" alt="" />&nbsp;{{ site.NAME }}</dt>
<dt><img src="{{ site.IMG_FLAG }}" alt="" >&nbsp;{{ site.NAME }}</dt>
<dd>&nbsp;</dd>
</dl>
</li>
</ul>
<div class="bg1">
<dl class="linkinfos">
<dt><a href="{{ site.U_LINK }}" {{ site.ON_CLICK }} ><img src="{{ site.U_THUMB }}" alt="{{ lang('DIR_THUMB') }}" /></a></dt>
<dt><a href="{{ site.U_LINK }}" {{ site.ON_CLICK }} ><img src="{{ site.U_THUMB }}" alt="{{ lang('DIR_THUMB') }}" ></a></dt>
{% if site.NOTE %}
<dd>{{ lang('DIR_NOTE') }}{{ lang('COLON') }} <strong><span id="dir_note{{ site.LINK_ID }}">{{ site.NOTE }}</span></strong></dd>
<dd class="responsive-hide">(<span id="dir_vote{{ site.LINK_ID }}">{{ site.NB_VOTE }}</span>)</dd>
{% endif %}
{% if site.VOTE_LIST %}
<dd>
<br />
<br>
<span id="form_vote">
<form action="{{ site.U_FORM_VOTE }}" method="post" data-ajax="phpbbdirectory.add_vote" data-refresh="true">
<div>{{ site.VOTE_LIST }}&nbsp;<input type="submit" name="submit_vote" value="{{ lang('DIR_VOTE') }}" class="button2" /></div>
<div>{{ site.VOTE_LIST }}&nbsp;<input type="submit" name="submit_vote" value="{{ lang('DIR_VOTE') }}" class="button2" ></div>
</form>
</span>
</dd>
Expand Down

0 comments on commit be93605

Please sign in to comment.