aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Default/viewforum_body.tpl
blob: b9d952a9cff52c4c1ca0d5353f96b2c5e43ccf65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<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="5%">&nbsp;</td>
	           <td>Topic</td>
	           <td align="center" width="5%">Replies</td>
                   <td align="center" width="10%">Topic Poster</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">{topicrow.FOLDER}</td>
                  <td><a href="viewtopic.{PHPEX}?{S_TOPICS_URL}={topicrow.TOPIC_ID}&{topicrow.REPLIES}">{topicrow.TOPIC_TITLE}</a>{topicrow.GOTO_PAGE}</td>
                  <td width="5%" align="center" valign="middle">{topicrow.REPLIES}</td>
                  <td width="10%" align="center" valign="middle">{topicrow.TOPIC_POSTER}</td>
	          <td width="5%" align="center" valign="middle">{topicrow.VIEWS}</td>
	          <td width="15%" align="center" valign="middle">{topicrow.LAST_POST}</td>
                </tr>
	        <!-- END topicrow -->
	       </table>
	      </td>
	    </tr>
	</table>
    </td>
  </tr>
  
	<tr>
		<td align="center" bgcolor="#000000"><table border="0" width="100%" cellpadding="0" cellspacing="1">
			<tr>
				<td bgcolor="#CCCCCC"><table border="0" width="100%" cellpadding="3" cellspacing="1">
					<tr class="tablebody">
						<td align="left"><b>{S_TIMEZONE}</b></td>
						<td align="right">{PAGINATION}</td>
					</tr>
				</table></td>
			</tr>
		</table></td>
	</tr>