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.

21 lines
765 B

  1. <script type="text/javascript" language="JavaScript">
  2. function confirm_action(c_name, url)
  3. {
  4. <? if($forum_config['enable_confirms']) {?>if (confirm(c_name))
  5. {
  6. document.location = url;
  7. }
  8. <? } else { ?> document.location = url; <? } echo "\n"; ?>
  9. }
  10. </script>
  11. <center>
  12. <div align="center" style="width: <?= (TABLES_WIDTH+40); ?>px; background-color: #F1F3FE">
  13. <div align="center" style="width: <?= TABLES_WIDTH; ?>px;">
  14. <br>
  15. <div align="left" style="width: <?= TABLES_WIDTH; ?>px">
  16. <span class="pa_sect"><?= $skin['L.groups']; ?></span>
  17. <form action="admin_groups.php?mode=add" method="POST">
  18. <input type="submit" class="fbutton" value="<?= $skin['L.new_group']; ?>">
  19. </form>
  20. </div>
  21. <table class="maintable" width="<?= TABLES_WIDTH; ?>">