diff options
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/templates/Default/viewforum_body.tpl | 28 | ||||
| -rw-r--r-- | phpBB/templates/Default/viewforum_footer.tpl | 40 | ||||
| -rw-r--r-- | phpBB/templates/Default/viewforum_header.tpl | 40 |
3 files changed, 108 insertions, 0 deletions
diff --git a/phpBB/templates/Default/viewforum_body.tpl b/phpBB/templates/Default/viewforum_body.tpl new file mode 100644 index 0000000000..ed97ca03c3 --- /dev/null +++ b/phpBB/templates/Default/viewforum_body.tpl @@ -0,0 +1,28 @@ +<tr> + <td> + <table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1"> + <tr> + <td> + <table border="0" width="100%" cellpadding="0" cellspacing="1"> + <tr class="tableheader"> + <td width="5%"> </td> + <td>Topic</td> + <td align="center" width="5%">Replies</td> + <td align="center" width="5%">Views</td> + <td align="center" width="15%">Last Post</td> + </tr> + <!-- BEGIN topicrow --> + <tr bgcolor="#DDDDDD" class="tablebody"> + <td width="5%" align="center" valign="middle">{FOLDER}</td> + <td><a href="viewtopic.{PHPEX}?forum_id={FORUM_ID}&topic_id={TOPIC_ID}&{REPLIES}">{TOPIC_TITLE}</a></td> + <td width="5%" align="center" valign="middle">{REPLIES}</td> + <td width="5%" align="center" valign="middle">{VIEWS}</td> + <td width="15%" align="center" valign="middle">{LAST_POST}</td> + </tr> + <!-- END topicrow --> + </table> + </td> + </tr> + </table> + </td> +</tr> diff --git a/phpBB/templates/Default/viewforum_footer.tpl b/phpBB/templates/Default/viewforum_footer.tpl new file mode 100644 index 0000000000..c14ac4f8a7 --- /dev/null +++ b/phpBB/templates/Default/viewforum_footer.tpl @@ -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="250" alt="Post New 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> diff --git a/phpBB/templates/Default/viewforum_header.tpl b/phpBB/templates/Default/viewforum_header.tpl new file mode 100644 index 0000000000..b27fa63d92 --- /dev/null +++ b/phpBB/templates/Default/viewforum_header.tpl @@ -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" style="{font-size: 8pt; height: 55px;}"> + <div style="{font-size: 10pt; font-weight: bold}">{FORUM_NAME}</div> + Moderated by - {MODERATORS}<br> + <a href="index.{PHPEX}">{SITENAME} - Forum Index</a> >> {FORUM_NAME} + </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="250" alt="Post New Topic" border="0"> + </a> + </td> + </tr> + </table> + </td> + </tr> + </table> + </td> + </tr> + </table> + </td> + </tr> |
