aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/posting_topic_review.html
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-07-14 14:53:45 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-07-14 14:53:45 +0000
commit427a71155ebd6caf2944ba7db72c89881a7cef8a (patch)
tree27452ce8fc7f11f3785a01a3f4568f8a2432ebed /phpBB/templates/subSilver/posting_topic_review.html
parentfad21bcb01bdabaad234d812622555873fd48c4c (diff)
downloadforums-427a71155ebd6caf2944ba7db72c89881a7cef8a.tar
forums-427a71155ebd6caf2944ba7db72c89881a7cef8a.tar.gz
forums-427a71155ebd6caf2944ba7db72c89881a7cef8a.tar.bz2
forums-427a71155ebd6caf2944ba7db72c89881a7cef8a.tar.xz
forums-427a71155ebd6caf2944ba7db72c89881a7cef8a.zip
Name change to .html from .tpl as per requests (to ease local editing ... for those who can't search for .tpl ... ;) ), various updates to account for conditionals in templating engine, etc.
git-svn-id: file:///svn/phpbb/trunk@2676 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver/posting_topic_review.html')
-rw-r--r--phpBB/templates/subSilver/posting_topic_review.html39
1 files changed, 39 insertions, 0 deletions
diff --git a/phpBB/templates/subSilver/posting_topic_review.html b/phpBB/templates/subSilver/posting_topic_review.html
new file mode 100644
index 0000000000..7b8960c0fa
--- /dev/null
+++ b/phpBB/templates/subSilver/posting_topic_review.html
@@ -0,0 +1,39 @@
+
+<!-- BEGIN switch_inline_mode -->
+<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
+ <tr>
+ <td class="catHead" height="28" align="center"><b><span class="cattitle">{L_TOPIC_REVIEW}</span></b></td>
+ </tr>
+ <tr>
+ <td class="row1"><iframe width="100%" height="300" src="{U_REVIEW_TOPIC}" >
+<!-- END switch_inline_mode -->
+<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
+ <tr>
+ <th class="thCornerL" width="22%" height="26">{L_AUTHOR}</th>
+ <th class="thCornerR">{L_MESSAGE}</th>
+ </tr>
+ <!-- BEGIN postrow -->
+ <tr>
+ <td width="22%" align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span></td>
+ <td class="{postrow.ROW_CLASS}" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td width="100%"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" border="0" /><span class="postdetails">{L_POSTED}: {postrow.POST_DATE}<span class="gen">&nbsp;</span>&nbsp;&nbsp;&nbsp;{L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td>
+ </tr>
+ <tr>
+ <td colspan="2"><hr /></td>
+ </tr>
+ <tr>
+ <td colspan="2"><span class="postbody">{postrow.MESSAGE}</span></td>
+ </tr>
+ </table></td>
+ </tr>
+ <tr>
+ <td colspan="2" height="1" class="spaceRow"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
+ </tr>
+ <!-- END postrow -->
+</table>
+<!-- BEGIN switch_inline_mode -->
+ </iframe></td>
+ </tr>
+</table>
+<!-- END switch_inline_mode -->