aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Default/viewforum_body.tpl
blob: 75a9e829ccf69a3bba6008dec80bb939ac3b2e47 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<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;}" nowrap>
							<div style="{font-size: 10pt; font-weight: bold}">{FORUM_NAME}</div>
							Moderated by - {MODERATORS}<br>
	            <a href="{U_INDEX}">{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="{U_POST_NEW_TOPIC}">
	            <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>
	<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="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a>&nbsp;{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_TIME}<br />{L_BY} <a href="{topicrow.U_LAST_POST_USER_PROFILE}">{topicrow.LAST_POST_USER}</a></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>
<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="{U_POST_NEW_TOPIC}"><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>