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.6 KiB

<?php include $msg; ?>
<form method="POST" action="posting.php?mode=ntopic&amp;f=<?php echo $skin['f_id']; ?>" name="form_dsf">
<table border="1" class="maintable" width="<?= TABLES_WIDTH; ?>">
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('skins/subPurple/images/td_beam_left.gif')" class="beam"></td>
<td height="14" class="beam" style="background-image: url('skins/subPurple/images/td_beam_top.gif')"><?php echo $skin['lwritetopic']; ?></td>
<td width="17" style="background-image: url('skins/subPurple/images/td_beam_right.gif')" class="beam"></td>
</tr>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
<tr>
<td class="fitem">
<p align="right"><span class="fsmall"><b><?php echo $skin['ltopicname']; ?>:&nbsp;</b></span>
</td>
<td class="fitem">
<input type="text" name="ntopic" style="width:400px" value="<?php echo $_POST['ntopic']; ?>">
</td>
</tr>
</table>
<span class="fverysmall">&nbsp;</span>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('skins/subPurple/images/td_beam_left.gif')" class="beam"></td>
<td height="14" width="116" class="beam" style="background-image: url('skins/subPurple/images/td_beam_top.gif')"><?php echo $skin['lsmiles']; ?></td>
<td class="beam" style="background-image: url('skins/subPurple/images/td_beam_top.gif')">Post</td>
<td width="17" style="background-image: url('skins/subPurple/images/td_beam_right.gif')" class="beam"></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="fstandard"><b><?php echo $skin['lmsg']; ?>:</b></span><br>
<textarea name="textedit" id="textedit" rows="10" cols="56"><?php echo $_POST['textedit']; ?></textarea><br>
<script language="JavaScript" type="text/javascript">
make_wyzz('textedit');
</script>
<? if (RANK>0) { ?>
<input type="checkbox" name="topic_sticky"><span class="fstandard"><b><?php echo $skin['lsticky_topic']; ?></b></span>
<? } ?>
</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>