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.

48 lines
2.1 KiB

  1. <center>
  2. <div align="center" style="width: <?= (TABLES_WIDTH+40); ?>px; background-color: #F1F3FE">
  3. <div align="center" style="width: <?= TABLES_WIDTH; ?>px;">
  4. <br>
  5. <div align="left" style="width: <?= TABLES_WIDTH; ?>px">
  6. <span class="pa_sect"><?= $skin['L.groups']; ?></span>
  7. </div>
  8. <?php include $msg; ?>
  9. <form method="POST" action="<? echo $skin['action']; ?>" name="form_dsf">
  10. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
  11. <tr>
  12. <td width="17" style="background-image: url('template/images/td_beam_left.gif')"></td>
  13. <td class="beam" style="background-image: url('template/images/td_beam_top.gif')">
  14. <?= $skin['L.main_beam']; ?>
  15. </td>
  16. <td width="17" style="background-image: url('template/images/td_beam_right.gif')"></td>
  17. </tr>
  18. </table>
  19. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
  20. <tr>
  21. <td width="180" height="16" class="fitem" align="right" valign="top">
  22. <span class="fstandard"><b><?= $skin['L.group_name']; ?>:</b></span>
  23. </td>
  24. <td width="388" height="16" class="fitem" align="left" valign="top">
  25. <input type="text" style="width: 345px" name="group_name" value="<?= $_POST['group_name']; ?>">
  26. </td>
  27. </tr>
  28. <tr>
  29. <td width="180" class="fitem" align="right" valign="top">
  30. <span class="fstandard"><b><?php echo $skin['L.group_desc']; ?>:</b></span></td>
  31. <td width="388" class="fitem" align="left" valign="top">
  32. <textarea name="group_desc" rows="3" cols="40" style="width: 345px"><?= $_POST['group_desc']; ?></textarea><br>
  33. </td>
  34. </tr>
  35. <tr>
  36. <td align="right" class="fitem"><span class="fstandard"><b><?php echo $skin['L.group_mod']; ?>:</b></span></td>
  37. <td class="fitem" >
  38. <input type="text" name="group_mod" style="width: 345px" maxlength="30" value="<?= $_POST['group_mod']; ?>" size="20">
  39. </td>
  40. </tr>
  41. <tr>
  42. <td colspan="2" class="fitem" align="center">
  43. <input type="submit" class="fbutton" value="<?php echo $skin['L.save']; ?>" />&nbsp;
  44. <input type="submit" class="fbutton" value="<?php echo $skin['L.reset']; ?>" />
  45. </td>
  46. </tr>
  47. </table>
  48. </form>