Added files - test
git-svn-id: https://svn.pioder.pl/uf-svn/uF@11 72ec579a-5ced-4fa4-82f3-afba5d98df2f
382
admin/template/admin_script.tpl
Normal 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']; ?>: </span><br>
|
||||
<span class="fverysmall"><?= $skin['L.forum_path.D']; ?> </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']; ?>: </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']; ?>: </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']; ?>: </span><br>
|
||||
<span class="fverysmall"><?= $skin['L.forum_disabled.D']; ?> </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']; ?>: </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']; ?>: </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']; ?>: </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']; ?>: </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']; ?>: </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']; ?>: </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']; ?>: </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']; ?>: </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']; ?>: </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']; ?>: </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']; ?>: </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"> </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']; ?>: </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']; ?>: </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"> </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']; ?>: </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']; ?>: </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']; ?>: </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']; ?>: </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"> </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']; ?>: </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']; ?>: </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']; ?>: </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"> </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']; ?>: </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']; ?>: </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']; ?>: </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']; ?>: </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']; ?>: </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']; ?>: </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']; ?>: </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>
|
||||
52
admin/template/banlist_add_file_body.tpl
Normal 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">
|
||||
|
||||
</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']; ?>" />
|
||||
<input type="reset" class="fbutton" value="<?php echo $skin['L.reset']; ?>" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
50
admin/template/banlist_add_ip_body.tpl
Normal 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">
|
||||
|
||||
</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']; ?>" />
|
||||
<input type="reset" class="fbutton" value="<?php echo $skin['L.reset']; ?>" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
50
admin/template/banlist_add_user_body.tpl
Normal 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">
|
||||
|
||||
</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']; ?>" />
|
||||
<input type="reset" class="fbutton" value="<?php echo $skin['L.reset']; ?>" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
62
admin/template/banlist_edit_body.tpl
Normal 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">
|
||||
|
||||
</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']; ?>" />
|
||||
<input type="reset" class="fbutton" value="<?php echo $skin['L.reset']; ?>" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
21
admin/template/banlist_item_add.tpl
Normal 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>
|
||||
25
admin/template/banlist_view_body.tpl
Normal 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&submode=user" class="fsmall"><b><font color="brown"><?= $skin['L.add_user']; ?></font></b></a>
|
||||
• <a href="banlist.php?mode=add&submode=ip" class="fsmall"><b><font color="brown"><?= $skin['L.add_ip']; ?></font></b></a>
|
||||
• <a href="banlist.php?mode=add&submode=all" class="fsmall"><b><font color="brown"><?= $skin['L.add_all']; ?></font></b></a>
|
||||
• <a href="banlist.php?mode=add&submode=file" class="fsmall"><b><font color="brown"><?= $skin['L.add_file']; ?></font></b></a>
|
||||
• <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
@@ -0,0 +1 @@
|
||||
|
||||
29
admin/template/cat_new_edit_body.tpl
Normal 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']; ?>" />
|
||||
<input type="submit" class="fbutton" value="<?php echo $skin['L.reset']; ?>" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
35
admin/template/censorlist_add_edit_body.tpl
Normal 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']; ?>" />
|
||||
<input type="reset" class="fbutton" value="<?php echo $skin['L.reset']; ?>" />
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
30
admin/template/censorlist_main_body.tpl
Normal 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>
|
||||
34
admin/template/censorlist_upload_body.tpl
Normal 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"> </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']; ?>" />
|
||||
<input type="reset" class="fbutton" value="<?php echo $skin['L.reset']; ?>" />
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
16
admin/template/censorlist_view_body.tpl
Normal 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>
|
||||
17
admin/template/censorlist_word_add.tpl
Normal 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>
|
||||
77
admin/template/check_script.tpl
Normal 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']?>): </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']?>): </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']; ?>: </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']; ?>: </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']?>): </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']?>): </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']?>): </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>
|
||||
24
admin/template/forum_category_add.tpl
Normal 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>
|
||||
22
admin/template/forum_forum_add.tpl
Normal 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>
|
||||
69
admin/template/forum_new_edit_body.tpl
Normal 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']; ?>" />
|
||||
<input type="reset" class="fbutton" value="<?php echo $skin['L.reset']; ?>" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
30
admin/template/forums_beam_body.tpl
Normal 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&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>
|
||||
5
admin/template/forums_view_end_body.tpl
Normal 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']; ?>">
|
||||
<input type="submit" class="fbutton" value="<?= $skin['new_cat_submit']; ?>">
|
||||
</form>
|
||||
21
admin/template/group_add_body.tpl
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
<tr>
|
||||
<td width="680" class="fitem">
|
||||
<a href="admin_groups.php?mode=edit&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&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&id=<?= $skin['g_id'] ?>" class="fstandard">
|
||||
<font color="brown"><?= $skin['move_down']; ?></font>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
48
admin/template/group_new_edit_body.tpl
Normal 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']; ?>" />
|
||||
<input type="submit" class="fbutton" value="<?php echo $skin['L.reset']; ?>" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
21
admin/template/groups_beam_body.tpl
Normal 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; ?>">
|
||||
BIN
admin/template/images/Thumbs.db
Normal file
BIN
admin/template/images/body_bg.gif
Normal file
|
After Width: | Height: | Size: 45 B |
BIN
admin/template/images/delete.gif
Normal file
|
After Width: | Height: | Size: 911 B |
BIN
admin/template/images/delete_small.gif
Normal file
|
After Width: | Height: | Size: 634 B |
BIN
admin/template/images/delete_small_active.gif
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
admin/template/images/dsf_logo.gif
Normal file
|
After Width: | Height: | Size: 9.4 KiB |
BIN
admin/template/images/email.gif
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
admin/template/images/email_active.gif
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
admin/template/images/favicon.ico
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
admin/template/images/folder_new_posts.gif
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
admin/template/images/folder_no_new_posts.gif
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
admin/template/images/gg.gif
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
admin/template/images/gg_active.gif
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
admin/template/images/gg_small.gif
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
admin/template/images/gg_small_active.gif
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
15
admin/template/images/index.html
Normal 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>
|
||||
BIN
admin/template/images/lng_Polish/Thumbs.db
Normal file
BIN
admin/template/images/lng_Polish/edit_small.gif
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
admin/template/images/lng_Polish/edit_small_active.gif
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
admin/template/images/lng_Polish/inbox.gif
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
admin/template/images/lng_Polish/inbox_active.gif
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
15
admin/template/images/lng_Polish/index.html
Normal 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>
|
||||
BIN
admin/template/images/lng_Polish/lock.gif
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
admin/template/images/lng_Polish/newmsg.gif
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
admin/template/images/lng_Polish/newmsg_active.gif
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
admin/template/images/lng_Polish/pm.gif
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
admin/template/images/lng_Polish/pm_active.gif
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
admin/template/images/lng_Polish/pm_small.gif
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
admin/template/images/lng_Polish/pm_small_active.gif
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
admin/template/images/lng_Polish/quote_small.gif
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
admin/template/images/lng_Polish/quote_small_active.gif
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
admin/template/images/lng_Polish/reply.gif
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
admin/template/images/lng_Polish/reply_active.gif
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
admin/template/images/lng_Polish/sentbox.gif
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
admin/template/images/lng_Polish/sentbox_active.gif
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
admin/template/images/lng_Polish/topic.gif
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
admin/template/images/lng_Polish/topic_active.gif
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
admin/template/images/lock.gif
Normal file
|
After Width: | Height: | Size: 900 B |
BIN
admin/template/images/move.gif
Normal file
|
After Width: | Height: | Size: 881 B |
BIN
admin/template/images/stick.gif
Normal file
|
After Width: | Height: | Size: 910 B |
BIN
admin/template/images/td_beam.jpg
Normal file
|
After Width: | Height: | Size: 333 B |
BIN
admin/template/images/td_beam_left.gif
Normal file
|
After Width: | Height: | Size: 648 B |
BIN
admin/template/images/td_beam_right.gif
Normal file
|
After Width: | Height: | Size: 648 B |
BIN
admin/template/images/td_beam_top.gif
Normal file
|
After Width: | Height: | Size: 139 B |
BIN
admin/template/images/td_category.jpg
Normal file
|
After Width: | Height: | Size: 697 B |
BIN
admin/template/images/td_category_left.gif
Normal file
|
After Width: | Height: | Size: 985 B |
BIN
admin/template/images/td_category_right.gif
Normal file
|
After Width: | Height: | Size: 664 B |
BIN
admin/template/images/td_editor.jpg
Normal file
|
After Width: | Height: | Size: 407 B |
BIN
admin/template/images/unlock.gif
Normal file
|
After Width: | Height: | Size: 890 B |
BIN
admin/template/images/unstick.gif
Normal file
|
After Width: | Height: | Size: 899 B |
BIN
admin/template/images/wyzz/Thumbs.db
Normal file
BIN
admin/template/images/wyzz/backcolor.gif
Normal file
|
After Width: | Height: | Size: 894 B |
BIN
admin/template/images/wyzz/bold.gif
Normal file
|
After Width: | Height: | Size: 76 B |
BIN
admin/template/images/wyzz/close.gif
Normal file
|
After Width: | Height: | Size: 56 B |
BIN
admin/template/images/wyzz/copy.gif
Normal file
|
After Width: | Height: | Size: 381 B |
BIN
admin/template/images/wyzz/cut.gif
Normal file
|
After Width: | Height: | Size: 353 B |
BIN
admin/template/images/wyzz/downsize.gif
Normal file
|
After Width: | Height: | Size: 88 B |
BIN
admin/template/images/wyzz/font.gif
Normal file
|
After Width: | Height: | Size: 908 B |
BIN
admin/template/images/wyzz/forecolor.gif
Normal file
|
After Width: | Height: | Size: 174 B |
BIN
admin/template/images/wyzz/headers.gif
Normal file
|
After Width: | Height: | Size: 930 B |
BIN
admin/template/images/wyzz/help.gif
Normal file
|
After Width: | Height: | Size: 930 B |
BIN
admin/template/images/wyzz/htmlmode.gif
Normal file
|
After Width: | Height: | Size: 79 B |
BIN
admin/template/images/wyzz/indent.gif
Normal file
|
After Width: | Height: | Size: 90 B |
15
admin/template/images/wyzz/index.html
Normal 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>
|
||||
BIN
admin/template/images/wyzz/inserthorizontalrule.gif
Normal file
|
After Width: | Height: | Size: 852 B |
BIN
admin/template/images/wyzz/insertimage.gif
Normal file
|
After Width: | Height: | Size: 625 B |
BIN
admin/template/images/wyzz/insertorderedlist.gif
Normal file
|
After Width: | Height: | Size: 84 B |
BIN
admin/template/images/wyzz/insertunorderedlist.gif
Normal file
|
After Width: | Height: | Size: 83 B |
BIN
admin/template/images/wyzz/italic.gif
Normal file
|
After Width: | Height: | Size: 79 B |
BIN
admin/template/images/wyzz/justifycenter.gif
Normal file
|
After Width: | Height: | Size: 79 B |
BIN
admin/template/images/wyzz/justifyfull.gif
Normal file
|
After Width: | Height: | Size: 120 B |
BIN
admin/template/images/wyzz/justifyleft.gif
Normal file
|
After Width: | Height: | Size: 80 B |
BIN
admin/template/images/wyzz/justifyright.gif
Normal file
|
After Width: | Height: | Size: 79 B |
BIN
admin/template/images/wyzz/link.gif
Normal file
|
After Width: | Height: | Size: 342 B |
BIN
admin/template/images/wyzz/outdent.gif
Normal file
|
After Width: | Height: | Size: 90 B |
BIN
admin/template/images/wyzz/paste.gif
Normal file
|
After Width: | Height: | Size: 618 B |
BIN
admin/template/images/wyzz/redo.gif
Normal file
|
After Width: | Height: | Size: 339 B |