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.
 
 
 
 
 
 

44 lines
2.0 KiB

<script type="text/javascript" language="JavaScript">
editor_lng1 = '<?= $lng['function_disabled_html_mode']; ?>';
editor_lng2 = '<?= $lng['url_addr']; ?>';
editor_lng3 = '<?= $lng['url_title']; ?>';
editor_lng4 = '<?= $lng['img_url']; ?>';
editor_lng5 = '<?= $lng['enter_informations']; ?>';
<?= $lng['lang_titles_1']; ?>
<?= $lng['lang_titles_2']; ?>
skin_path='template/';
</script>
<script language="JavaScript" type="text/javascript" src="../images/wyzz.js"><!--wyzz editor WYSIWYG The Mouse Whisperer (c) --></script>
<center>
<div align="center" style="width: <?= (TABLES_WIDTH+40); ?>px; background-color: #F1F3FE">
<div align="center" style="width: <?= TABLES_WIDTH; ?>px;">
<br>
<div align="left" style="width: <?= TABLES_WIDTH; ?>px">
<span class="pa_sect"><?= $skin['mass_email']; ?>
</div>
<?php include $msg; ?>
<form method="POST" action="mass_email.php" name="form_dsf">
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('template/images/td_beam_left.gif')"></td>
<td height="14" class="beam" colspan="3" style="background-image: url('template/images/td_beam_top.gif')"><?= $skin['L.main_beam']; ?></td>
<td width="17" style="background-image: url('template/images/td_beam_right.gif')"></td>
</tr>
</table>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
<tr>
<td align="right" class="fitem"><span class="fstandard"><b><?php echo $skin['L.msg_content']; ?>:</b></span></td>
<td class="fitem">
<textarea name="msg_content" id="msg_content" style="width: 410px; height: 150px"><?= $_POST['msg_content']; ?></textarea>
<script type="text/javascript" language="JavaScript">
make_wyzz('msg_content');
</script>
</td>
<tr>
<td height="20" class="fitem" align="center" valign="top" colspan="3">
<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>