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.
 
 
 
 
 
 

33 lines
1.4 KiB

<br>
<table class="maintable" width="<?= (TABLES_WIDTH -20); ?>" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('skins/reFresh/images/td_beam_left.gif')"></td>
<td height="14" class="beam" style="background-image: url('skins/reFresh/images/td_beam_top.gif')">ShoutBox</td>
<td width="17" style="background-image: url('skins/reFresh/images/td_beam_right.gif')"></td>
</tr>
</table>
<table class="maintable" width="<?= (TABLES_WIDTH -20); ?>" style="border-top: 0px">
<tr>
<td class="fitem">
<div style="width:100%; height:150px; overflow:auto">
<table class="maintable" width="100%" style="border-width: 1px">
<?= $shoutbox_content; ?>
</table>
</div>
</td>
</tr>
<tr>
<td class="fitem">
<? if ($_SESSION['uid']>0) { ?>
<form action="index.php?mode=shoutbox_add" method="POST">
<span class="fsmall"><b><?= $skin['linsert_msg']; ?>: </b></span>
<input type="text" style="width: 260px" maxlengh="300" name="shoutbox_message" value="">
<input type="submit" class="fbutton" value="<?= $skin['lsave']; ?>">
<? } ?>
<input type="button" class="fbutton" onclick="location='index.php?mode=shoutbox_desc'" value="<?= $skin['lsort_desc']; ?>">
<input type="button" class="fbutton" onclick="location='index.php'" value="<?= $skin['lsort_normal']; ?>">
</form>
</td>
</tr>
</table>
<br>