Line 2 | Line 2 |
---|
<!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->
|
<!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->
|
| {% EVENT posting_editor_topic_icons_before %}
|
<!-- IF S_SHOW_TOPIC_ICONS or S_SHOW_PM_ICONS --> <dl> <dt><label for="icon">{L_ICON}{L_COLON}</label></dt> <dd>
|
<!-- IF S_SHOW_TOPIC_ICONS or S_SHOW_PM_ICONS --> <dl> <dt><label for="icon">{L_ICON}{L_COLON}</label></dt> <dd>
|
| {% EVENT posting_editor_topic_icons_prepend %}
|
<label for="icon"><input type="radio" name="icon" id="icon" value="0" checked="checked" tabindex="1" /> <!-- IF S_SHOW_TOPIC_ICONS -->{L_NO_TOPIC_ICON}<!-- ELSE -->{L_NO_PM_ICON}<!-- ENDIF --></label> <!-- BEGIN topic_icon --><label for="icon-{topic_icon.ICON_ID}"><input type="radio" name="icon" id="icon-{topic_icon.ICON_ID}" value="{topic_icon.ICON_ID}" {topic_icon.S_ICON_CHECKED} tabindex="1" /><img src="{topic_icon.ICON_IMG}" width="{topic_icon.ICON_WIDTH}" height="{topic_icon.ICON_HEIGHT}" alt="{topic_icon.ICON_ALT}" title="{topic_icon.ICON_ALT}" /></label> <!-- END topic_icon -->
|
<label for="icon"><input type="radio" name="icon" id="icon" value="0" checked="checked" tabindex="1" /> <!-- IF S_SHOW_TOPIC_ICONS -->{L_NO_TOPIC_ICON}<!-- ELSE -->{L_NO_PM_ICON}<!-- ENDIF --></label> <!-- BEGIN topic_icon --><label for="icon-{topic_icon.ICON_ID}"><input type="radio" name="icon" id="icon-{topic_icon.ICON_ID}" value="{topic_icon.ICON_ID}" {topic_icon.S_ICON_CHECKED} tabindex="1" /><img src="{topic_icon.ICON_IMG}" width="{topic_icon.ICON_WIDTH}" height="{topic_icon.ICON_HEIGHT}" alt="{topic_icon.ICON_ALT}" title="{topic_icon.ICON_ALT}" /></label> <!-- END topic_icon -->
|
| {% EVENT posting_editor_topic_icons_append %}
|
</dd> </dl> <!-- ENDIF -->
|
</dd> </dl> <!-- ENDIF -->
|
| {% EVENT posting_editor_topic_icons_after %}
|
<!-- IF not S_PRIVMSGS and S_DISPLAY_USERNAME --> <dl style="clear: left;">
| <!-- IF not S_PRIVMSGS and S_DISPLAY_USERNAME --> <dl style="clear: left;">
|
Line 57 | Line 65 |
---|
{BBCODE_STATUS}<br /> <!-- IF S_BBCODE_ALLOWED --> {IMG_STATUS}<br />
|
{BBCODE_STATUS}<br /> <!-- IF S_BBCODE_ALLOWED --> {IMG_STATUS}<br />
|
| <!-- IF S_BBCODE_FLASH -->
|
{FLASH_STATUS}<br />
|
{FLASH_STATUS}<br />
|
| <!-- ENDIF -->
|
{URL_STATUS}<br /> <!-- ENDIF --> {SMILIES_STATUS}
| {URL_STATUS}<br /> <!-- ENDIF --> {SMILIES_STATUS}
|
Line 109 | Line 119 |
---|
<div id="tabs" class="tabs sub-panels" data-show-panel="<!-- IF SHOW_PANEL -->{SHOW_PANEL}<!-- ELSE -->options-panel<!-- ENDIF -->" role="tablist"> <ul> <li id="options-panel-tab" class="tab activetab"><a href="#tabs" data-subpanel="options-panel" role="tab" aria-controls="options-panel"><span>{L_OPTIONS}</span></a></li>
|
<div id="tabs" class="tabs sub-panels" data-show-panel="<!-- IF SHOW_PANEL -->{SHOW_PANEL}<!-- ELSE -->options-panel<!-- ENDIF -->" role="tablist"> <ul> <li id="options-panel-tab" class="tab activetab"><a href="#tabs" data-subpanel="options-panel" role="tab" aria-controls="options-panel"><span>{L_OPTIONS}</span></a></li>
|
<!-- IF S_SHOW_ATTACH_BOX -->
| <!-- IF S_SHOW_ATTACH_BOX and FILTERS -->
|
<li id="attach-panel-tab" class="tab"> <a href="#tabs" data-subpanel="attach-panel" role="tab" aria-controls="attach-panel"> {L_ATTACHMENTS} <strong id="file-total-progress" class="file-total-progress"><strong id="file-total-progress-bar" class="file-total-progress-bar"></strong></strong>
| <li id="attach-panel-tab" class="tab"> <a href="#tabs" data-subpanel="attach-panel" role="tab" aria-controls="attach-panel"> {L_ATTACHMENTS} <strong id="file-total-progress" class="file-total-progress"><strong id="file-total-progress-bar" class="file-total-progress-bar"></strong></strong>
|
Line 173 | Line 183 |
---|
</dl> <!-- ENDIF -->
|
</dl> <!-- ENDIF -->
|
<!-- IF S_SOFTDELETE_ALLOWED or S_DELETE_ALLOWED --> <hr class="dashed" />
| {% if S_SOFTDELETE_ALLOWED || S_DELETE_ALLOWED %} <hr class="dashed">
|
<dl>
|
<dl>
|
<dt><label for="delete">{L_DELETE_POST}{L_COLON}</label></dt> <dd><label for="delete"><input type="checkbox" name="delete" id="delete" {S_SOFTDELETE_CHECKED} /> {L_DELETE_POST_WARN}</label></dd> <!-- IF S_DELETE_ALLOWED and S_SOFTDELETE_ALLOWED --> <dd><label for="delete_permanent"><input type="checkbox" name="delete_permanent" id="delete_permanent" /> {L_DELETE_POST_PERMANENTLY}</label></dd> <!-- ENDIF -->
| <dt><label for="delete">{{ lang('DELETE_POST') ~ lang('COLON') }}</label></dt> {% if S_SOFTDELETE_ALLOWED %} <dd><label for="delete"><input type="checkbox" name="delete" id="delete" {{ S_SOFTDELETE_CHECKED }}> {{ lang('DELETE_POST_WARN') }}</label></dd> {% endif %} {% if S_DELETE_ALLOWED %} <dd><label for="delete_permanent"><input type="checkbox" name="delete_permanent" id="delete_permanent"> {{ lang('DELETE_POST_PERMANENTLY') }}</label></dd> {% endif %}
|
</dl>
|
</dl>
|
<!-- ENDIF -->
| {% endif %}
|
<!-- IF S_EDIT_REASON --> <dl>
| <!-- IF S_EDIT_REASON --> <dl>
|