mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 11:13:59 +02:00
Viewtopic mostly done. Need private forum stuff, pagination, and some SQL tweaks
git-svn-id: file:///svn/phpbb/trunk@81 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
32
phpBB/templates/Default/viewtopic_body.tpl
Normal file
32
phpBB/templates/Default/viewtopic_body.tpl
Normal file
@@ -0,0 +1,32 @@
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" cellpadding="3" cellspacing="1">
|
||||
<tr class="tableheader">
|
||||
<td width="15%">Author</td>
|
||||
<td>{TOPIC_TITLE}</td>
|
||||
</tr>
|
||||
<!-- BEGIN postrow -->
|
||||
<tr bgcolor="{ROW_COLOR}" class="tablebody">
|
||||
<td width="15%" align="left" valign="top">
|
||||
<font style="{font-size: 10pt; font-weight: bold;}">{POSTER_NAME}</font><br>
|
||||
{POSTER_RANK}<br>
|
||||
<br>
|
||||
<font style="{font-size: 8pt;}">
|
||||
{L_JOINED}: {POSTER_JOINED}<br>{L_POSTS}: {POSTER_POSTS}<br>{POSTER_FROM}</font>
|
||||
</td>
|
||||
<td>
|
||||
<img src="images/posticon.gif"><font style="{font-size: 8pt;}">{L_POSTED}: {POST_DATE}</font><hr>
|
||||
{MESSAGE}<hr>
|
||||
{PROFILE_IMG} {EMAIL_IMG} {WWW_IMG} {ICQ_STATUS_IMG} {ICQ_ADD_IMG} {AIM_IMG} {YIM_IMG} {MSN_IMG} | {EDIT_IMG} {QUOTE_IMG} {PMSG_IMG} | {IP_IMG} {DELPOST_IMG}
|
||||
</td>
|
||||
</tr>
|
||||
<!-- END postrow -->
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
40
phpBB/templates/Default/viewtopic_footer.tpl
Normal file
40
phpBB/templates/Default/viewtopic_footer.tpl
Normal file
@@ -0,0 +1,40 @@
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" align="center" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" align="left" width="20%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
|
||||
<tr>
|
||||
<td align="left" style="{font-size: 8pt;}">
|
||||
<a href="posting.{PHPEX}?mode=newtopic&forum_id={FORUM_ID}">
|
||||
<img src="images/newpost.jpg" height="50" width="125" alt="Post New Topic" border="0"></a>
|
||||
<a href="posting.{PHPEX}?mode=reply&forum_id={FORUM_ID}&topic_id={TOPIC_ID}">
|
||||
<img src="images/reply.jpg" height="50" width="125" alt="Reply to this topic" border="0">
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table border="0" align="right" width="20%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
|
||||
<tr>
|
||||
<td align="right" style="{font-size: 8pt; height: 55px;}">{JUMPBOX}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
40
phpBB/templates/Default/viewtopic_header.tpl
Normal file
40
phpBB/templates/Default/viewtopic_header.tpl
Normal file
@@ -0,0 +1,40 @@
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" align="left" width="20%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
|
||||
<tr>
|
||||
<td align="left" valign="bottom" style="{font-size: 8pt; height: 55px;}" nowrap>
|
||||
<a href="index.{PHPEX}">{SITENAME} - Forum Index</a> >> <a href="viewforum.{PHPEX}?forum_id={FORUM_ID}">{FORUM_NAME}</a> >> {TOPIC_TITLE}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table border="0" align="right" width="20%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
|
||||
<tr>
|
||||
<td align="right" style="{font-size: 8pt;}">
|
||||
<a href="posting.{PHPEX}?mode=newtopic&forum_id={FORUM_ID}">
|
||||
<img src="images/newpost.jpg" height="50" width="125" alt="Post New Topic" border="0"></a>
|
||||
<a href="posting.{PHPEX}?mode=reply&forum_id={FORUM_ID}&topic_id={TOPIC_ID}">
|
||||
<img src="images/reply.jpg" height="50" width="125" alt="Reply to this topic" border="0">
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
Reference in New Issue
Block a user