A lightweight forum engine written in PHP. Repository is now obsolete and read-only. http://www.pioder.pl/uforum.html
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

60 lines
2.4 KiB

<center>
<div align="center" style="width: <?= (TABLES_WIDTH+40); ?>px; background-color: #F1F3FE">
<div align="center" style="width: <?= TABLES_WIDTH; ?>px;">
<br>
<div align="left" style="width: <?= TABLES_WIDTH; ?>px">
<span class="fsmall"><?= $skin['L.welcome_pa']; ?></span>
</div>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('template/images/td_beam_left.gif')"></td>
<td class="beam" style="background-image: url('template/images/td_beam_top.gif')">
<p align="center"><?= $skin['L.forum_stats']; ?></p>
</td>
<td width="17" style="background-image: url('template/images/td_beam_right.gif')"></td>
</tr>
</table>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
<tr>
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.install_date']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<span class="fstandard"><b><?= $skin['install_date'] ?></b></span>
</td>
</tr>
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.topics']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<span class="fstandard"><b><?= $skin['topics']; ?></b></span>
</td>
</tr>
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.posts']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<span class="fstandard"><b><?= $skin['posts']; ?></b></span>
</td>
</tr>
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.script_version']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<span class="fstandard"><b><?= VERSION; ?></b></span>
</td>
</tr>
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.updates']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<?= $skin['updates']; ?>
</td>
</tr>
</table>
</div>