aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/PSO/posting_topic_review.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates/PSO/posting_topic_review.tpl')
-rw-r--r--phpBB/templates/PSO/posting_topic_review.tpl72
1 files changed, 0 insertions, 72 deletions
diff --git a/phpBB/templates/PSO/posting_topic_review.tpl b/phpBB/templates/PSO/posting_topic_review.tpl
deleted file mode 100644
index 25c6a21c1b..0000000000
--- a/phpBB/templates/PSO/posting_topic_review.tpl
+++ /dev/null
@@ -1,72 +0,0 @@
-
-<!-- BEGIN switch_inline_mode -->
-<table width="90%" 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"><table width="160" cellspacing="0" cellpadding="0" border="0">
- <tr>
- <td align="center"><span class="gensmall"><b>{L_AUTHOR}</b></span></td>
- </tr>
- </table></th>
- <th width="100%"><table width="100%" cellspacing="0" cellpadding="0" border="0">
- <tr>
- <td align="center"><span class="gensmall"><b>{L_MESSAGE}</b></span></td>
- </tr>
- </table></th>
- </tr>
- </table></td>
- </tr>
- <tr>
- <td><img src="images/spacer.gif" height="4" /></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="180" align="left" valign="top"><a name="{postrow.U_POST_ID}"></a><table width="180" 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"><img src="images/icon_minipost.gif" alt="Post image icon" /><span class="gensmall">{L_POSTED}: {postrow.POST_DATE}&nbsp;&nbsp;&nbsp;&nbsp;{L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td>
- <td align="right" valign="middle" nowrap="nowrap">&nbsp; {postrow.EDIT_IMG} {postrow.QUOTE_IMG}&nbsp;</td>
- </tr>
- <tr>
- <td colspan="2"><hr /></td>
- </tr>
- </table></td>
- </tr>
- <tr>
- <td width="100%" height="100%" valign="top"><span class="gen">{postrow.MESSAGE}</span></td>
- </tr>
- </table></td>
- </tr>
- </table></td>
- </tr>
- <tr>
- <td><img src="images/spacer.gif" height="2" /></td>
- </tr>
-</table>
- <!-- END postrow -->
-
-<!-- BEGIN switch_inline_mode -->
- </iframe></td>
- </tr>
-</table>
-<!-- END switch_inline_mode -->