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.
 
 
 
 
 
 

49 lines
2.1 KiB

</table>
<span class="fverysmall">&nbsp;</span>
<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.php_version']; ?> (<?= $skin['PHP.version']?>):&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<span class="fstandard"><b><?= $skin['PHP.value'] ?></b></span>
</td>
</tr>
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.mySQL_version']; ?> (<?= $skin['mySQL.version']?>):&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<span class="fstandard"><b><?= $skin['mySQL.value'] ?></b></span>
</td>
</tr>
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.cat_name']; ?> (<?= $skin['cat1.name']?>):&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<span class="fstandard"><b><?= $skin['cat1.value'] ?></b></span>
</td>
</tr>
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.cat_name']; ?> (<?= $skin['cat2.name']?>):&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<span class="fstandard"><b><?= $skin['cat2.value'] ?></b></span>
</td>
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.cat_name']; ?> (<?= $skin['cat3.name']?>):&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<span class="fstandard"><b><?= $skin['cat3.value'] ?></b></span>
</td>
</tr>
<tr>
<td class="fitem" align="left" width="50%" height="19" colspan="2">
<span class="fstandard"><b><?= $skin['successfully']; ?></b></span>
</td>
</tr>
</table>