1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-23 11:28:33 +01:00
php-phpbb/phpBB/templates/Euclid/posting_topic_review.tpl

79 lines
2.6 KiB
Smarty
Raw Normal View History

<!-- BEGIN switch_inline_mode -->
<table width="98%" border="0" cellpadding="0" cellspacing="1" align="center">
<tr>
<td class="cat" height="30" align="center"><b><span class="cattitle">{L_TOPIC_REVIEW}</span></b></td>
</tr>
<tr>
<td><iframe width="100%" height="300" src="{U_REVIEW_TOPIC}">
<!-- END switch_inline_mode -->
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td width="100%" class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
<tr>
<th width="160" height="25"><table width="160" cellspacing="0" cellpadding="0" border="0">
<tr>
<th>{L_AUTHOR}</h>
</tr>
</table></th>
<th width="100%" height="25"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<th>{L_MESSAGE}</th>
</tr>
</table></th>
</tr>
</table></td>
</tr>
<tr>
<td class="cat" height="2"><img src="images/spacer.gif" height="2"></td>
</tr>
</table>
<!-- BEGIN postrow -->
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td class="tablebg"><table border="0" cellpadding="4" cellspacing="1" width="100%">
<tr bgcolor="{postrow.ROW_COLOR}">
<td width="160" align="left" valign="top"><a name="{postrow.U_POST_ID}"></a><table width="160" cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="top"><span class="gen"><b>{postrow.POSTER_NAME}</b></span></td>
</tr>
</table></td>
<td width="100%" valign="top"><table width="100%" cellspacing="1" cellpadding="0" border="0">
<tr>
<td valign="top"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="middle"><span class="gensmall">{L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td>
</tr>
</table></td>
</tr>
<tr>
<td width="100%" height="100%" valign="top"><hr /><span class="gen">{postrow.MESSAGE}</span></td>
</tr>
</table></td>
</tr>
<tr bgcolor="{postrow.ROW_COLOR}">
<td align="left" valign="middle"><table cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="middle"><a href="#top"><img src="templates/Euclid/images/topic.gif" border="0" alt="" /></a></td>
<td>&nbsp;&nbsp;</td>
<td valign="middle"><span class="gensmall">{postrow.POST_DATE}</span></td>
</tr>
</table></td>
<td valign="middle">&nbsp;</td>
</tr>
</table></td>
</tr>
<tr>
<td class="cat" height="2"><img src="images/spacer.gif" height="2"></td>
</tr>
</table>
<!-- END postrow -->
<!-- BEGIN switch_inline_mode -->
</iframe></td>
</tr>
</table>
<!-- END switch_inline_mode -->