Added files - test

git-svn-id: https://svn.pioder.pl/uf-svn/uF@11 72ec579a-5ced-4fa4-82f3-afba5d98df2f
This commit is contained in:
pioder
2009-05-01 08:28:11 +00:00
commit 968d0b7b53
429 changed files with 15882 additions and 0 deletions

View File

@@ -0,0 +1,382 @@
<form action="admin_script.php" method="POST">
<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.scriptoptions']; ?></span>
</div>
<?php include($ERROR); ?>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<!-- general preferences beam -->
<tr>
<td width="17" style="background-image: url('template/images/td_beam_left.gif')"></td>
<td class="beam" align="center" colspan="2" style="background-image: url('template/images/td_beam_top.gif')">
<?= $skin['L.general_preferences']; ?>
<td width="17" style="background-image: url('template/images/td_beam_right.gif')"></td>
</td>
</tr>
</table>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
<!-- forum path -->
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.forum_path']; ?>:&nbsp;&nbsp;</span><br>
<span class="fverysmall"><?= $skin['L.forum_path.D']; ?>&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<input type="text" style="width: 250px" name="forum_path" value="<? echo $skin['forum_path']; ?>">
</td>
</tr>
<!-- forum name -->
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.forum_name']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<input type="text" style="width: 250px" name="forum_name" value="<?= $skin['forum_name'] ?>" maxlength="30">
</td>
</tr>
<!-- forum description -->
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.forum_desc']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<input type="text" style="width: 250px" name="forum_desc" value="<?= $skin['forum_desc'] ?>" maxlength="30">
</td>
</tr>
<!-- forum disabled -->
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.forum_disabled']; ?>:&nbsp;&nbsp;</span><br>
<span class="fverysmall"><?= $skin['L.forum_disabled.D']; ?>&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<textarea style="width: 250px" name="forum_disabled"><?= $skin['forum_disabled']; ?></textarea>
</td>
</tr>
<!-- default skin -->
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.default_skin']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<select name="default_skin" style="width: 150px">
<option value="-1"><?= $skin['L2.default_skin']; ?></option>
<option value="-1"></option>
<?= $skin['OPTIONS.default_skin']; ?>
</select>
</td>
</tr>
<!-- tables width -->
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.tables_width']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<input type="text" maxlength="4" name="tables_width" value="<?= $skin['OPTION.tables_width']; ?>">
</td>
</tr>
<!-- default language -->
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.default_lang']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<select name="default_lang" style="width: 150px">
<option value="-1"><?= $skin['L2.default_lang']; ?></option>
<option value="-1"></option>
<?= $skin['OPTIONS.default_lang']; ?>
</select>
</td>
</tr>
<!-- enable send email -->
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.enable_send_email']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<input type="checkbox" name="enable_send_email" <?= $skin['OPTION.enable_send_email']; ?> value="1"><span class="fstandard"><b><?= $skin['L.allow']; ?></b></span>
</td>
</tr>
<!-- allow upload avatars -->
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.allow_upload_avatars']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<input type="checkbox" name="allow_upload_avatars" <?= $skin['OPTION.allow_upload_avatars']; ?> value="1"><span class="fstandard"><b><?= $skin['L.allow']; ?></b></span>
</td>
</tr>
<!-- avatar max x -->
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.max_av_x']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<input type="text" maxlength="4" name="max_av_x" value="<?= $skin['OPTION.max_av_x']; ?>">
</td>
</tr>
<!-- avatar max y -->
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.max_av_y']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<input type="text" maxlength="4" name="max_av_y" value="<?= $skin['OPTION.max_av_y']; ?>">
</td>
</tr>
<!-- avatar max filesize -->
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.max_av_filesize']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<input type="text" maxlength="4" name="max_av_filesize" value="<?= $skin['OPTION.max_av_filesize']; ?>">
</td>
</tr>
<!-- max signature length -->
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.sig_len']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<input type="text" maxlength="4" name="sig_len" value="<?= $skin['OPTION.sig_len']; ?>">
</td>
</tr>
<!-- time antiflood -->
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.time_antiflood']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<input type="text" maxlength="4" name="time_antiflood" value="<?= $skin['OPTION.time_antiflood']; ?>">
</td>
</tr>
<!-- time antiflood -->
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.newpasswd_len']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<input type="text" maxlength="1" name="newpasswd_len" value="<?= $skin['OPTION.newpasswd_len']; ?>">
</td>
</tr>
</table>
<span class="fverysmall">&nbsp;</span>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<!-- general preferences beam -->
<tr>
<td width="17" style="background-image: url('template/images/td_beam_left.gif')"></td>
<td class="beam" align="center" colspan="2" style="background-image: url('template/images/td_beam_top.gif')">
<?= $skin['L.positioning']; ?>
<td width="17" style="background-image: url('template/images/td_beam_right.gif')"></td>
</td>
</tr>
</table>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
<!-- meta_keywords -->
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.meta_keywords']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<input type="text" style="width: 250px" name="meta_keywords" value="<?= $skin['meta_keywords']; ?>">
</td>
</tr>
<!-- meta_description -->
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.meta_description']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<input type="text" style="width: 250px" name="meta_description" value="<?= $skin['meta_description']; ?>">
</td>
</tr>
</table>
<span class="fverysmall">&nbsp;</span>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<!-- general preferences beam -->
<tr>
<td width="17" style="background-image: url('template/images/td_beam_left.gif')"></td>
<td class="beam" align="center" colspan="2" style="background-image: url('template/images/td_beam_top.gif')">
<?= $skin['L.other']; ?>
<td width="17" style="background-image: url('template/images/td_beam_right.gif')"></td>
</td>
</tr>
</table>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
<!-- view time generation -->
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.time_generation']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<input type="checkbox" name="allow_time_generation" <?= $skin['OPTION.time_generation']; ?> value="1"><span class="fstandard"><b><?= $skin['L.allow']; ?></b></span>
</td>
</tr>
<!-- topics in forum -->
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.topics_in_forum']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<select name="limit_ftid" style="width: 150px">
<option value="-1"><?= $skin['L.select_value']; ?></option>
<option value="-1"></option>
<?= $skin['OPTIONS.limit_ftid']; ?>
</select>
</td>
</tr>
<!-- posts in topic -->
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.posts_in_topic']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<select name="limit_tpid" style="width: 150px">
<option value="-1"><?= $skin['L.select_value']; ?></option>
<option value="-1"></option>
<?= $skin['OPTIONS.limit_tpid']; ?>
</select>
</td>
</tr>
<!-- limit users -->
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.limit_users']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<select name="limit_users" style="width: 150px">
<option value="-1"><?= $skin['L.select_value']; ?></option>
<option value="-1"></option>
<?= $skin['OPTIONS.limit_users']; ?>
</select>
</td>
</tr>
</table>
<span class="fverysmall">&nbsp;</span>
<table class="maintable" style="border-width:0px" width="<?= TABLES_WIDTH; ?>">
<!-- general preferences beam -->
<tr>
<td width="17" style="background-image: url('template/images/td_beam_left.gif')"></td>
<td class="beam" align="center" colspan="2" style="background-image: url('template/images/td_beam_top.gif')">
<?= $skin['L.shoutbox']; ?>
<td width="17" style="background-image: url('template/images/td_beam_right.gif')"></td>
</td>
</tr>
</table>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
<!-- allow shoutbox-->
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.allow_shoutbox']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<input type="checkbox" name="allow_shoutbox" <?= $skin['OPTION.allow_shoutbox']; ?> value="1"><span class="fstandard"><b><?= $skin['L.allow']; ?></b></span>
</td>
</tr>
<!-- posts in topic -->
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.shoutbox_limit']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<input type="text" maxlength="4" name="shoutbox_limit" value="<?= $skin['OPTION.shoutbox_limit']; ?>">
</td>
</tr>
<!-- posts in topic -->
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.shoutbox_max_time']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<input type="text" maxlength="10" name="shoutbox_max_time" value="<?= $skin['OPTION.shoutbox_max_time']; ?>">
</td>
</tr>
</table>
<span class="fverysmall">&nbsp;</span>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<!-- admin mod beam -->
<tr>
<td width="17" style="background-image: url('template/images/td_beam_left.gif')"></td>
<td class="beam" align="center" colspan="2" style="background-image: url('template/images/td_beam_top.gif')">
<?= $skin['L.admin_mod']; ?>
<td width="17" style="background-image: url('template/images/td_beam_right.gif')"></td>
</td>
</tr>
</table>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
<!-- color mod -->
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.color_mod']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<input type="text" maxlength="8" name="color_mod" value="<?= $skin['OPTION.color_mod']; ?>">
</td>
</tr>
<!-- color admin -->
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.color_admin']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<input type="text" maxlength="8" name="color_admin" value="<?= $skin['OPTION.color_admin']; ?>">
</td>
</tr>
<!-- enable warnings in topic -->
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.warnings_in_topic']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<input type="checkbox" name="warnings_in_topic" <?= $skin['OPTION.warnings_in_topic']; ?> value="1"><span class="fstandard"><b><?= $skin['L.allow']; ?></b></span>
</td>
</tr>
<!-- allow IP for mods -->
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.allow_ip_for_mods']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<input type="checkbox" name="allow_ip_for_mods" <?= $skin['OPTION.allow_ip_for_mods']; ?> value="1"><span class="fstandard"><b><?= $skin['L.allow']; ?></b></span>
</td>
</tr>
<!-- enable confirms -->
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.enable_confirms']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<input type="checkbox" name="enable_confirms" <?= $skin['OPTION.enable_confirms']; ?> value="1"><span class="fstandard"><b><?= $skin['L.allow']; ?></b></span>
</td>
</tr>
<!-- enable censor list -->
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.enable_censorlist']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<input type="checkbox" name="enable_censorlist" <?= $skin['OPTION.enable_censorlist']; ?> value="1"><span class="fstandard"><b><?= $skin['L.allow']; ?></b></span>
</td>
</tr>
<!-- enable warnings -->
<tr>
<td class="fitem" align="right" width="50%" height="19">
<span class="fstandard"><?= $skin['L.enable_warnings']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="50%" height="19">
<input type="checkbox" name="enable_warnings" <?= $skin['OPTION.enable_warnings']; ?> value="1"><span class="fstandard"><b><?= $skin['L.allow']; ?></b></span>
</td>
</tr>
<!-- submit / reset pool -->
<tr>
<tr>
<td class="fitem" colspan="2" align="center" height="19">
<input type="submit" name="submit" value="<?= $skin['L.submit']; ?>" class="fbutton">
<input type="reset" name="reset" value="<?= $skin['L.reset']; ?>" class="fbutton">
</td>
</tr>
</form>
</table>

View File

@@ -0,0 +1,52 @@
<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.banlist']; ?></span>
</div>
<form action="<?= $skin['action']; ?>" method="POST">
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('template/images/td_beam_left.gif')"></td>
<td class="beam" style="background-image: url('template/images/td_beam_top.gif')">
<p align="center"><?= $skin['L.edit_ban']; ?></p>
</td>
<td width="17" style="background-image: url('template/images/td_beam_right.gif')"></td>
</tr>
</table>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
<!-- file url -->
<tr>
<td align="right" class="fitem">
<span class="fstandard"><b><?php echo $skin['L.file_name']; ?>:</b></span>
</td>
<td class="fitem">
<input type="hidden" name="MAX_FILE_SIZE" value="52000">
<input type="file" name="file">
</td>
<td class="fitem">
<span class="fsmall"><?= $skin['L.file.HELP']; ?></span>
</td>
</tr>
<!-- edit motive -->
<tr>
<td align="right" class="fitem">
<span class="fstandard"><b><?= $skin['L.motive']; ?>:</b></span>
</td>
<td class="fitem">
<input type="text" name="motive" style="width: 200px" value="<?= $_POST['motive']; ?>">
</td>
<td class="fitem">
&nbsp;
</td>
</tr>
<tr>
<td width="738" height="20" class="fitem" align="center" valign="top" colspan="3">
<input type="submit" class="fbutton" value="<?php echo $skin['L.save']; ?>" />&nbsp;
<input type="reset" class="fbutton" value="<?php echo $skin['L.reset']; ?>" />&nbsp;
</td>
</tr>
</table>
</form>

View File

@@ -0,0 +1,50 @@
<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.banlist']; ?></span>
</div>
<form action="<?= $skin['action']; ?>" method="POST">
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('template/images/td_beam_left.gif')"></td>
<td class="beam" style="background-image: url('template/images/td_beam_top.gif')">
<p align="center"><?= $skin['L.edit_ban']; ?></p>
</td>
<td width="17" style="background-image: url('template/images/td_beam_right.gif')"></td>
</tr>
</table>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
<!-- edit IP --->
<tr>
<td align="right" class="fitem">
<span class="fstandard"><b>IP:</b></span>
</td>
<td class="fitem">
<input type="text" name="ip" style="width: 200px" value="<?= $_POST['ip']; ?>">
</td>
<td class="fitem">
<span class="fsmall"><?= $skin['L.ip.HELP']; ?></span>
</td>
</tr>
<!-- edit motive -->
<tr>
<td align="right" class="fitem">
<span class="fstandard"><b><?= $skin['L.motive']; ?>:</b></span>
</td>
<td class="fitem">
<input type="text" name="motive" style="width: 200px" value="<?= $_POST['motive']; ?>">
</td>
<td class="fitem">
&nbsp;
</td>
</tr>
<tr>
<td width="738" height="20" class="fitem" align="center" valign="top" colspan="3">
<input type="submit" class="fbutton" value="<?php echo $skin['L.save']; ?>" />&nbsp;
<input type="reset" class="fbutton" value="<?php echo $skin['L.reset']; ?>" />&nbsp;
</td>
</tr>
</table>
</form>

View File

@@ -0,0 +1,50 @@
<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.banlist']; ?></span>
</div>
<form action="<?= $skin['action']; ?>" method="POST">
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('template/images/td_beam_left.gif')"></td>
<td class="beam" style="background-image: url('template/images/td_beam_top.gif')">
<p align="center"><?= $skin['L.edit_ban']; ?></p>
</td>
<td width="17" style="background-image: url('template/images/td_beam_right.gif')"></td>
</tr>
</table>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
<!-- edit user name -->
<tr>
<td align="right" class="fitem">
<span class="fstandard"><b><?php echo $skin['L.user_name']; ?>:</b></span>
</td>
<td class="fitem">
<input type="text" name="u_id" style="width: 200px" value="<?= $_POST['u_id']; ?>">
</td>
<td class="fitem">
<span class="fsmall"><?= $skin['L.user_name.HELP']; ?></span>
</td>
</tr>
<!-- edit motive -->
<tr>
<td align="right" class="fitem">
<span class="fstandard"><b><?= $skin['L.motive']; ?>:</b></span>
</td>
<td class="fitem">
<input type="text" name="motive" style="width: 200px" value="<?= $_POST['motive']; ?>">
</td>
<td class="fitem">
&nbsp;
</td>
</tr>
<tr>
<td width="738" height="20" class="fitem" align="center" valign="top" colspan="3">
<input type="submit" class="fbutton" value="<?php echo $skin['L.save']; ?>" />&nbsp;
<input type="reset" class="fbutton" value="<?php echo $skin['L.reset']; ?>" />&nbsp;
</td>
</tr>
</table>
</form>

View File

@@ -0,0 +1,62 @@
<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.banlist']; ?></span>
</div>
<form action="<?= $skin['action']; ?>" method="POST">
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('template/images/td_beam_left.gif')"></td>
<td class="beam" style="background-image: url('template/images/td_beam_top.gif')">
<p align="center"><?= $skin['L.edit_ban']; ?></p>
</td>
<td width="17" style="background-image: url('template/images/td_beam_right.gif')"></td>
</tr>
</table>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
<!-- edit IP --->
<tr>
<td align="right" class="fitem">
<span class="fstandard"><b>IP:</b></span>
</td>
<td class="fitem">
<input type="text" name="ip" style="width: 200px" value="<?= $_POST['ip']; ?>">
</td>
<td class="fitem">
<span class="fsmall"><?= $skin['L.ip.HELP']; ?></span>
</td>
</tr>
<!-- edit user name -->
<tr>
<td align="right" class="fitem">
<span class="fstandard"><b><?php echo $skin['L.user_name']; ?>:</b></span>
</td>
<td class="fitem">
<input type="text" name="u_id" style="width: 200px" value="<?= $_POST['u_id']; ?>">
</td>
<td class="fitem">
<span class="fsmall"><?= $skin['L.user_name.HELP']; ?></span>
</td>
</tr>
<!-- edit motive -->
<tr>
<td align="right" class="fitem">
<span class="fstandard"><b><?= $skin['L.motive']; ?>:</b></span>
</td>
<td class="fitem">
<input type="text" name="motive" style="width: 200px" value="<?= $_POST['motive']; ?>">
</td>
<td class="fitem">
&nbsp;
</td>
</tr>
<tr>
<td width="738" height="20" class="fitem" align="center" valign="top" colspan="3">
<input type="submit" class="fbutton" value="<?php echo $skin['L.save']; ?>" />&nbsp;
<input type="reset" class="fbutton" value="<?php echo $skin['L.reset']; ?>" />&nbsp;
</td>
</tr>
</table>
</form>

View File

@@ -0,0 +1,21 @@
<tr>
<td width="100" height="7" class="fitem" align="center">
<span class="fstandard"><?= $skin['user_name']; ?></span>
</td>
<td width="488" height="7" class="fitem" align="center">
<span class="fstandard"><?= $skin['motive'];?></span>
</td>
<td width="120" height="7" class="fitem" align="center">
<span class="fstandard"><?= $skin['ip'];?></span>
</td>
<td width="40" height="7" class="fitem" align="center">
<a href="banlist.php?mode=edit&id=<?= $skin['b_id']; ?>" class="fstandard">
<font color="brown"><?= $skin['L.edit'];?></font>
</a>
</td>
<td width="40" height="7" class="fitem" align="center">
<a href="banlist.php?mode=delete&id=<?= $skin['b_id']; ?>" class="fstandard">
<font color="brown"><b><?= $skin['L.delete'];?></b></font>
</a>
</td>
</tr>

View File

@@ -0,0 +1,25 @@
<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.banlist']; ?></span>
</div>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('template/images/td_beam_left.gif')"></td>
<td class="beam" style="background-image: url('template/images/td_beam_top.gif')">
<p align="center"><?= $skin['L.select_mode']; ?>?</p>
</td>
<td width="17" style="background-image: url('template/images/td_beam_right.gif')"></td>
</tr>
</table>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
<tr>
<td align="center" colspan="5" style="color: brown">
<a href="banlist.php?mode=add&amp;submode=user" class="fsmall"><b><font color="brown"><?= $skin['L.add_user']; ?></font></b></a>
&#8226;&nbsp;<a href="banlist.php?mode=add&amp;submode=ip" class="fsmall"><b><font color="brown"><?= $skin['L.add_ip']; ?></font></b></a>
&#8226;&nbsp;<a href="banlist.php?mode=add&amp;submode=all" class="fsmall"><b><font color="brown"><?= $skin['L.add_all']; ?></font></b></a>
&#8226;&nbsp;<a href="banlist.php?mode=add&amp;submode=file" class="fsmall"><b><font color="brown"><?= $skin['L.add_file']; ?></font></b></a>
&#8226;&nbsp;<a href="banlist.php?mode=clear" class="fsmall"><b><font color="brown"><?= $skin['L.clean_banlist']; ?></font></b></a>
</td>

1
admin/template/blank.tpl Normal file
View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1,29 @@
<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>
</div>
<?php include $msg; ?>
<form method="POST" action="<? echo $skin['action']; ?>" name="form_dsf">
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('template/images/td_beam_left.gif')"></td>
<td colspan="3" height="14" class="beam" style="background-image: url('template/images/td_beam_top.gif')"><?= $skin['L.main_beam']; ?></td>
<td width="17" style="background-image: url('template/images/td_beam_right.gif')"></td>
</tr>
</table>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
<tr>
<td align="right" class="fitem"><span class="fstandard"><b><?php echo $skin['L.cat_name']; ?>:</b></span></td>
<td class="fitem" >
<input type="text" name="cat_name" style="width: 410px" maxlength="30" value="<?= $_POST['cat_name']; ?>" size="20"></td>
<tr>
<td width="738" height="20" class="fitem" align="center" valign="top" colspan="2">
<input type="submit" class="fbutton" value="<?php echo $skin['L.save']; ?>" />&nbsp;
<input type="submit" class="fbutton" value="<?php echo $skin['L.reset']; ?>" />
</td>
</tr>
</table>
</form>

View File

@@ -0,0 +1,35 @@
<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.censorlist']; ?></span>
</div>
<form action="<?= $skin['action']; ?>" method="POST" enctype="multipart/form-data">
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('template/images/td_beam_left.gif')"></td>
<td class="beam" style="background-image: url('template/images/td_beam_top.gif')">
<p align="center"><?= $skin['L.main_beam']; ?>
</td>
<td width="17" style="background-image: url('template/images/td_beam_right.gif')"></td>
</tr>
</table>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
<tr>
<td align="right" class="fitem">
<span class="fstandard"><b><?php echo $skin['L.word_name']; ?>:</b></span>
</td>
<td class="fitem" >
<input type="text" name="word" style="width: 200px" value="<?= $_POST['word']; ?>">
</td>
</tr>
<tr>
<td width="738" height="20" class="fitem" align="center" valign="top" colspan="2">
<input type="submit" class="fbutton" value="<?php echo $skin['L.save']; ?>" />&nbsp;
<input type="reset" class="fbutton" value="<?php echo $skin['L.reset']; ?>" />&nbsp;
</td>
</tr>
</table>
</form>

View File

@@ -0,0 +1,30 @@
<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.censorlist']; ?></span>
</div>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('template/images/td_beam_left.gif')"></td>
<td class="beam" style="background-image: url('template/images/td_beam_top.gif')">
<p align="center"><?= $skin['L.what_do_you_want']; ?>?</p>
</td>
<td width="17" style="background-image: url('template/images/td_beam_right.gif')"></td>
</tr>
</table>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
<tr>
<td class="fitem" align="center"><a href="censorlist.php?mode=view" class="fsmall" style="font-weight: bold"><?= $skin['L.show_all_words']; ?></a></td>
</td>
<tr>
<td class="fitem" align="center"><a href="censorlist.php?mode=deleteall" class="fsmall" style="font-weight: bold"><?= $skin['L.delete_all_words']; ?></a></td>
</td>
<tr>
<td class="fitem" align="center"><a href="censorlist.php?mode=addfile" class="fsmall" style="font-weight: bold"><?= $skin['L.add_from_file']; ?></a></td>
</td>
<tr>
<td class="fitem" align="center"><a href="censorlist.php?mode=addword" class="fsmall" style="font-weight: bold"><?= $skin['L.add_word']; ?></a></td>
</td>
</table>

View File

@@ -0,0 +1,34 @@
<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.censorlist']; ?></span>
</div>
<form action="censorlist.php?mode=addfile" method="POST" enctype="multipart/form-data">
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('template/images/td_beam_left.gif')"></td>
<td class="beam" style="background-image: url('template/images/td_beam_top.gif')">
<p align="center"><?= $skin['L.main_beam']; ?>
</td>
<td width="17" style="background-image: url('template/images/td_beam_right.gif')"></td>
</tr>
</table>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
<tr>
<td align="right" class="fitem"><span class="fstandard"><b><?php echo $skin['L.file_name']; ?>:</b></span></td>
<td class="fitem" >
<input type="hidden" name="MAX_FILE_SIZE" value="52000">
<input type="file" name="file">
</td>
<td class="fitem">&nbsp;</td></tr>
<tr>
<td width="738" height="20" class="fitem" align="center" valign="top" colspan="3">
<input type="submit" class="fbutton" value="<?php echo $skin['L.save']; ?>" />&nbsp;
<input type="reset" class="fbutton" value="<?php echo $skin['L.reset']; ?>" />&nbsp;
</td>
</tr>
</table>
</form>

View File

@@ -0,0 +1,16 @@
<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.censorlist']; ?></span>
</div>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('template/images/td_beam_left.gif')"></td>
<td class="beam" style="background-image: url('template/images/td_beam_top.gif')">
<p align="center"><?= $skin['L.view_all_words']; ?>
</td>
<td width="17" style="background-image: url('template/images/td_beam_right.gif')"></td>
</tr>
</table>

View File

@@ -0,0 +1,17 @@
<table class="maintable" width="<?= TABLES_WIDTH; ?>">
<tr>
<td width="668" height="7" class="fitem">
<span class="fstandard"><?= $skin['L.word_name']; ?></span>
</td>
<td width="40" height="7" class="fitem" align="center">
<a href="censorlist.php?mode=edit&w=<?= $skin['w_id']; ?>" class="fstandard">
<font color="brown"><?= $skin['L.edit'];?></font>
</a>
</td>
<td width="40" height="7" class="fitem" align="center">
<a href="censorlist.php?mode=delete&&w=<?= $skin['w_id']; ?>" class="fstandard">
<font color="brown"><b><?= $skin['L.delete'];?></b></font>
</a>
</td>
</tr>
</table>

View File

@@ -0,0 +1,77 @@
<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['main_beam']; ?></span>
</div>
<? include $ERROR; ?>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('template/images/td_beam_left.gif')"></td>
<td height="14" colspan="2" class="beam" style="background-image: url('template/images/td_beam_top.gif')"><?= $skin['main_beam']; ?></td>
<td width="17" style="background-image: url('template/images/td_beam_right.gif')"></td>
</tr>
</table>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
<tr>
<td class="fitem" align="right" width="40%" height="19">
<span class="fstandard"><?= $skin['L.php_version']; ?> (<?= $skin['PHP.version']?>):&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="60%" height="19">
<span class="fstandard"><b><?= $skin['PHP.value'] ?></b></span>
</td>
</tr>
<tr>
<td class="fitem" align="right" width="40%" height="19">
<span class="fstandard"><?= $skin['L.mySQL_version']; ?> (<?= $skin['mySQL.version']?>):&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="60%" height="19">
<span class="fstandard"><b><?= $skin['mySQL.value'] ?></b></span>
</td>
</tr>
<tr>
<td class="fitem" align="right" width="40%" height="19">
<span class="fstandard"><?= $skin['L.db_size']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="60%" height="19">
<span class="fstandard"><b><?= $skin['db_size']; ?></b></span>
</td>
</tr>
<tr>
<td class="fitem" align="right" width="40%" height="19">
<span class="fstandard"><?= $skin['L.forum_size']; ?>:&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="60%" height="19">
<span class="fstandard"><b><?= $skin['forum_size']; ?></b></span>
</td>
</tr>
<tr>
<td class="fitem" align="right" width="40%" height="19">
<span class="fstandard"><?= $skin['L.cat_name']; ?> (<?= $skin['cat1.name']?>):&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="60%" height="19">
<span class="fstandard"><b><?= $skin['cat1.value'] ?></b></span>
</td>
</tr>
<tr>
<td class="fitem" align="right" width="40%" height="19">
<span class="fstandard"><?= $skin['L.cat_name']; ?> (<?= $skin['cat2.name']?>):&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="60%" height="19">
<span class="fstandard"><b><?= $skin['cat2.value'] ?></b></span>
</td>
<tr>
<td class="fitem" align="right" width="40%" height="19">
<span class="fstandard"><?= $skin['L.cat_name']; ?> (<?= $skin['cat3.name']?>):&nbsp;&nbsp;</span>
</td>
<td class="fitem" width="60%" height="19">
<span class="fstandard"><b><?= $skin['cat3.value'] ?></b></span>
</td>
</tr>
<tr>
<td class="fitem" align="left" width="100%" height="19" colspan="2">
<span class="fstandard"><b><?= $skin['successfully']; ?></b></span>
</td>
</tr>
</table>

View File

@@ -0,0 +1,24 @@
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<tr>
<td width="14" height="7" style="background-image: url('template/images/td_category_left.gif')" class="category"></td>
<td height="7" width="540" class="category" style="background-image: url('template/images/td_category.jpg')">
<a href="admin_forums.php?mode=edit&submode=cat&c=<?= $skin['c_id']; ?>" title="<?= $lng['edit_cat']; ?>">
<span class="fstandard" style="color: white"><? echo $skin['category']; ?></span></a>
</td>
<td width="48" height="7" class="category" style="background-image: url('template/images/td_category.jpg')">
<a href="javascript:confirm_action('<?= $skin['del_cat']; ?>','admin_forums.php?mode=delete&submode=cat&c=<?= $skin['c_id']; ?>') " class="fstandard">
<font color="white"><?= $skin['delete'];?></font>
</a>
</td>
<td class="category" style="background-image: url('template/images/td_category.jpg')">
<a href="admin_forums.php?mode=moveup&submode=cat&c=<?= $skin['c_id'] ?>" class="fstandard">
<font color="white"><?= $skin['move_up']; ?></font>
</a>
<span class="fstandard"><font color="white"> || </font></span>
<a href="admin_forums.php?mode=movedown&submode=cat&c=<?= $skin['c_id'] ?>" class="fstandard">
<font color="white"><?= $skin['move_down']; ?></font>
</a>
</td>
<td width="14" height="7" style="background-image: url('template/images/td_category_right.gif')" class="category"></td>
</tr>
</table>

View File

@@ -0,0 +1,22 @@
<table class="maintable" style="border-top: 0px; border-bottom: 1px" width="<?= TABLES_WIDTH; ?>">
<tr>
<td width="585" height="1" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
<a href="admin_forums.php?mode=edit&submode=forum&f=<?= $skin['forum_id']; ?>" class="sect" title="<?= $skin['edit_forum']; ?>"><?= $skin['forum_name']; ?></a><br>
<span class="desc"><? echo $skin['description']; ?></span>
</td>
<td width="48" height="1" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
<a href="javascript:confirm_action('<?= $skin['del_forum']; ?>','admin_forums.php?mode=delete&submode=forum&f=<?= $skin['forum_id']; ?>')" class="fstandard">
<font color="brown"><?= $skin['delete'];?></font>
</a>
</td>
<td width="109" height="1" class="fitem" align="center" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
<a href="admin_forums.php?mode=moveup&submode=forum&f=<?= $skin['forum_id'] ?>" class="fstandard">
<font color="brown"><?= $skin['move_up']; ?></font>
</a>
<span class="fstandard"><font color="brown"> || </font></span>
<a href="admin_forums.php?mode=movedown&submode=forum&f=<?= $skin['forum_id'] ?>" class="fstandard">
<font color="brown"><?= $skin['move_down']; ?></font>
</a>
</td>
</tr>
</table>

View File

@@ -0,0 +1,69 @@
<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>
</div>
<?php include $msg; ?>
<form method="POST" action="<? echo $skin['action']; ?>" name="form_dsf">
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('template/images/td_beam_left.gif')"></td>
<td colspan="3" height="14" class="beam" style="background-image: url('template/images/td_beam_top.gif')"><?= $skin['L.main_beam']; ?></td>
<td width="17" style="background-image: url('template/images/td_beam_right.gif')"></td>
</tr>
</table>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
<tr>
<td width="180" height="16" class="fitem" align="right" valign="top">
<span class="fstandard"><b><?= $skin['L.forum_name']; ?>:</b></span>
</td>
<td width="388" height="16" class="fitem" align="left" valign="top">
<input type="text" style="width: 345px" name="forum_name" value="<?= $_POST['forum_name']; ?>" maxlength="30">
</td>
</tr>
<tr>
<td width="180" class="fitem" align="right" valign="top">
<span class="fstandard"><b><?php echo $skin['L.forum_desc']; ?>:</b></span></td>
<td width="388" class="fitem" align="left" valign="top">
<textarea name="forum_desc" style="width: 345px" rows="3" cols="40" maxlength="100"><?= $_POST['forum_desc']; ?></textarea><br>
</td>
</tr>
<tr>
<td width="180" height="16" class="fitem" align="right" valign="top">
<span class="fstandard"><b><?= $skin['L.change_cat']; ?>:</b></span>
</td>
<td width="388" height="16" class="fitem" align="left" valign="top">
<select name="forum_cat">
<?= $skin['OPTIONS.forum_cat']; ?>
</select>
</td>
</tr>
<tr>
<td width="180" height="16" class="fitem" align="right" valign="top">
<span class="fstandard"><b><?= $skin['L.forum_locked']; ?>:</b></span>
</td>
<td width="388" height="16" class="fitem" align="left" valign="top">
<input type="checkbox" name="forum_locked" <?= $skin['OPTION.forum_locked']; ?> >
<span class="fstandard"><b><?= $skin['on']; ?></b></span>
</td>
</tr>
<tr>
<td width="180" height="16" class="fitem" align="right" valign="top">
<span class="fstandard"><b><?= $skin['L.allow_moderate']; ?>:</b></span>
</td>
<td width="388" height="16" class="fitem" align="left" valign="top">
<input type="checkbox" name="allow_moderate" <?= $skin['OPTION.allow_moderate']; ?>>
<span class="fstandard"><b><?= $skin['on']; ?></b></span>
</td>
</tr>
<tr>
<td colspan="2" class="fitem" align="center">
<input type="hidden" name="last_cid" value="<?= $_POST['last_cid']; ?>">
<input type="submit" class="fbutton" value="<?php echo $skin['L.save']; ?>" />&nbsp;
<input type="reset" class="fbutton" value="<?php echo $skin['L.reset']; ?>" />
</td>
</tr>
</table>
</form>

View File

@@ -0,0 +1,30 @@
<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&amp;submode=forum" method="POST">
<input type="text" name="forum_name" maxlength="25" value="<?= $skin['here_write_name_forum']; ?>">&nbsp;
<input type="submit" class="fbutton" value="<?= $skin['new_forum_submit']; ?>">
</form>
</div>

View File

@@ -0,0 +1,5 @@
<div align="left" style="width: <?= TABLES_WIDTH; ?>">
<form action="admin_forums.php?mode=new&submode=cat" method="POST">
<input type="text" name="cat_name" maxlength="25" value="<?= $skin['here_write_name_cat']; ?>">&nbsp;
<input type="submit" class="fbutton" value="<?= $skin['new_cat_submit']; ?>">
</form>

View File

@@ -0,0 +1,21 @@
<tr>
<td width="680" class="fitem">
<a href="admin_groups.php?mode=edit&amp;id=<?= $skin['g_id']; ?>"><span class="fstandard"><b><?= $skin['name']; ?></b></span></a><br>
<span class="fsmall"><?= $skin['desc']; ?></span>
</td>
<td width="48" class="fitem">
<a href="javascript:confirm_action('<?= $skin['c_delete']; ?>','admin_groups.php?mode=delete&id=<?= $skin['g_id']; ?>')" class="fstandard">
<font color="brown"><?= $skin['delete'];?></font>
</a>
</td>
<td width="120" class="fitem">
<a href="admin_groups.php?mode=moveup&amp;id=<?= $skin['g_id'] ?>" class="fstandard">
<font color="brown"><?= $skin['move_up']; ?></font>
</a>
<span class="fstandard"><font color="brown"> || </font></span>
<a href="admin_groups.php?mode=movedown&amp;id=<?= $skin['g_id'] ?>" class="fstandard">
<font color="brown"><?= $skin['move_down']; ?></font>
</a>
</td>
</tr>

View File

@@ -0,0 +1,48 @@
<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>
</div>
<?php include $msg; ?>
<form method="POST" action="<? echo $skin['action']; ?>" name="form_dsf">
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
<tr>
<td width="17" style="background-image: url('template/images/td_beam_left.gif')"></td>
<td class="beam" style="background-image: url('template/images/td_beam_top.gif')">
<?= $skin['L.main_beam']; ?>
</td>
<td width="17" style="background-image: url('template/images/td_beam_right.gif')"></td>
</tr>
</table>
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
<tr>
<td width="180" height="16" class="fitem" align="right" valign="top">
<span class="fstandard"><b><?= $skin['L.group_name']; ?>:</b></span>
</td>
<td width="388" height="16" class="fitem" align="left" valign="top">
<input type="text" style="width: 345px" name="group_name" value="<?= $_POST['group_name']; ?>">
</td>
</tr>
<tr>
<td width="180" class="fitem" align="right" valign="top">
<span class="fstandard"><b><?php echo $skin['L.group_desc']; ?>:</b></span></td>
<td width="388" class="fitem" align="left" valign="top">
<textarea name="group_desc" rows="3" cols="40" style="width: 345px"><?= $_POST['group_desc']; ?></textarea><br>
</td>
</tr>
<tr>
<td align="right" class="fitem"><span class="fstandard"><b><?php echo $skin['L.group_mod']; ?>:</b></span></td>
<td class="fitem" >
<input type="text" name="group_mod" style="width: 345px" maxlength="30" value="<?= $_POST['group_mod']; ?>" size="20">
</td>
</tr>
<tr>
<td colspan="2" class="fitem" align="center">
<input type="submit" class="fbutton" value="<?php echo $skin['L.save']; ?>" />&nbsp;
<input type="submit" class="fbutton" value="<?php echo $skin['L.reset']; ?>" />
</td>
</tr>
</table>
</form>

View File

@@ -0,0 +1,21 @@
<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; ?>">

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 911 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 634 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled</title>
<meta http-equiv="refresh" content="0; url=../../../index.php" />
</head>
<body>
<p>
</p>
</body>
</html>

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled</title>
<meta http-equiv="refresh" content="0; url=../../../index.php" />
</head>
<body>
<p>
</p>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 900 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 881 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 910 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 648 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 648 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 697 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 985 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 664 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 407 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 890 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 899 B

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 894 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 381 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 908 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 930 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 930 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 B

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled</title>
<meta http-equiv="refresh" content="0; url=../../../index.php" />
</head>
<body>
<p>
</p>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 852 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 625 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 618 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 B

Some files were not shown because too many files have changed in this diff Show More