Line 58 | Line 58 |
---|
<button class="button button-search" type="submit" title="{L_SEARCH}"> <i class="icon fa-search fa-fw" aria-hidden="true"></i><span class="sr-only">{L_SEARCH}</span> </button>
|
<button class="button button-search" type="submit" title="{L_SEARCH}"> <i class="icon fa-search fa-fw" aria-hidden="true"></i><span class="sr-only">{L_SEARCH}</span> </button>
|
<a href="{U_SEARCH}" class="button button-search-end" title="{L_SEARCH_ADV}">
| <a href="{{ U_SEARCH_FORUM }}" class="button button-search-end" title="{L_SEARCH_ADV}">
|
<i class="icon fa-cog fa-fw" aria-hidden="true"></i><span class="sr-only">{L_SEARCH_ADV}</span> </a> {S_SEARCH_LOCAL_HIDDEN_FIELDS}
| <i class="icon fa-cog fa-fw" aria-hidden="true"></i><span class="sr-only">{L_SEARCH_ADV}</span> </a> {S_SEARCH_LOCAL_HIDDEN_FIELDS}
|
Line 101 | Line 101 |
---|
<fieldset class="fields1"> <dl> <dt><label for="username">{L_USERNAME}{L_COLON}</label></dt>
|
<fieldset class="fields1"> <dl> <dt><label for="username">{L_USERNAME}{L_COLON}</label></dt>
|
<dd><input type="text" tabindex="1" name="username" id="username" size="25" value="{USERNAME}" class="inputbox autowidth" /></dd>
| <dd><input type="text" tabindex="1" name="username" id="username" size="25" value="{USERNAME}" class="inputbox autowidth" autocomplete="username" /></dd>
|
</dl> <dl> <dt><label for="password">{L_PASSWORD}{L_COLON}</label></dt>
|
</dl> <dl> <dt><label for="password">{L_PASSWORD}{L_COLON}</label></dt>
|
<dd><input type="password" tabindex="2" id="password" name="password" size="25" class="inputbox autowidth" autocomplete="off" /></dd>
| <dd><input type="password" tabindex="2" id="password" name="password" size="25" class="inputbox autowidth" autocomplete="current-password" /></dd>
|
<!-- IF S_AUTOLOGIN_ENABLED --><dd><label for="autologin"><input type="checkbox" name="autologin" id="autologin" tabindex="3" /> {L_LOG_ME_IN}</label></dd><!-- ENDIF --> <dd><label for="viewonline"><input type="checkbox" name="viewonline" id="viewonline" tabindex="4" /> {L_HIDE_ME}</label></dd> </dl>
| <!-- IF S_AUTOLOGIN_ENABLED --><dd><label for="autologin"><input type="checkbox" name="autologin" id="autologin" tabindex="3" /> {L_LOG_ME_IN}</label></dd><!-- ENDIF --> <dd><label for="viewonline"><input type="checkbox" name="viewonline" id="viewonline" tabindex="4" /> {L_HIDE_ME}</label></dd> </dl>
|
Line 250 | Line 250 |
---|
<!-- IF S_IS_POSTABLE --> <div class="panel"> <div class="inner">
|
<!-- IF S_IS_POSTABLE --> <div class="panel"> <div class="inner">
|
<strong>{L_NO_TOPICS}</strong>
| <strong>{{ lang(S_SORT_DAYS ? 'NO_TOPICS_TIME_FRAME' : 'NO_TOPICS') }}</strong>
|
</div> </div> <!-- ELSE IF not S_HAS_SUBFORUM -->
| </div> </div> <!-- ELSE IF not S_HAS_SUBFORUM -->
|
Line 297 | Line 297 |
---|
<!-- ENDIF -->
<!-- INCLUDE jumpbox.html -->
|
<!-- ENDIF -->
<!-- INCLUDE jumpbox.html -->
|
| {% EVENT viewforum_body_online_list_before %}
|
<!-- IF S_DISPLAY_ONLINE_LIST and U_VIEWONLINE --> <div class="stat-block online-list">
| <!-- IF S_DISPLAY_ONLINE_LIST and U_VIEWONLINE --> <div class="stat-block online-list">
|
Line 305 | Line 307 |
---|
</div> <!-- ENDIF -->
|
</div> <!-- ENDIF -->
|
<!-- IF S_DISPLAY_POST_INFO -->
| <!-- IF S_IS_POSTABLE and rules|length -->
|
<div class="stat-block permissions"> <h3>{L_FORUM_PERMISSIONS}</h3> <p><!-- BEGIN rules -->{rules.RULE}<br /><!-- END rules --></p>
| <div class="stat-block permissions"> <h3>{L_FORUM_PERMISSIONS}</h3> <p><!-- BEGIN rules -->{rules.RULE}<br /><!-- END rules --></p>
|