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.
 
 
 
 
 
 

38 lines
1.9 KiB

<script language="JavaScript" type="text/javascript">
function showhide() {
if (document.getElementById('quick_reply1').style.display == 'none') {
document.getElementById('quick_reply1').style.display = '';
document.getElementById('quick_reply2').style.display = '';
document.getElementById('quick_reply3').style.display = ''; } else {
document.getElementById('quick_reply1').style.display = 'none';
document.getElementById('quick_reply2').style.display = 'none';
document.getElementById('quick_reply3').style.display = 'none'; }}
</script>
<span class="fsmall">&nbsp;<br></span>
<form method="POST" action="<? echo $skin['url']; ?>" 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" class="beam" onclick="javascript:showhide()" style="background-image: url('skins/reFresh/images/td_beam_top.gif')"><? echo $skin['ltitle']; ?> </td>
<td width="17" style="background-image: url('skins/reFresh/images/td_beam_right.gif')"></td>
</tr>
</table>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
<tr>
<td width="120" id="quick_reply1" align="center" valign="top" class="fitem"> <?= $skin['smiles']; ?></td>
<td class="fitem" id="quick_reply2" valign="top">
<span class="fstandard"><b><? echo $skin['lmsg']; ?>:</b></span><br>
<textarea name="textedit" id="textedit" rows="7" cols="54"></textarea><br>
<script language="JavaScript" type="text/javascript">
make_wyzz('textedit');
</script>
</td>
</tr>
<tr>
<td class="fitem" align="center" id="quick_reply3" colspan="2">
<input type="submit" class="fbutton" value="<?php echo $skin['lsave']; ?>" />&nbsp;
<input type="reset" class="fbutton" value="<?php echo $skin['lreset']; ?>" />
</td>
</tr>
</table>
</form>