|
</table>
|
|
<span class="fverysmall"> </span>
|
|
<form action="index.php?page=step8" method="POST">
|
|
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
|
|
<!-- general preferences beam -->
|
|
<tr>
|
|
<td width="17" style="background-image: url('../skins/subPurple/images/td_beam_left.gif')" class="beam"></td>
|
|
<td class="beam" align="center" colspan="2" style="background-image: url('../skins/subPurple/images/td_beam_top.gif')">
|
|
<?= $skin['L.general_preferences']; ?>
|
|
<td width="17" style="background-image: url('../skins/subPurple/images/td_beam_right.gif')" class="beam"></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 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>
|
|
</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('../skins/subPurple/images/td_beam_left.gif')" class="beam"></td>
|
|
<td class="beam" align="center" colspan="2" style="background-image: url('../skins/subPurple/images/td_beam_top.gif')">
|
|
<?= $skin['L.positioning']; ?>
|
|
<td width="17" style="background-image: url('../skins/subPurple/images/td_beam_right.gif')" class="beam"></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('../skins/subPurple/images/td_beam_left.gif')" class="beam"></td>
|
|
<td class="beam" align="center" colspan="2" style="background-image: url('../skins/subPurple/images/td_beam_top.gif')">
|
|
<?= $skin['L.other']; ?>
|
|
<td width="17" style="background-image: url('../skins/subPurple/images/td_beam_right.gif')" class="beam"></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('../skins/subPurple/images/td_beam_left.gif')" class="beam"></td>
|
|
<td class="beam" align="center" colspan="2" style="background-image: url('../skins/subPurple/images/td_beam_top.gif')">
|
|
<?= $skin['L.shoutbox']; ?>
|
|
<td width="17" style="background-image: url('../skins/subPurple/images/td_beam_right.gif')" class="beam"></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('../skins/subPurple/images/td_beam_left.gif')" class="beam"></td>
|
|
<td class="beam" align="center" colspan="2" style="background-image: url('../skins/subPurple/images/td_beam_top.gif')">
|
|
<?= $skin['L.admin_mod']; ?>
|
|
<td width="17" style="background-image: url('../skins/subPurple/images/td_beam_right.gif')" class="beam"></td>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
|
|
<!-- 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>
|
|
</table>
|
|
<!-- submit / reset pool -->
|
|
<input type="submit" name="submit" value="<?= $skin['L.submit']; ?>" class="fbutton">
|
|
<input type="reset" name="reset" value="<?= $skin['L.reset']; ?>" class="fbutton">
|
|
</form>
|
|
|