Просмотр файла mobile/template/mcp_topic.html

Размер файла: 4.54Kb
<!-- INCLUDE mcp_header.html -->
<form name="mcp" id="mcp" method="post" action="{S_MCP_ACTION}">
<!-- IF S_CAN_SPLIT -->
	<div class="tab">{L_SPLIT_TOPIC}</div>
		<div class="row_hard"><span class="genmed">{L_SPLIT_TOPIC_EXPLAIN}</span></div>
		<div class="row1"><span class="gensmall">{L_SPLIT_SUBJECT}</span><br/>
		<input class="post" style="width: 250px" type="text" size="35" maxlength="64" name="subject" value="{SPLIT_SUBJECT}" />
	        </div>
		<div class="row1"><span class="gensmall">{L_SPLIT_FORUM}</span><br/>
		<select name="to_forum_id">{S_FORUM_SELECT}</select></div>
	<!-- IF S_SHOW_TOPIC_ICONS -->
		<div class="row1"><span class="gensmall">{L_TOPIC_ICON}</span><br/>
		<input type="radio" name="icon" value="0"<!-- IF not S_TOPIC_ICON --> checked="checked"<!-- ENDIF --> />{L_NO_TOPIC_ICON}</span> <!-- BEGIN topic_icon --><input type="radio" class="radio" name="icon" value="{topic_icon.ICON_ID}"<!-- IF topic_icon.S_CHECKED --> checked="checked"<!-- ENDIF --> /><img src="{topic_icon.ICON_IMG}" width="{topic_icon.ICON_WIDTH}" height="{topic_icon.ICON_HEIGHT}" alt="" title="" hspace="2" vspace="2" /><!-- END topic_icon -->
				</div>
	<!-- ENDIF -->
<!-- ENDIF -->

<!-- IF S_CAN_MERGE -->
	<div class="tab"><span class="gensmall">{L_MERGE_TOPIC}</span></div>
	<div class="row_easy"><span class="genmed">{L_MERGE_TOPIC_EXPLAIN}</span></div>
	<div class="row1"><span class="gensmall">{L_MERGE_TOPIC_ID}</span><br/>
	<input class="post" type="text" size="6" name="to_topic_id" value="{TO_TOPIC_ID}" /> <a href="{U_SELECT_TOPIC}">{L_SELECT_TOPIC}</a>
	</div>
	<!-- IF TO_TOPIC_INFO -->
		<div class="row_hard"><span class="gensmall">{TO_TOPIC_INFO}</span></div>
	<!-- ENDIF -->
<!-- ENDIF -->
<div class="tab">{L_DISPLAY_OPTIONS}</div>
<div class="row1"><span class="gensmall">{L_POSTS_PER_PAGE}</span><br />
<span class="genmed">{L_POSTS_PER_PAGE_EXPLAIN}</span><br/>
<input class="post" type="text" name="posts_per_page" size="6" value="{POSTS_PER_PAGE}" /></div>

	<th nowrap="nowrap"></th>
	<th nowrap="nowrap"></th>
	<th nowrap="nowrap">{L_SELECT}</th>
</tr>
<div class="tab"><span class="gensmall">{RETURN_TOPIC}</span></div>
<!-- BEGIN postrow -->
        <!-- IF postrow.S_ROW_COUNT is even --><div class="row_hard"><!-- ELSE --><div class="row_easy"><!-- ENDIF -->
        <span class="gensmall">{postrow.POST_AUTHOR_FULL}</span><br/>
        {L_POST_SUBJECT}: {postrow.POST_SUBJECT}<br/>
        <input type="checkbox" name="post_id_list[]" value="{postrow.POST_ID}"<!-- IF postrow.S_CHECKED --> checked="checked"<!-- ENDIF --> />
        </div>
	<!-- IF postrow.S_ROW_COUNT is even --><div class="row_hard"><!-- ELSE --><div class="row_easy"><!-- ENDIF -->
		<span class="genmed">[<a href="{postrow.U_POST_DETAILS}">{L_POST_DETAILS}</a>]</span><br/>
		{postrow.MESSAGE}<br/>
		<!-- IF postrow.S_HAS_ATTACHMENTS -->
		<br />{L_ATTACHMENTS}:
		<!-- BEGIN attachment -->
		<!-- IF postrow.attachment.S_ROW_COUNT is even --><div class="row_hard"><!-- ELSE --><div class="row_easy"><!-- ENDIF -->
		{postrow.attachment.DISPLAY_ATTACHMENT}<br/>
		<!-- END attachment -->
		<!-- ENDIF -->             
		<!-- IF postrow.S_POST_UNAPPROVED and postrow.U_MCP_APPROVE -->{UNAPPROVED_IMG} <span class="genmed"><a href="{postrow.U_MCP_APPROVE}">{L_POST_UNAPPROVED}</a></span><!-- ENDIF -->
		<!-- IF postrow.S_POST_REPORTED and postrow.U_MCP_REPORT -->{REPORTED_IMG}<span class="genmed"><a href="{postrow.U_MCP_REPORT}">{L_POST_REPORTED}</a></span><!-- ENDIF -->
		 <br/>
		{postrow.MINI_POST_IMG}<b>{L_POSTED}:</b> {postrow.POST_DATE}<br/>
		<img src="images/spacer.gif" width="1" height="1" alt="" />
	 </div>
<!-- END postrow -->
<div class="cat"><select name="action"><option value="" selected="selected">{L_SELECT_ACTION}</option>
		<!-- IF S_CAN_APPROVE --><option value="approve">{L_APPROVE_POSTS}</option><!-- ENDIF -->
		<!-- IF S_CAN_LOCK --><option value="lock_post">{L_LOCK_POST_POSTS} [ {L_LOCK_POST_EXPLAIN} ]</option><option value="unlock_post">{L_UNLOCK_POST_POSTS}</option><!-- ENDIF -->
		<!-- IF S_CAN_DELETE --><option value="delete_post">{L_DELETE_POSTS}</option><!-- ENDIF -->
		<!-- IF S_CAN_MERGE --><option value="merge_posts"<!-- IF ACTION eq 'merge' --> selected="selected"<!-- ENDIF -->>{L_MERGE_POSTS}</option><!-- ENDIF -->
		<!-- IF S_CAN_SPLIT --><option value="split_all"<!-- IF ACTION eq 'split' --> selected="selected"<!-- ENDIF -->>{L_SPLIT_POSTS}</option><option value="split_beyond">{L_SPLIT_AFTER}</option><!-- ENDIF -->
	</select>&nbsp;<input type="submit" name="mcp_topic_submit" value="{L_SUBMIT}" />
</div>
{S_HIDDEN_FIELDS}
{S_FORM_TOKEN}
</form>

<!-- INCLUDE mcp_footer.html -->