mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-22 03:08:54 +00:00
# By Oleg Pudeyev (45) and others # Via Oleg Pudeyev (42) and others * remotes/phpbb/develop: (289 commits) [ticket/10865] Use code tags for install/database_update.php. [ticket/10865] Should have been a slash. [ticket/10780] Use L_COLON on LDAP page. [ticket/10780] Use L_COLON on search backend ACP pages. [ticket/10780] Use L_COLON for "download all attachments". [ticket/10780] Use colon from language in ucp_pm_compose.php where possible. [ticket/10780] Replace colons in phpBB/adm/style/acp_ext_details.html. [ticket/10780] Replace colon usage in adm template output with {L_COLON} [ticket/10780] Replace colon usage in template output with {L_COLON} [ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2) [develop-olympus] [ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2) [ticket/10172] Show prosilver birthday list even if there are no birthdays. [ticket/11050] make all properties protected in all search backends [ticket/11050] get_common_words() returns empty array for sphinx [ticket/11050] fix tidied search query docblock language [ticket/11050] fix min/max length docblock language [ticket/11050] multi sentences separated by period in docblocks [ticket/11050] fix separated spelling in docblock [ticket/11050] fix split words doc block language [ticket/11050] remove class word from docblocks ... Conflicts: phpBB/install/database_update.php phpBB/install/schemas/mssql_schema.sql phpBB/language/en/acp/permissions_phpbb.php phpBB/styles/prosilver/template/posting_editor.html
121 lines
4 KiB
HTML
121 lines
4 KiB
HTML
<!-- INCLUDE mcp_header.html -->
|
|
|
|
<form id="mcp" method="post" action="{S_MCP_ACTION}">
|
|
|
|
<fieldset class="forum-selection">
|
|
<label for="fo">{L_FORUM}{L_COLON} <select name="f" id="fo">{S_FORUM_OPTIONS}</select></label>
|
|
<input type="submit" name="sort" value="{L_GO}" class="button2" />
|
|
{S_FORM_TOKEN}
|
|
</fieldset>
|
|
|
|
<h2>{L_TITLE}</h2>
|
|
|
|
<div class="panel">
|
|
<div class="inner">
|
|
|
|
<p>{L_EXPLAIN}</p>
|
|
|
|
<!-- IF .postrow -->
|
|
<ul class="linklist">
|
|
<li class="rightside pagination">
|
|
<!-- IF TOTAL --> {TOTAL} • <!-- ENDIF -->
|
|
<!-- IF .pagination -->
|
|
<!-- INCLUDE pagination.html -->
|
|
<!-- ELSE -->
|
|
{PAGE_NUMBER}
|
|
<!-- ENDIF -->
|
|
</li>
|
|
</ul>
|
|
<ul class="topiclist">
|
|
<li class="header">
|
|
<dl>
|
|
<dt><!-- IF S_TOPICS -->{L_TOPIC}<!-- ELSE -->{L_POST}<!-- ENDIF --></dt>
|
|
<dd class="moderation"><span><!-- IF not S_TOPICS -->{L_TOPIC} & <!-- ENDIF -->{L_FORUM}</span></dd>
|
|
<dd class="mark">{L_MARK}</dd>
|
|
</dl>
|
|
</li>
|
|
</ul>
|
|
<ul class="topiclist cplist">
|
|
|
|
<!-- BEGIN postrow -->
|
|
|
|
<!-- IF postrow.S_DELETED_TOPIC -->
|
|
<li><p class="notopics">{L_DELETED_TOPIC}</p></li>
|
|
<!-- ELSE -->
|
|
|
|
<li class="row<!-- IF postrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
|
|
<dl>
|
|
<dt>
|
|
<a href="{postrow.U_VIEW_DETAILS}" class="topictitle">{postrow.POST_SUBJECT}</a> {postrow.ATTACH_ICON_IMG}<br />
|
|
<span>{L_POSTED} {L_POST_BY_AUTHOR} {postrow.POST_AUTHOR_FULL} » {postrow.POST_TIME}</span>
|
|
</dt>
|
|
<dd class="moderation">
|
|
<span>
|
|
<!-- IF S_TOPICS --><br /><!-- ELSE -->{L_TOPIC}{L_COLON} <a href="{postrow.U_TOPIC}">{postrow.TOPIC_TITLE}</a> <br /><!-- ENDIF -->
|
|
{L_FORUM}{L_COLON} <a href="{postrow.U_VIEWFORUM}">{postrow.FORUM_NAME}</a>
|
|
</span>
|
|
</dd>
|
|
|
|
|
|
<dd class="mark">
|
|
<!-- IF S_TOPICS -->
|
|
<input type="checkbox" name="topic_id_list[]" value="{postrow.TOPIC_ID}" />
|
|
<!-- ELSE -->
|
|
<input type="checkbox" name="post_id_list[]" value="{postrow.POST_ID}" />
|
|
<!-- ENDIF -->
|
|
</dd>
|
|
</dl>
|
|
</li>
|
|
<!-- ENDIF -->
|
|
<!-- END postrow -->
|
|
</ul>
|
|
|
|
<fieldset class="display-options">
|
|
<!-- IF NEXT_PAGE --><a href="{NEXT_PAGE}" class="right-box {S_CONTENT_FLOW_END}">{L_NEXT}</a><!-- ENDIF -->
|
|
<!-- IF PREVIOUS_PAGE --><a href="{PREVIOUS_PAGE}" class="left-box {S_CONTENT_FLOW_BEGIN}">{L_PREVIOUS}</a><!-- ENDIF -->
|
|
<label>{L_DISPLAY_POSTS}{L_COLON} {S_SELECT_SORT_DAYS}</label>
|
|
<label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label><label>{S_SELECT_SORT_DIR}</label>
|
|
<!-- IF TOPIC_ID --><label><input type="checkbox" class="radio" name="t" value="{TOPIC_ID}" checked="checked" /> <strong>{L_ONLY_TOPIC}</strong></label><!-- ENDIF -->
|
|
<input type="submit" name="sort" value="{L_GO}" class="button2" />
|
|
</fieldset>
|
|
|
|
<hr />
|
|
|
|
<ul class="linklist">
|
|
<li class="rightside pagination">
|
|
<!-- IF TOTAL -->{TOTAL} • <!-- ENDIF -->
|
|
<!-- IF .pagination -->
|
|
<!-- INCLUDE pagination.html -->
|
|
<!-- ELSE -->
|
|
{PAGE_NUMBER}
|
|
<!-- ENDIF -->
|
|
</li>
|
|
</ul>
|
|
<!-- ELSE -->
|
|
<p class="notopics"><strong>
|
|
<!-- IF S_RESTORE -->
|
|
<!-- IF S_TOPICS -->{L_NO_TOPICS_DELETED}<!-- ELSE -->{L_NO_POSTS_DELETED}<!-- ENDIF -->
|
|
<!-- ELSE -->
|
|
<!-- IF S_TOPICS -->{L_NO_TOPICS_QUEUE}<!-- ELSE -->{L_NO_POSTS_QUEUE}<!-- ENDIF -->
|
|
<!-- ENDIF -->
|
|
</strong></p>
|
|
<!-- ENDIF -->
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<!-- IF .postrow -->
|
|
<fieldset class="display-actions">
|
|
<!-- IF S_RESTORE -->
|
|
<input class="button2" type="submit" name="action[disapprove]" value="{L_DELETE}" />
|
|
<input class="button1" type="submit" name="action[restore]" value="{L_RESTORE}" />
|
|
<!-- ELSE -->
|
|
<input class="button2" type="submit" name="action[disapprove]" value="{L_DISAPPROVE}" />
|
|
<input class="button1" type="submit" name="action[approve]" value="{L_APPROVE}" />
|
|
<!-- ENDIF -->
|
|
<div><a href="#" onclick="marklist('mcp', 'post_id_list', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('mcp', 'post_id_list', false); return false;">{L_UNMARK_ALL}</a></div>
|
|
</fieldset>
|
|
<!-- ENDIF -->
|
|
</form>
|
|
|
|
<!-- INCLUDE mcp_footer.html -->
|