|
<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"; ?>
|
|
}
|
|
function set_color(element)
|
|
{
|
|
element.style.backgroundColor='#F1F3FE';
|
|
}
|
|
|
|
function unset_color(element)
|
|
{
|
|
element.style.backgroundColor='';
|
|
}
|
|
</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['forums&cats']; ?></span>
|
|
<form action="admin_forums.php?mode=new&submode=forum" method="POST">
|
|
<input type="text" name="forum_name" maxlength="25" value="<?= $skin['here_write_name_forum']; ?>">
|
|
<input type="submit" class="fbutton" value="<?= $skin['new_forum_submit']; ?>">
|
|
</form>
|
|
</div>
|