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

  1. <script type="text/javascript" language="JavaScript">
  2. editor_lng1 = '<?= $lng['function_disabled_html_mode']; ?>';
  3. editor_lng2 = '<?= $lng['url_addr']; ?>';
  4. editor_lng3 = '<?= $lng['url_title']; ?>';
  5. editor_lng4 = '<?= $lng['img_url']; ?>';
  6. editor_lng5 = '<?= $lng['enter_informations']; ?>';
  7. <?= $lng['lang_titles_1']; ?>
  8. <?= $lng['lang_titles_2']; ?>
  9. skin_path='template/';
  10. </script>
  11. <script language="JavaScript" type="text/javascript" src="../images/wyzz.js"><!--wyzz editor WYSIWYG The Mouse Whisperer (c) --></script>
  12. <center>
  13. <div align="center" style="width: <?= (TABLES_WIDTH+40); ?>px; background-color: #F1F3FE">
  14. <div align="center" style="width: <?= TABLES_WIDTH; ?>px;">
  15. <br>
  16. <div align="left" style="width: <?= TABLES_WIDTH; ?>px">
  17. <span class="pa_sect"><?= $skin['mass_email']; ?>
  18. </div>
  19. <?php include $msg; ?>
  20. <form method="POST" action="mass_email.php" name="form_dsf">
  21. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
  22. <tr>
  23. <td width="17" style="background-image: url('template/images/td_beam_left.gif')"></td>
  24. <td height="14" class="beam" colspan="3" style="background-image: url('template/images/td_beam_top.gif')"><?= $skin['L.main_beam']; ?></td>
  25. <td width="17" style="background-image: url('template/images/td_beam_right.gif')"></td>
  26. </tr>
  27. </table>
  28. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
  29. <tr>
  30. <td align="right" class="fitem"><span class="fstandard"><b><?php echo $skin['L.msg_content']; ?>:</b></span></td>
  31. <td class="fitem">
  32. <textarea name="msg_content" id="msg_content" style="width: 410px; height: 150px"><?= $_POST['msg_content']; ?></textarea>
  33. <script type="text/javascript" language="JavaScript">
  34. make_wyzz('msg_content');
  35. </script>
  36. </td>
  37. <tr>
  38. <td height="20" class="fitem" align="center" valign="top" colspan="3">
  39. <input type="submit" class="fbutton" value="<?php echo $skin['L.save']; ?>" />&nbsp;
  40. <input type="submit" class="fbutton" value="<?php echo $skin['L.reset']; ?>" />
  41. </td>
  42. </tr>
  43. </table>
  44. </form>