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.
 
 
 
 
 
 

24 lines
1.1 KiB

<form action="moderate.php?action=move&id=<?= $skin['t']; ?>" method="POST">
<table width="<?= TABLES_WIDTH; ?>" class="maintable" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('skins/reFresh/images/td_beam_left.gif')" class="beam"></td>
<td height="14" class="beam" onclick="javascript:showhide()" style="background-image: url('skins/reFresh/images/td_beam_top.gif')">&nbsp; </td>
<td width="17" style="background-image: url('skins/reFresh/images/td_beam_right.gif')" class="beam"></td>
</tr>
</table>
<table width="<?= TABLES_WIDTH; ?>" class="maintable" style="border-top: 0px">
<tr>
<td align="right" class="fitem" width="20%"><span class="fstandard"><b><?php echo $skin['L.select_forum']; ?>:</b></span></td>
<td class="fitem" width="60%">
<select name="forum_id">
<?= $skin['OPTIONS.select_forum']; ?>
</select>
</td>
<tr>
<td width="738" height="20" class="fitem" align="center" valign="top" colspan="2">
<input type="submit" class="fbutton" value="<?php echo $skin['L.save']; ?>" />&nbsp;
<input type="submit" class="fbutton" value="<?php echo $skin['L.reset']; ?>" />
</td>
</tr>
</table>
</form>