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.
 
 
 
 
 
 

36 lines
1.9 KiB

<?php include $msg; ?>
<form method="POST" action="<? echo $skin['action']; ?>" name="form_dsf">
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('skins/reFresh/images/td_beam_left.gif')"></td>
<td height="14" width="116" class="beam" style="background-image: url('skins/reFresh/images/td_beam_top.gif')"><?php echo $skin['lsmiles']; ?></td>
<td class="beam" style="background-image: url('skins/reFresh/images/td_beam_top.gif')"><?php echo $skin['lwarn']; ?></td>
<td width="17" style="background-image: url('skins/reFresh/images/td_beam_right.gif')"></td>
</tr>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
<tr>
<td width="116" height="115" class="fitem" align="center" valign="top"><br> <? echo $skin['smiles']; ?> </td>
<td width="48%" height="116" class="fitem" align="center" valign="top">
<p align="left">
<span class="fsmall"><b><?php echo $skin['lvalue']; ?>:&nbsp;</b></span><br />
<!--input type="text" name="value" style="width:470px" maxlength="1" value="?php echo $_POST['value']; ?>" /><br />-->
<select name="value" style="width: 470px">
<option value="+" selected="selected"><?= $skin['ladd'];?></option>
<option value="-"><?= $skin['ldelete'];?></option>
</select><br>
<span class="fstandard"><b><?php echo $skin['lmsg']; ?>:</b></span><br>
<textarea name="textedit" id="textedit" rows="10" cols="56"><?php echo $_POST['textedit']; ?></textarea>
<script language="JavaScript" type="text/javascript">
make_wyzz('textedit');
</script>
</p>
</td>
</tr>
<tr>
<td colspan="2" height="19" class="fitem" align="center">
<input type="submit" class="fbutton" value="<?php echo $skin['lsave']; ?>" />&nbsp;
<input type="submit" class="fbutton" value="<?php echo $skin['lreset']; ?>" />
</td>
</tr>
</table>
</form>