diff options
Diffstat (limited to 'phpBB/templates/subSilver/viewtopic_body.tpl')
-rw-r--r-- | phpBB/templates/subSilver/viewtopic_body.tpl | 108 |
1 files changed, 108 insertions, 0 deletions
diff --git a/phpBB/templates/subSilver/viewtopic_body.tpl b/phpBB/templates/subSilver/viewtopic_body.tpl new file mode 100644 index 0000000000..a19090e44b --- /dev/null +++ b/phpBB/templates/subSilver/viewtopic_body.tpl @@ -0,0 +1,108 @@ + +<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> + <tr> + <td align="left" valign="bottom" colspan="2"><span class="titlemedium">{TOPIC_TITLE}</span><br /> + <span class="gensmall"><b>{PAGINATION}</b><br /> + </span></td> + </tr> + <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> <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="middle" width="100%"><span class="nav"> <a href="{U_INDEX}" class="nav">{SITENAME} {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"> + <tr> + <td align="left" colspan="2" class="forumline"> + <table width="100%" border="0" cellspacing="0" cellpadding="1"> + <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> + </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} {L_POST_SUBJECT}: + {postrow.POST_SUBJECT}</span></td> + <td align="right" valign="middle" nowrap="nowrap"> {postrow.EDIT_IMG} + {postrow.QUOTE_IMG} </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"> {postrow.PROFILE_IMG} {postrow.PM_IMG} + {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} + {postrow.YIM_IMG} {postrow.MSN_IMG} </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}: {S_SELECT_POST_DAYS} {S_SELECT_POST_ORDER} + <input type="submit" value="{L_GO}" class="liteoption" /> + </span> </td> + </form> + </tr> + </table> + </td> + </tr> + </table> + </td> + </tr> +</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> <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" width="100%"><span class="nav"> {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> + <span class="gensmall"><br /> + {S_TIMEZONE}</span></td> + </tr> +</table> +<table width="100%" cellspacing="2" border="0" align="center"> + <tr> + <td width="40%" valign="top" nowrap="nowrap" align="left"><span class="gensmall">{S_WATCH_TOPIC}</span><br /> + <br /> + {S_TOPIC_ADMIN}</td> + <td align="right" valign="top" nowrap="nowrap">{JUMPBOX}<span class="gensmall">{S_AUTH_LIST}</span></td> + </tr> +</table> |