aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/viewtopic_body.tpl
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-10-01 23:22:18 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-10-01 23:22:18 +0000
commita711e6d677257b64574fb5c377dfbde7127da3c3 (patch)
tree7f0af4764382a88e96fa9fdb35794932de104e46 /phpBB/templates/subSilver/viewtopic_body.tpl
parent09dc77b5813c43d5754d346b6a024d9650ae6a0b (diff)
downloadforums-a711e6d677257b64574fb5c377dfbde7127da3c3.tar
forums-a711e6d677257b64574fb5c377dfbde7127da3c3.tar.gz
forums-a711e6d677257b64574fb5c377dfbde7127da3c3.tar.bz2
forums-a711e6d677257b64574fb5c377dfbde7127da3c3.tar.xz
forums-a711e6d677257b64574fb5c377dfbde7127da3c3.zip
Changes related to private messaging + some bug fixes
git-svn-id: file:///svn/phpbb/trunk@1111 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver/viewtopic_body.tpl')
-rw-r--r--phpBB/templates/subSilver/viewtopic_body.tpl140
1 files changed, 65 insertions, 75 deletions
diff --git a/phpBB/templates/subSilver/viewtopic_body.tpl b/phpBB/templates/subSilver/viewtopic_body.tpl
index a19090e44b..db1e365599 100644
--- a/phpBB/templates/subSilver/viewtopic_body.tpl
+++ b/phpBB/templates/subSilver/viewtopic_body.tpl
@@ -1,88 +1,78 @@
-
-<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
+
+<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr>
- <td align="left" valign="bottom" colspan="2"><span class="titlemedium">{TOPIC_TITLE}</span><br />
+ <td align="left" valign="bottom" colspan="2"><span class="maintitle">{TOPIC_TITLE}</span><br />
<span class="gensmall"><b>{PAGINATION}</b><br />
&nbsp; </span></td>
</tr>
+</table>
+<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr>
- <td align="left" valign="bottom" nowrap="nowrap"><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{IMG_POST}" border="0" alt="{L_TOPIC_POST}" align="middle" /></a>&nbsp;&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{IMG_REPLY}" border="0" alt="{L_TOPIC_REPLY}" align="middle" /></a></span></td>
+ <td align="left" valign="bottom" nowrap="nowrap"><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{IMG_POST}" border="0" alt="{L_TOPIC_POST}" align="middle" width="82" height="25" /></a>&nbsp;&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{IMG_REPLY}" border="0" alt="{L_TOPIC_REPLY}" align="middle" width="82" height="25" /></a></span></td>
<td align="left" valign="middle" width="100%"><span class="nav">&nbsp;&nbsp;&nbsp;<a href="{U_INDEX}" class="nav">{SITENAME}&nbsp;{L_INDEX}</a>
-> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
</tr>
</table>
-<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
+<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
+ <tr align="right">
+ <td class="catHead" colspan="2" height="28"><span class="nav"><a href="{U_VIEW_OLDER_TOPIC}" class="nav">{L_VIEW_PREVIOUS_TOPIC}</a>
+ :: <a href="{U_VIEW_NEWER_TOPIC}" class="nav">{L_VIEW_NEXT_TOPIC}</a> &nbsp;</span></td>
+ </tr>
+ {POLL_DISPLAY}
<tr>
- <td align="left" colspan="2" class="forumline">
- <table width="100%" border="0" cellspacing="0" cellpadding="1">
+ <th class="thLeft" width="22%" height="26">{L_AUTHOR}</th>
+ <th class="thRight">{L_MESSAGE}</th>
+ </tr>
+ <!-- BEGIN postrow -->
+ <tr>
+ <td width="22%" align="left" valign="top" class="{postrow.ROW_CLASS}" rowspan="2"><span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span><br />
+ <span class="postdetails">{postrow.POSTER_RANK}<br />
+ {postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br />
+ <br />
+ {postrow.POSTER_JOINED}<br />
+ {postrow.POSTER_POSTS}<br />
+ {postrow.POSTER_FROM}</span><br />
+ </td>
+ <td class="{postrow.ROW_CLASS}" height="28">
+ <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td class="innerline">
- <table border="0" cellpadding="3" cellspacing="1" width="100%">
- <tr align="right">
- <td class="cat" colspan="2" height="28"><span class="nav"><a href="{U_VIEW_OLDER_TOPIC}" class="nav">{L_VIEW_PREVIOUS_TOPIC}</a>
- :: <a href="{U_VIEW_NEWER_TOPIC}" class="nav">{L_VIEW_NEXT_TOPIC}</a>
- &nbsp;</span></td>
- </tr>
- {POLL_DISPLAY}
- <tr>
- <th width="22%" height="26">{L_AUTHOR}</th>
- <th>{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><br />
- <span class="postdetails">{postrow.POSTER_RANK}<br />
- {postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br />
- <br />
- {postrow.POSTER_JOINED}<br />
- {postrow.POSTER_POSTS}<br />
- {postrow.POSTER_FROM}</span><br />
- </td>
- <td valign="top" class="{postrow.ROW_CLASS}">
- <table width="100%" cellspacing="0" cellpadding="3" border="0">
- <tr>
- <td valign="middle"><img src="images/icon_minipost.gif" alt="Post image icon" /><span class="postdetails">{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 valign="top" colspan="2">
- <hr size="1" />
- <span class="postbody">{postrow.MESSAGE}</span></td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td width="22%" align="left" valign="middle" class="{postrow.ROW_CLASS}"><span class="nav"><a href="#top" class="nav">Back
- to top</a></span></td>
- <td width="78%" height="28" valign="bottom" class="{postrow.ROW_CLASS}">
- <table cellspacing="0" cellpadding="0" border="0" width="100%">
- <tr>
- <td valign="middle" nowrap="nowrap">&nbsp;{postrow.PROFILE_IMG} {postrow.PM_IMG}
- {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG}
- {postrow.YIM_IMG} {postrow.MSN_IMG}&nbsp;</td>
- <td valign="top" align="left" width="100%">{postrow.ICQ_STATUS_IMG}{postrow.ICQ_ADD_IMG}</td>
- <td valign="top" align="right">{postrow.IP_IMG}</td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td colspan="2" height="1" class="row3"><img src="templates/subSilver/images/spacer.gif" width="1" height="1" alt="." /></td>
- </tr>
- <!-- END postrow -->
- <tr align="center">
- <form method="post" action="{S_POST_DAYS_ACTION}">
- <td class="cat" colspan="2" height="28"><span class="gensmall">{L_DISPLAY_POSTS}:&nbsp;{S_SELECT_POST_DAYS}&nbsp;{S_SELECT_POST_ORDER}&nbsp;
- <input type="submit" value="{L_GO}" class="liteoption" />
- </span> </td>
- </form>
- </tr>
- </table>
- </td>
+ <td>{postrow.MINI_POST_IMG}<span class="postdetails">{L_POSTED}: {postrow.POST_DATE}<span class="gen">&nbsp;</span>&nbsp;&nbsp;&nbsp;{L_POST_SUBJECT}:
+ {postrow.POST_SUBJECT}</span></td>
+ <td nowrap="nowrap" valign="top" align="right">{postrow.IP_IMG} {postrow.QUOTE_IMG}
+ {postrow.EDIT_IMG}</td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" class="{postrow.ROW_CLASS}"><span class="postbody" style="line-height: 150%">{postrow.MESSAGE}</span></td>
+ </tr>
+ <tr>
+ <td width="22%" align="left" valign="middle" class="{postrow.ROW_CLASS}"><span class="nav"><a href="#top" class="nav">Back
+ to top</a></span></td>
+ <td width="78%" height="28" class="{postrow.ROW_CLASS}" nowrap="nowrap" valign="bottom">
+ <table cellspacing="0" cellpadding="0" border="0" height="18">
+ <tr>
+ <td valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG}
+ {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG}&nbsp;</td>
+ <td valign="top" align="left" nowrap="nowrap">{postrow.ICQ_ADD_IMG}</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 -->
+ <tr align="center">
+ <td class="catBottom" colspan="2" height="28">
+ <table border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <form method="post" action="{S_POST_DAYS_ACTION}">
+ <td align="center"><span class="gensmall">{L_DISPLAY_POSTS}:&nbsp;{S_SELECT_POST_DAYS}&nbsp;{S_SELECT_POST_ORDER}&nbsp;
+ <input type="submit" value="{L_GO}" class="liteoption" name="submit" />
+ </span></td>
+ </form>
</tr>
</table>
</td>
@@ -90,7 +80,7 @@
</table>
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
<tr>
- <td align="left" valign="middle" nowrap="nowrap"><a href="{U_POST_NEW_TOPIC}"><img src="{IMG_POST}" border="0" alt="{L_TOPIC_POST}" align="middle" /></a>&nbsp;&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{IMG_REPLY}" border="0" alt="{L_TOPIC_REPLY}" align="middle" /></a><span class="nav"></span></td>
+ <td align="left" valign="middle" nowrap="nowrap"><a href="{U_POST_NEW_TOPIC}"><img src="{IMG_POST}" border="0" alt="{L_TOPIC_POST}" align="middle" width="82" height="25" /></a>&nbsp;&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{IMG_REPLY}" border="0" alt="{L_TOPIC_REPLY}" align="middle" width="82" height="25" /></a><span class="nav"></span></td>
<td align="left" valign="middle" width="100%"><span class="nav">&nbsp;&nbsp;&nbsp;{L_PAGE}
<b>{ON_PAGE}</b> {L_OF} <b>{TOTAL_PAGES}</b></span></td>
<td align="right" valign="top" nowrap="nowrap"><span class="nav">{PAGINATION}</span>