<mef:set container="forums" title="{thread.topic} - Reply" />

<div style="text-align: left;">
<a href="/forums/">Allegro.cc Forums</a> » <a href="/forums/thread/{thread.thread_id}">{thread.topic}</a> » <b>Reply</b></div><br />

<div class="forum-table">
<table id="table-new-post" cellpadding="0" cellspacing="0" width="100%">
	<thead>
	<tr class="header"><td> Forums: {thread.topic}: Reply</td></tr>
	</thead>
	
	<tbody>
		<tr>
			<td class="content">
				<mef:members_only><mef:include id="reply-{thread.id}" file="forums/post-box" action="reply" topic="{thread.topic}" attachments_ok="{true}" /></mef:members_only>
			</td>
		</tr>
	</tbody>
</table>
</div>

<div id="thread-review" class="forum-table">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
	<thead>
		<tr>
			<td> Thread Review</td>
		</tr>
	</thead>
</table>
<div id="thread-review-inner">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
	<tbody>
		<tr mef:loop="posts" id="p">
			<td><span class="originator">{p.DisplayName}</span>: {p.html|trim|ppm}</td>
		</tr>
	</tbody>
</table>
</div>
</div>
<br />