aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/viewforum_subforum.html
blob: 227f32f7aa7419cb5383a1d6b5aa3c04c0cff417 (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
<table class="tablebg" width="100%" cellspacing="1" cellpadding="2" border="0">
	<tr>
		<th colspan="2" height="25" nowrap="nowrap">&nbsp;{L_FORUM}&nbsp;</th>
		<th width="50" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
		<th width="50" nowrap="nowrap">&nbsp;{L_POSTS}&nbsp;</th>
		<th nowrap="nowrap">&nbsp;{L_LAST_POST}&nbsp;</th>
	</tr>
	<!-- BEGIN forumrow -->
	<!-- IF forumrow.S_IS_CAT -->
	<tr>
		<td class="cat" colspan="5" height="28"><a class="cattitle" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a></td>
	</tr>
	<!-- ELSE -->
	<tr>
		<td class="row1" width="50" height="50" align="center" valign="middle">{forumrow.FORUM_FOLDER_IMG}</td>
		<td class="row1" width="100%" height="50" valign="top"><a class="forumlink"  href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><br />
			<table cellspacing="5" cellpadding="0" border="0">
				<tr>
					<td><span class="gensmall">{forumrow.FORUM_DESC}</span></td>
				</tr>
			</table><span class="gensmall"><!-- IF forumrow.MODERATORS --><b>{forumrow.L_MODERATOR_STR}:</b> {forumrow.MODERATORS}<br /><!-- ENDIF --><!-- IF forumrow.SUBFORUMS --><br /><b>{forumrow.L_SUBFORUM_STR}</b> {forumrow.SUBFORUMS}<!-- ENDIF --></span></td>
		<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{forumrow.TOPICS}</span></td>
		<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{forumrow.POSTS}</span></td>
		<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">{forumrow.LAST_POST}</span></td>
	</tr>
	<!-- ENDIF -->
	<!-- END forumrow -->
</table>

<br />