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

<script type="text/javascript" language="JavaScript">
function confirm_action(c_name, url)
{
<? if($forum_config['enable_confirms']) {?>if (confirm(c_name))
{
document.location = url;
}
<? } else { ?> document.location = url; <? } echo "\n"; ?>
}
</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['L.groups']; ?></span>
<form action="admin_groups.php?mode=add" method="POST">
<input type="submit" class="fbutton" value="<?= $skin['L.new_group']; ?>">
</form>
</div>
<table class="maintable" width="<?= TABLES_WIDTH; ?>">