|
<?php include $msg; ?>
|
|
<form method="POST" action="<? echo $_SERVER['REQUEST_URI']; ?>" name="form_dsf">
|
|
<? if ($_GET['mode']=='ntopic') { ?>
|
|
<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')"></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')"></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']; ?>: </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"> </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')"></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')"></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">
|
|
make_wyzz('textedit');
|
|
</script>
|
|
<? if ($_GET['mode']=='ntopic') { ?> <input type="checkbox" name="topic_sticky"><span class="fstandard"><b><? 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']; ?>" />
|
|
<input type="submit" class="fbutton" value="<?php echo $skin['lreset']; ?>" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|