|
<!-- pool of "<?= $skin['forum_name']; ?>" -->
|
|
<div id="forum_<?= $skin['forum_id']; ?>" style="height:40px;">
|
|
<div style="width: <?= (0.7*(TABLES_WIDTH-10)); ?>; float: left; height: 100%; display: table-cell; vertical-align: middle" class="forum_item">
|
|
<a href="forum.php?f=<?= $skin['forum_id']; ?>" class="sect"><?= $skin['forum_name']; ?></a><br>
|
|
<span class="desc"><?=$skin['description']; ?></span>
|
|
</div>
|
|
<div style="width: <?= (0.07*(TABLES_WIDTH-10)); ?>; float: left; height: 100%;" class="forum_item">
|
|
<span style="text-align: center" class="fstandard"><b><?= $skin['posts']; ?></b></span>
|
|
</div>
|
|
<div style="width: <?= (0.19*(TABLES_WIDTH-10)); ?>; float: left; height: 100%;" class="forum_item">
|
|
<?= $skin['lastpost']; ?>
|
|
</div>
|
|
</div>
|
|
<!--
|
|
<tr>
|
|
<td class="fitem" width="30" height="30" align="center" valign="center" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
|
|
|
|
<td width="565" height="1" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
|
|
<a href="forum.php?f=<? echo $skin['forum_id']; ?>" class="sect"><? echo $skin['forum_name']; ?></a><br>
|
|
<span class="desc"><? echo $skin['description']; ?></span>
|
|
</td>
|
|
<td width="48" height="1" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
|
|
<span style="text-align: center" class="fstandard"><b><? echo $skin['posts']; ?></b></span>
|
|
</td>
|
|
<td width="129" height="1" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
|
|
<? echo $skin['lastpost']; ?>
|
|
</td>
|
|
</tr>
|
|
-->
|