diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2003-04-20 16:49:26 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2003-04-20 16:49:26 +0000 |
commit | c2da346e6581f4648ec7ad53bfa78a0de954d69a (patch) | |
tree | 31a28d128b0707ed3d3fd22be8c24ad4584bbfb8 /phpBB/templates/subSilver | |
parent | 42d7f861410fb3d76a5b24da2c4da573017d990f (diff) | |
download | forums-c2da346e6581f4648ec7ad53bfa78a0de954d69a.tar forums-c2da346e6581f4648ec7ad53bfa78a0de954d69a.tar.gz forums-c2da346e6581f4648ec7ad53bfa78a0de954d69a.tar.bz2 forums-c2da346e6581f4648ec7ad53bfa78a0de954d69a.tar.xz forums-c2da346e6581f4648ec7ad53bfa78a0de954d69a.zip |
#575496 - only one way to do it, user input would be nice. ;)
git-svn-id: file:///svn/phpbb/trunk@3898 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver')
-rw-r--r-- | phpBB/templates/subSilver/posting_body.html | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/phpBB/templates/subSilver/posting_body.html b/phpBB/templates/subSilver/posting_body.html index 673a117d96..f02c68a92a 100644 --- a/phpBB/templates/subSilver/posting_body.html +++ b/phpBB/templates/subSilver/posting_body.html @@ -47,6 +47,59 @@ function checkForm() </tr> </table> +<!-- IF S_POST_REVIEW --> +<table class="tablebg" border="0" cellpadding="3" cellspacing="1" width="100%"> + <tr> + <th height="28" align="center">{L_POST_REVIEW}</th> + </tr> + <tr> + <td> </td> + </tr> + <tr> + <td class="gen" align="center">{L_POST_REVIEW_EXPLAIN}</td> + </tr> + <tr> + <td> </td> + </tr> + <tr> + <td class="row1"> + + <table class="tablebg" width="100%" cellpadding="2" cellspacing="1" border="0"> + <tr> + <th width="22%" height="26">{L_AUTHOR}</th> + <th>{L_MESSAGE}</th> + </tr> + <!-- BEGIN post_postrow --> + <!-- IF post_postrow.S_ROW_COUNT is even --> + <tr class="row1"> + <!-- ELSE --> + <tr class="row2"> + <!-- ENDIF --> + <td width="22%" align="left" valign="top"><span class="name"><a name="{post_postrow.U_POST_ID}"></a><b>{post_postrow.POSTER_NAME}</b></span></td> + <td height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> + <tr> + <td width="100%">{post_postrow.MINI_POST_IMG}<span class="postdetails">{L_POSTED}: {post_postrow.POST_DATE}<span class="gen"> </span> {L_POST_SUBJECT}: {post_postrow.POST_SUBJECT}</span></td> + </tr> + <tr> + <td colspan="2"><hr /></td> + </tr> + <tr> + <td colspan="2"><span class="postbody">{post_postrow.MESSAGE}</span></td> + </tr> + </table></td> + </tr> + <tr> + <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td> + </tr> + <!-- END post_postrow --> + </table> + + </td> + </tr> +</table> +<br /> +<!-- ENDIF --> + <!-- IF S_DISPLAY_PREVIEW --><!-- INCLUDE posting_preview.html --><!-- ENDIF --> <table class="tablebg" width="100%" cellspacing="1" cellpadding="3" border="0"> |