Removing from CVS to remove any chance of people using it 'accidently' while incomplete ... may recommit when it's updated
git-svn-id: file:///svn/phpbb/trunk@2289 89ea8834-ac86-4346-8a33-228a782c2dd0
@ -1,98 +0,0 @@
|
||||
<?php
|
||||
|
||||
//
|
||||
// Do not alter this line!
|
||||
//
|
||||
define(TEMPLATE_CONFIG, TRUE);
|
||||
|
||||
//
|
||||
// Configuration file for Euclid template
|
||||
//
|
||||
// This contains (at present) an array, images which
|
||||
// points to the location of individiual images used
|
||||
// by the template
|
||||
//
|
||||
$images['icon_quote'] = "templates/Euclid/images/icon_quote.gif";
|
||||
$images['icon_edit'] = "templates/Euclid/images/icon_edit.gif";
|
||||
$images['icon_search'] = "templates/Euclid/images/icon_search.gif";
|
||||
$images['icon_profile'] = "templates/Euclid/images/icon_profile.gif";
|
||||
$images['icon_pm'] = "templates/Euclid/images/icon_pm.gif";
|
||||
$images['icon_email'] = "templates/Euclid/images/icon_email.gif";
|
||||
$images['icon_delpost'] = "templates/Euclid/images/icon_delete.gif";
|
||||
$images['icon_ip'] = "templates/Euclid/images/icon_ip.gif";
|
||||
$images['icon_www'] = "templates/Euclid/images/icon_www.gif";
|
||||
$images['icon_icq'] = "templates/Euclid/images/icon_icq_add.gif";
|
||||
$images['icon_aim'] = "templates/Euclid/images/icon_aim.gif";
|
||||
$images['icon_yim'] = "templates/Euclid/images/icon_yim.gif";
|
||||
$images['icon_msnm'] = "templates/Euclid/images/icon_msnm.gif";
|
||||
$images['icon_gotopost'] = "templates/Euclid/images/icon_minipost.gif";
|
||||
$images['icon_minipost'] = "templates/Euclid/images/topic.gif";
|
||||
$images['icon_minipost_new'] = "templates/Euclid/images/topic-new.gif";
|
||||
$images['icon_latest_reply'] = "templates/Euclid/images/icon_latest_reply.gif";
|
||||
$images['icon_newest_reply'] = "templates/Euclid/images/icon_newest_reply.gif";
|
||||
|
||||
$images['forum'] = "templates/Euclid/images/topic.gif";
|
||||
$images['forum_new'] = "templates/Euclid/images/topic-new.gif";
|
||||
$images['forum_locked'] = "templates/Euclid/images/topic-lock.gif";
|
||||
|
||||
$images['folder'] = "templates/Euclid/images/topic.gif";
|
||||
$images['folder_new'] = "templates/Euclid/images/topic-new.gif";
|
||||
$images['folder_hot'] = "templates/Euclid/images/topic-hot.gif";
|
||||
$images['folder_hot_new'] = "templates/Euclid/images/topic-hot-new.gif";
|
||||
$images['folder_locked'] = "templates/Euclid/images/topic-lock.gif";
|
||||
$images['folder_locked_new'] = "templates/Euclid/images/topic-lock-new.gif";
|
||||
$images['folder_sticky'] = "templates/Euclid/images/topic-sticky.gif";
|
||||
$images['folder_sticky_new'] = "templates/Euclid/images/topic-sticky-new.gif";
|
||||
$images['folder_announce'] = "templates/Euclid/images/topic-announce.gif";
|
||||
$images['folder_announce_new'] = "templates/Euclid/images/topic-announce-new.gif";
|
||||
|
||||
$images['post_new'] = "templates/Euclid/images/post-new.gif";
|
||||
$images['post_locked'] = "templates/Euclid/images/post-locked.gif";
|
||||
$images['reply_new'] = "templates/Euclid/images/post-reply.gif";
|
||||
$images['reply_locked'] = "templates/Euclid/images/post-locked.gif";
|
||||
|
||||
$images['pm_inbox'] = "templates/Euclid/images/msg_inbox.gif";
|
||||
$images['pm_outbox'] = "templates/Euclid/images/msg_outbox.gif";
|
||||
$images['pm_savebox'] = "templates/Euclid/images/msg_savebox.gif";
|
||||
$images['pm_sentbox'] = "templates/Euclid/images/msg_sentbox.gif";
|
||||
$images['pm_readmsg'] = "templates/Euclid/images/topic.gif";
|
||||
$images['pm_unreadmsg'] = "templates/Euclid/images/topic-new.gif";
|
||||
$images['pm_postmsg'] = "templates/Euclid/images/post-new.gif";
|
||||
$images['pm_replymsg'] = "templates/Euclid/images/post-reply.gif";
|
||||
$images['pm_editmsg'] = "templates/Euclid/images/post-edit.gif";
|
||||
$images['pm_quotemsg'] = "templates/Euclid/images/post-quote.gif";
|
||||
|
||||
$images['topic_watch'] = "";
|
||||
$images['topic_un_watch'] = "";
|
||||
$images['topic_mod_lock'] = "";
|
||||
$images['topic_mod_unlock'] = "";
|
||||
$images['topic_mod_split'] = "";
|
||||
$images['topic_mod_move'] = "";
|
||||
$images['topic_mod_delete'] = "";
|
||||
|
||||
$images['voting_graphic'][0] = "templates/Euclid/images/voting/bar_1.gif";
|
||||
$images['voting_graphic'][1] = "templates/Euclid/images/voting/bar_2.gif";
|
||||
$images['voting_graphic'][2] = "templates/Euclid/images/voting/bar_3.gif";
|
||||
$images['voting_graphic'][3] = "templates/Euclid/images/voting/bar_4.gif";
|
||||
$images['voting_graphic'][4] = "templates/Euclid/images/voting/bar_5.gif";
|
||||
|
||||
$images['auth_can_read'] = "";
|
||||
$images['auth_cannot_read'] = "";
|
||||
$images['auth_can_post'] = "";
|
||||
$images['auth_cannot_post'] = "";
|
||||
$images['auth_can_reply'] = "";
|
||||
$images['auth_cannot_reply'] = "";
|
||||
$images['auth_can_edit'] = "";
|
||||
$images['auth_cannot_edit'] = "";
|
||||
$images['auth_can_delete'] = "";
|
||||
$images['auth_cannot_delete'] = "";
|
||||
$images['auth_mod'] = "";
|
||||
|
||||
//
|
||||
// Vote graphic length defines the maximum length of a vote result
|
||||
// graphic, ie. 100% = this length
|
||||
//
|
||||
$board_config['vote_graphic_length'] = 300;
|
||||
$board_config['privmsg_graphic_length'] = 200;
|
||||
|
||||
?>
|
@ -1,170 +0,0 @@
|
||||
<br clear="all" />
|
||||
|
||||
<h1>{L_CONFIGURATION_TITLE}</h1>
|
||||
|
||||
<p>{L_CONFIGURATION_EXPLAIN}</p>
|
||||
|
||||
<form action="{S_CONFIG_ACTION}" method="POST"><table width="99%" cellpadding="4" cellspacing="1" border="0" align="center">
|
||||
<tr>
|
||||
<td class="cat" colspan="2"><span class="cattitle">{L_GENERAL_SETTINGS}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_SITE_NAME}:</span></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="sitename" value="{SITENAME}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_ACCT_ACTIVATION}:</span></td>
|
||||
<td class="row2"><input type="radio" name="require_activation" value="{ACTIVATION_NONE}" {ACTIVATION_NONE_CHECKED}>{L_NO}ne <input type="radio" name="require_activation" value="{ACTIVATION_USER}" {ACTIVATION_USER_CHECKED}>User <input type="radio" name="require_activation" value="{ACTIVATION_ADMIN}" {ACTIVATION_ADMIN_CHECKED}>Admin</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Flood Interval:</span><br /><span class="gensmall">Number of seconds a user must wait between posts</span></td>
|
||||
<td class="row2"><input type="text" size="3" maxlength="4" name="flood_interval" value="{FLOOD_INTERVAL}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Topics Per Page:</span></td>
|
||||
<td class="row2"><input type="text" name="topics_per_page" size="3" maxlength="4" value="{TOPICS_PER_PAGE}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Posts Per Page:</span></td>
|
||||
<td class="row2"><input type="text" name="posts_per_page" size="3" maxlength="4" value="{POSTS_PER_PAGE}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Hot Threshold:</span></td>
|
||||
<td class="row2"><input type="text" name="hot_threshold" size="3" maxlength="4" value="{HOT_TOPIC}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Default Style:</span></td>
|
||||
<td class="row2">{STYLE_SELECT}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Override user style:</span><br /><span class="gensmall">Replaces users style with the default</span></td>
|
||||
<td class="row2"><input type="radio" name="override_user_style" value="1" {OVERRIDE_STYLE_YES}> {L_YES} <input type="radio" name="override_user_style" value="0" {OVERRIDE_STYLE_NO}> {L_NO}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Default Language:</span></td>
|
||||
<td class="row2">{LANG_SELECT}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Date Format:</span><br /><span class="gensmall">{L_DATE_FORMAT_EXPLAIN}</span></td>
|
||||
<td class="row2"><input type="text" maxlength="16" name="default_dateformat" value="{DEFAULT_DATEFORMAT}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">System Timezone:</span></td>
|
||||
<td class="row2">{TIMEZONE_SELECT}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Enable GZip Compression:</span></td>
|
||||
<td class="row2"><input type="radio" name="gzip_compress" value="1" {GZIP_YES}> {L_YES} <input type="radio" name="gzip_compress" value="0" {GZIP_NO}> {L_NO}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Enable Forum Pruning:</span></td>
|
||||
<td class="row2"><input type="radio" name="prune_enable" value="1" {PRUNE_YES}> {L_YES} <input type="radio" name="prune_enable" value="0" {PRUNE_NO}> {L_NO}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2"><span class="cattitle">User/Forum Ability Settings</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Allow HTML:</span></td>
|
||||
<td class="row2"><input type="radio" name="allow_html" value="1" {HTML_YES}> {L_YES} <input type="radio" name="allow_html" value="0" {HTML_NO}> {L_NO}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Allow BBCode:</span></td>
|
||||
<td class="row2"><input type="radio" name="allow_bbcode" value="1" {BBCODE_YES}> {L_YES} <input type="radio" name="allow_bbcode" value="0" {BBCODE_NO}> {L_NO}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Allow Smilies:</span></td>
|
||||
<td class="row2"><input type="radio" name="allow_smilies" value="1" {SMILE_YES}> {L_YES} <input type="radio" name="allow_smilies" value="0" {SMILE_NO}> {L_NO}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Smilies Storage Path:</span><br /><span class="gensmall">Path under your phpBB root dir, e.g. images/smilies</span></td>
|
||||
<td class="row2"><input type="text" size="20" maxlength="255" name="smilies_path" value="{SMILIES_PATH}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Allow Signatures:</span></td>
|
||||
<td class="row2"><input type="radio" name="allow_sig" value="1" {SIG_YES}> {L_YES} <input type="radio" name="allow_sig" value="0" {SIG_NO}> {L_NO}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Maximum signature length:</span><br /><span class="gensmall">Number of characters allowed</span></td>
|
||||
<td class="row2"><input type="text" size="5" maxlength="4" name="max_sig_chars" value="{SIG_SIZE}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Allow Name Change:</span></td>
|
||||
<td class="row2"><input type="radio" name="allow_namechange" value="1" {NAMECHANGE_YES}> {L_YES} <input type="radio" name="allow_namechange" value="0" {NAMECHANGE_NO}> {L_NO}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Inbox limit:</span></td>
|
||||
<td class="row2"><input type="text" size="5" maxlength="5" name="max_inbox_privmsgs" value="{INBOX_PRIVMSGS}"> messages</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Sentbox limit:</span></td>
|
||||
<td class="row2"><input type="text" size="5" maxlength="5" name="max_sentbox_privmsgs" value="{SENTBOX_PRIVMSGS}"> messages</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Savebox limit:</span></td>
|
||||
<td class="row2"><input type="text" size="5" maxlength="5" name="max_savebox_privmsgs" value="{SAVEBOX_PRIVMSGS}"> messages</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2"><span class="cattitle">Avatar Settings</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Allow local gallery avatars:</span></td>
|
||||
<td class="row2"><input type="radio" name="allow_avatar_local" value="1" {AVATARS_LOCAL_YES}> {L_YES} <input type="radio" name="allow_avatar_local" value="0" {AVATARS_LOCAL_NO}> {L_NO}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Allow remote avatars:</span><br /><span class="gensmall">Avatars linked from another website</span></td>
|
||||
<td class="row2"><input type="radio" name="allow_avatar_remote" value="1" {AVATARS_REMOTE_YES}> {L_YES} <input type="radio" name="allow_avatar_remote" value="0" {AVATARS_REMOTE_NO}> {L_NO}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Allow avatar uploading:</span></td>
|
||||
<td class="row2"><input type="radio" name="allow_avatar_upload" value="1" {AVATARS_UPLOAD_YES}> {L_YES} <input type="radio" name="allow_avatar_upload" value="0" {AVATARS_UPLOAD_NO}> {L_NO}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Max. Avatar File Size:</span><br /><span class="gensmall">For uploaded avatar files</span></td>
|
||||
<td class="row2"><input type="text" size="4" maxlength="10" name="avatar_filesize" value="{AVATAR_FILESIZE}"> Bytes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Max. Avatar Size:</span><br /><span class="gensmall">(height x width)</span>
|
||||
</td>
|
||||
<td class="row2"><input type="text" size="3" maxlength="4" name="avatar_max_height" value="{AVATAR_MAX_HEIGHT}"> x <input type="text" size="3" maxlength="4" name="avatar_max_width" value="{AVATAR_MAX_WIDTH}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Avatar Storage Path:</span><br /><span class="gensmall">Path under your phpBB root dir, e.g. images/avatars</span></td>
|
||||
<td class="row2"><input type="text" size="20" maxlength="255" name="avatar_path" value="{AVATAR_PATH}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2"><span class="cattitle">Email Settings</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Admin Email Address:</span></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="board_email" value="{EMAIL_FROM}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Email Signature:</span><br /><span class="gensmall">This text will be attached to all emails the board sends</span></td>
|
||||
<td class="row2"><textarea name="board_email_sig" rows="5" cols="30">{EMAIL_SIG}</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Use SMTP for delivery:</span><br /><span class="gensmall">Say {L_YES} if you want or have to send email via a server instead of the local mail function</span></td>
|
||||
<td class="row2"><input type="radio" name="smtp_delivery" value="1" {SMTP_YES}> {L_YES} <input type="radio" name="smtp_delivery" value="0" {SMTP_NO}> {L_NO}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">SMTP Server:</span></td>
|
||||
<td class="row2"><input type="text" name="smtp_host" value="{SMTP_HOST}" size="25" maxlength="50"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2"><span class="cattitle">COPPA Settings</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">FAX Number:</span></td>
|
||||
<td class="row2"><input type="text" name="coppa_fax" value="{COPPA_FAX}" size="25" maxlength="50"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Mailing Address:</span><br /><span class="gensmall">Signed COPPA agreements will be mailed here</span></td>
|
||||
<td class="row2"><textarea name="coppa_mail" rows="5" cols="30">{COPPA_MAIL}</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="Save Settings">
|
||||
</td>
|
||||
</tr>
|
||||
</table></form>
|
||||
|
||||
<br clear="all">
|
@ -1,17 +0,0 @@
|
||||
|
||||
<br clear="all" /><br />
|
||||
|
||||
<table width="85%" cellpadding="1" cellspacing="0" border="0" align="center">
|
||||
<tr>
|
||||
<td class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
|
||||
<tr>
|
||||
<td class="cat" align="center"><span class="cattitle"><b>{MESSAGE_TITLE}</b></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2" width="100%" align="center"><span class="gen">{MESSAGE_TEXT}</span></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
@ -1,33 +0,0 @@
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<h1>{L_AUTH_TITLE}</h1>
|
||||
|
||||
<p>{L_AUTH_EXPLAIN}</p>
|
||||
|
||||
<h2>{L_FORUM}: {FORUM_NAME}</h2>
|
||||
|
||||
<table cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<tr><form method="post" action="{S_FORUMAUTH_ACTION}">
|
||||
<!-- BEGIN forum_auth_titles -->
|
||||
<th>{forum_auth_titles.CELL_TITLE}</th>
|
||||
<!-- END forum_auth_titles -->
|
||||
</tr>
|
||||
<tr>
|
||||
<!-- BEGIN forum_auth_data -->
|
||||
<td class="row1" align="center">{forum_auth_data.S_AUTH_LEVELS_SELECT}</td>
|
||||
<!-- END forum_auth_data -->
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="{S_COLUMN_SPAN}"><table width="100%" cellspacing="0" cellpadding="4" border="0">
|
||||
<tr>
|
||||
<td align="center"><span class="gensmall">{U_SWITCH_MODE}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT_CHANGES}"> <input type="reset" value="{L_RESET_CHANGES}"></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</form></tr>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
@ -1,14 +0,0 @@
|
||||
|
||||
<h1>{L_AUTH_TITLE}</h1>
|
||||
|
||||
<p>{L_AUTH_EXPLAIN}</p>
|
||||
|
||||
<form method="post" action="{S_AUTH_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
|
||||
<th align="center">{L_AUTH_SELECT}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" align="center">{S_AUTH_SELECT} <input type="submit" value="{L_LOOK_UP}"> </td>
|
||||
</tr>
|
||||
</table></form>
|
@ -1,43 +0,0 @@
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<h1>{L_AUTH_TITLE}</h1>
|
||||
|
||||
<h2>{L_USER_OR_GROUPNAME}: {USERNAME}</h2>
|
||||
|
||||
<form method="post" action="{S_AUTH_ACTION}">
|
||||
|
||||
<p>{USER_GROUP_MEMBERSHIPS}</p>
|
||||
|
||||
<h2>{L_PERMISSIONS}</h2>
|
||||
|
||||
<p>{L_AUTH_EXPLAIN}</p>
|
||||
|
||||
<table cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<th width="30%">{L_FORUM}</th>
|
||||
<!-- BEGIN acltype -->
|
||||
<th>{acltype.L_UG_ACL_TYPE}</th>
|
||||
<!-- END acltype -->
|
||||
<th>{L_MODERATOR_STATUS}</th>
|
||||
</tr>
|
||||
<!-- BEGIN forums -->
|
||||
<tr>
|
||||
<td class="{forums.ROW_CLASS}" align="center">{forums.FORUM_NAME}</td>
|
||||
<!-- BEGIN aclvalues -->
|
||||
<td class="{forums.ROW_CLASS}" align="center">{forums.aclvalues.S_ACL_SELECT}</td>
|
||||
<!-- END aclvalues -->
|
||||
<td class="{forums.ROW_CLASS}" align="center">{forums.S_MOD_SELECT}</td>
|
||||
</tr>
|
||||
<!-- END forums -->
|
||||
<tr>
|
||||
<td colspan="{S_COLUMN_SPAN}"><table width="100%" cellspacing="0" cellpadding="4" border="0">
|
||||
<tr>
|
||||
<td align="center"><span class="gensmall">{U_SWITCH_MODE}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT_CHANGES}" /> <input type="reset" value="{L_RESET_CHANGES}" /></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></form>
|
@ -1,170 +0,0 @@
|
||||
<br clear="all" />
|
||||
|
||||
<h1>{L_CONFIGURATION_TITLE}</h1>
|
||||
|
||||
<p>{L_CONFIGURATION_EXPLAIN}</p>
|
||||
|
||||
<form action="{S_CONFIG_ACTION}" method="POST"><table width="99%" cellpadding="4" cellspacing="1" border="0" align="center">
|
||||
<tr>
|
||||
<td class="cat" colspan="2"><span class="cattitle">{L_GENERAL_SETTINGS}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_SITE_NAME}:</span></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="sitename" value="{SITENAME}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_ACCT_ACTIVATION}:</span></td>
|
||||
<td class="row2"><input type="radio" name="require_activation" value="{ACTIVATION_NONE}" {ACTIVATION_NONE_CHECKED}>{L_NO}ne <input type="radio" name="require_activation" value="{ACTIVATION_USER}" {ACTIVATION_USER_CHECKED}>User <input type="radio" name="require_activation" value="{ACTIVATION_ADMIN}" {ACTIVATION_ADMIN_CHECKED}>Admin</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Flood Interval:</span><br /><span class="gensmall">Number of seconds a user must wait between posts</span></td>
|
||||
<td class="row2"><input type="text" size="3" maxlength="4" name="flood_interval" value="{FLOOD_INTERVAL}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Topics Per Page:</span></td>
|
||||
<td class="row2"><input type="text" name="topics_per_page" size="3" maxlength="4" value="{TOPICS_PER_PAGE}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Posts Per Page:</span></td>
|
||||
<td class="row2"><input type="text" name="posts_per_page" size="3" maxlength="4" value="{POSTS_PER_PAGE}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Hot Threshold:</span></td>
|
||||
<td class="row2"><input type="text" name="hot_threshold" size="3" maxlength="4" value="{HOT_TOPIC}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Default Style:</span></td>
|
||||
<td class="row2">{STYLE_SELECT}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Override user style:</span><br /><span class="gensmall">Replaces users style with the default</span></td>
|
||||
<td class="row2"><input type="radio" name="override_user_style" value="1" {OVERRIDE_STYLE_YES}> {L_YES} <input type="radio" name="override_user_style" value="0" {OVERRIDE_STYLE_NO}> {L_NO}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Default Language:</span></td>
|
||||
<td class="row2">{LANG_SELECT}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Date Format:</span><br /><span class="gensmall">{L_DATE_FORMAT_EXPLAIN}</span></td>
|
||||
<td class="row2"><input type="text" maxlength="16" name="default_dateformat" value="{DEFAULT_DATEFORMAT}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">System Timezone:</span></td>
|
||||
<td class="row2">{TIMEZONE_SELECT}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Enable GZip Compression:</span></td>
|
||||
<td class="row2"><input type="radio" name="gzip_compress" value="1" {GZIP_YES}> {L_YES} <input type="radio" name="gzip_compress" value="0" {GZIP_NO}> {L_NO}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Enable Forum Pruning:</span></td>
|
||||
<td class="row2"><input type="radio" name="prune_enable" value="1" {PRUNE_YES}> {L_YES} <input type="radio" name="prune_enable" value="0" {PRUNE_NO}> {L_NO}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2"><span class="cattitle">User/Forum Ability Settings</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Allow HTML:</span></td>
|
||||
<td class="row2"><input type="radio" name="allow_html" value="1" {HTML_YES}> {L_YES} <input type="radio" name="allow_html" value="0" {HTML_NO}> {L_NO}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Allow BBCode:</span></td>
|
||||
<td class="row2"><input type="radio" name="allow_bbcode" value="1" {BBCODE_YES}> {L_YES} <input type="radio" name="allow_bbcode" value="0" {BBCODE_NO}> {L_NO}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Allow Smilies:</span></td>
|
||||
<td class="row2"><input type="radio" name="allow_smilies" value="1" {SMILE_YES}> {L_YES} <input type="radio" name="allow_smilies" value="0" {SMILE_NO}> {L_NO}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Smilies Storage Path:</span><br /><span class="gensmall">Path under your phpBB root dir, e.g. images/smilies</span></td>
|
||||
<td class="row2"><input type="text" size="20" maxlength="255" name="smilies_path" value="{SMILIES_PATH}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Allow Signatures:</span></td>
|
||||
<td class="row2"><input type="radio" name="allow_sig" value="1" {SIG_YES}> {L_YES} <input type="radio" name="allow_sig" value="0" {SIG_NO}> {L_NO}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Maximum signature length:</span><br /><span class="gensmall">Number of characters allowed</span></td>
|
||||
<td class="row2"><input type="text" size="5" maxlength="4" name="max_sig_chars" value="{SIG_SIZE}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Allow Name Change:</span></td>
|
||||
<td class="row2"><input type="radio" name="allow_namechange" value="1" {NAMECHANGE_YES}> {L_YES} <input type="radio" name="allow_namechange" value="0" {NAMECHANGE_NO}> {L_NO}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Inbox limit:</span></td>
|
||||
<td class="row2"><input type="text" size="5" maxlength="5" name="max_inbox_privmsgs" value="{INBOX_PRIVMSGS}"> messages</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Sentbox limit:</span></td>
|
||||
<td class="row2"><input type="text" size="5" maxlength="5" name="max_sentbox_privmsgs" value="{SENTBOX_PRIVMSGS}"> messages</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Savebox limit:</span></td>
|
||||
<td class="row2"><input type="text" size="5" maxlength="5" name="max_savebox_privmsgs" value="{SAVEBOX_PRIVMSGS}"> messages</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2"><span class="cattitle">Avatar Settings</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Allow local gallery avatars:</span></td>
|
||||
<td class="row2"><input type="radio" name="allow_avatar_local" value="1" {AVATARS_LOCAL_YES}> {L_YES} <input type="radio" name="allow_avatar_local" value="0" {AVATARS_LOCAL_NO}> {L_NO}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Allow remote avatars:</span><br /><span class="gensmall">Avatars linked from another website</span></td>
|
||||
<td class="row2"><input type="radio" name="allow_avatar_remote" value="1" {AVATARS_REMOTE_YES}> {L_YES} <input type="radio" name="allow_avatar_remote" value="0" {AVATARS_REMOTE_NO}> {L_NO}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Allow avatar uploading:</span></td>
|
||||
<td class="row2"><input type="radio" name="allow_avatar_upload" value="1" {AVATARS_UPLOAD_YES}> {L_YES} <input type="radio" name="allow_avatar_upload" value="0" {AVATARS_UPLOAD_NO}> {L_NO}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Max. Avatar File Size:</span><br /><span class="gensmall">For uploaded avatar files</span></td>
|
||||
<td class="row2"><input type="text" size="4" maxlength="10" name="avatar_filesize" value="{AVATAR_FILESIZE}"> Bytes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Max. Avatar Size:</span><br /><span class="gensmall">(height x width)</span>
|
||||
</td>
|
||||
<td class="row2"><input type="text" size="3" maxlength="4" name="avatar_max_height" value="{AVATAR_MAX_HEIGHT}"> x <input type="text" size="3" maxlength="4" name="avatar_max_width" value="{AVATAR_MAX_WIDTH}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Avatar Storage Path:</span><br /><span class="gensmall">Path under your phpBB root dir, e.g. images/avatars</span></td>
|
||||
<td class="row2"><input type="text" size="20" maxlength="255" name="avatar_path" value="{AVATAR_PATH}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2"><span class="cattitle">Email Settings</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Admin Email Address:</span></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="board_email" value="{EMAIL_FROM}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Email Signature:</span><br /><span class="gensmall">This text will be attached to all emails the board sends</span></td>
|
||||
<td class="row2"><textarea name="board_email_sig" rows="5" cols="30">{EMAIL_SIG}</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Use SMTP for delivery:</span><br /><span class="gensmall">Say {L_YES} if you want or have to send email via a server instead of the local mail function</span></td>
|
||||
<td class="row2"><input type="radio" name="smtp_delivery" value="1" {SMTP_YES}> {L_YES} <input type="radio" name="smtp_delivery" value="0" {SMTP_NO}> {L_NO}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">SMTP Server:</span></td>
|
||||
<td class="row2"><input type="text" name="smtp_host" value="{SMTP_HOST}" size="25" maxlength="50"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2"><span class="cattitle">COPPA Settings</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">FAX Number:</span></td>
|
||||
<td class="row2"><input type="text" name="coppa_fax" value="{COPPA_FAX}" size="25" maxlength="50"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">Mailing Address:</span><br /><span class="gensmall">Signed COPPA agreements will be mailed here</span></td>
|
||||
<td class="row2"><textarea name="coppa_mail" rows="5" cols="30">{COPPA_MAIL}</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="Save Settings">
|
||||
</td>
|
||||
</tr>
|
||||
</table></form>
|
||||
|
||||
<br clear="all">
|
@ -1,32 +0,0 @@
|
||||
<br clear="all" />
|
||||
|
||||
<h1>Edit Category</h1>
|
||||
|
||||
<p>Use this form to modify a category.</p>
|
||||
|
||||
<form action="{S_FORUM_ACTION}" method="POST">
|
||||
|
||||
<table width="99%" cellpadding="1" cellspacing="0" border="0" align="center">
|
||||
<tr>
|
||||
<td class="tablebg" width="100%"><table width="100%" cellpadding="4" cellspacing="1" border="0">
|
||||
<tr>
|
||||
<td class="cat" colspan="2"><span class="cattitle">Modify Category</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">Category Name:</td>
|
||||
<td class="row2"><input type="text" size="25" name="cat_title" value="{CAT_TITLE}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2" colspan="2" align="center">
|
||||
<input type="hidden" name="mode" value="{S_NEWMODE}">
|
||||
<input type="hidden" name="cat_id" value="{S_CATID}">
|
||||
<input type="submit" name="submit" value="{BUTTONVALUE}">
|
||||
</td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</form>
|
||||
|
||||
<br clear="all">
|
@ -1,35 +0,0 @@
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<h1>{L_DATABASE_BACKUP}</h1>
|
||||
|
||||
<P>{L_BACKUP_EXPLAIN}</p>
|
||||
|
||||
<form method="post" action="{S_DBUTILS_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<th colspan="2">{L_BACKUP_OPTIONS}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2">{L_FULL_BACKUP}</td>
|
||||
<td class="row2"><input type="radio" name="backup_type" value="full" checked="checked" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_STRUCTURE_BACKUP}</td>
|
||||
<td class="row1"><input type="radio" name="backup_type" value="structure" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2">{L_DATA_BACKUP}</td>
|
||||
<td class="row2"><input type="radio" name="backup_type" value="data" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_ADDITIONAL_TABLES}</td>
|
||||
<td class="row1"><input type="text" name="additional_tables" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_GZIP_COMPRESS}</td>
|
||||
<td class="row1">{L_NO} <input type="radio" name="gzipcompress" value="0" checked="checked" /> {L_YES} <input type="radio" name="gzipcompress" value="1" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="backupstart" value="{L_START_BACKUP}" /></td>
|
||||
</tr>
|
||||
</table></form>
|
@ -1,17 +0,0 @@
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<h1>{L_DATABASE_RESTORE}</h1>
|
||||
|
||||
<P>{L_RESTORE_EXPLAIN}</p>
|
||||
|
||||
<table cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<th>{L_SELECT_FILE}</th>
|
||||
</tr>
|
||||
<tr><form enctype="multipart/form-data" method="post" action="{S_DBUTILS_ACTION}">
|
||||
<td class="row1" align="center"> <input type="file" name="backup_file"> {S_HIDDEN_FIELDS}<input type="submit" name="restore_start" value="{L_START_RESTORE}"> </td>
|
||||
</form></tr>
|
||||
</table></div>
|
||||
|
||||
<br clear="all" />
|
@ -1,30 +0,0 @@
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<h1>{L_DISALLOW_TITLE}</h1>
|
||||
|
||||
<p>{L_EXPLAIN_EXPLAIN}</p>
|
||||
|
||||
<form method="post" action="{S_FORM_ACTION}"><table width="80%" cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center">{L_DEL_DISALLOW}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_USERNAME}: <br /><span class="gensmall">{L_DEL_EXPLAIN}</span></td>
|
||||
<td class="row2">{S_DISALLOW_SELECT} <input type="submit" name="mode" value="{L_DELETE}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center">{L_ADD_DISALLOW}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_USERNAME}: <br /><span class="gensmall">{L_ADD_EXPLAIN}</span></td>
|
||||
<td class="row2"><input type="text" name="disallowed_user" size="35" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center"><input type="submit" name="mode" value="{L_ADD}" /> <input type="reset" value="{L_RESET}" /></td>
|
||||
</tr>
|
||||
</table></form>
|
||||
|
||||
<p>{L_INFO}</p>
|
||||
|
||||
<br clear="all" />
|
@ -1,38 +0,0 @@
|
||||
<br clear="all" />
|
||||
|
||||
<h1>Delete</h1>
|
||||
|
||||
<p>The form below will allow you to delete a forum/category and decide where you want to put all topics/forums inside that forum/category.</p>
|
||||
|
||||
<form action="{S_FORUM_ACTION}" method="POST">
|
||||
|
||||
<table width="99%" cellpadding="1" cellspacing="0" border="0" align="center">
|
||||
<tr>
|
||||
<td class="tablebg" width="100%"><table width="100%" cellpadding="4" cellspacing="1" border="0">
|
||||
<tr>
|
||||
<td class="cat" colspan="2"><span class="cattitle">Delete</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">Name:</td>
|
||||
<td class="row2"><span class="row1">{NAME}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">Move everything to:</td>
|
||||
<td class="row2">
|
||||
{S_SELECT_TO}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2" colspan="2" align="center">
|
||||
<input type="hidden" name="mode" value="{S_NEWMODE}">
|
||||
<input type="hidden" name="from_id" value="{S_FROM_ID}">
|
||||
<input type="submit" name="submit" value="{BUTTONVALUE}">
|
||||
</td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</form>
|
||||
|
||||
<br clear="all">
|
@ -1,71 +0,0 @@
|
||||
<br clear="all" />
|
||||
|
||||
<h1>Edit Forum</h1>
|
||||
|
||||
<p>The form below will allow you to customize all the general board options. For User and Forum configurations use the related links on the left hand side.</p>
|
||||
|
||||
<form action="{S_FORUM_ACTION}" method="POST">
|
||||
|
||||
<table width="99%" cellpadding="1" cellspacing="0" border="0" align="center">
|
||||
<tr>
|
||||
<td class="tablebg" width="100%"><table width="100%" cellpadding="4" cellspacing="1" border="0">
|
||||
<tr>
|
||||
<td class="cat" colspan="2"><span class="cattitle">General Forum Settings</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">Forum Name:</td>
|
||||
<td class="row2"><input type="text" size="25" name="forumname" value="{FORUMNAME}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">Description:</td>
|
||||
<td class="row2"><textarea ROWS="5" COLS="45" WRAP="VIRTUAL" name="forumdesc">{DESCRIPTION}</TEXTAREA></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">Category:</td>
|
||||
<td class="row2">
|
||||
<select name="cat_id">
|
||||
{S_CATLIST}
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">Forum Status:</td>
|
||||
<td class="row2">
|
||||
<select name="forumstatus">
|
||||
{S_STATUSLIST}
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">Auto Pruning:</td>
|
||||
<td class="row2">
|
||||
<table>
|
||||
<tr>
|
||||
<td align="right" valign="middle">{L_ENABLED}</td>
|
||||
<td align="left" valign="middle"><input type="checkbox" name="prune_enable" value="1" {S_PRUNE_EN}></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right" valign="middle">{L_PRUNE_DAYS}</td>
|
||||
<td align="left" valign="middle"> <input type="text" name="prune_days" value="{S_PRUNE_DAYS}" size="5"> {L_DAYS}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right" valign="middle">{L_PRUNE_FREQ}</td>
|
||||
<td align="left" valign="middle"> <input type="text" name="prune_freq" value="{S_PRUNE_FREQ}" size="5"> {L_DAYS}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2" colspan="2" align="center">
|
||||
<input type="hidden" name="mode" value="{S_NEWMODE}">
|
||||
<input type="hidden" name="forum_id" value="{S_FORUMID}">
|
||||
<input type="submit" name="submit" value="{BUTTONVALUE}">
|
||||
</td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</form>
|
||||
|
||||
<br clear="all">
|
@ -1,17 +0,0 @@
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<h1>{L_FORUM_PRUNE}</h1>
|
||||
|
||||
<p>{L_FORUM_PRUNE_EXPLAIN}</p>
|
||||
|
||||
<h2>{L_FORUM}: {FORUM_NAME}</h2>
|
||||
|
||||
<form method="post" action="{S_FORUMPRUNE_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<td class="row1"> {S_PRUNE_DATA} </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" align="center">{S_HIDDEN_VARS}<input type="submit" name="doprune" value="{L_DO_PRUNE}"></td>
|
||||
</tr>
|
||||
</table></form>
|
@ -1,23 +0,0 @@
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<h1>{L_FORUM_PRUNE}</h1>
|
||||
|
||||
<p>{L_PRUNE_RESULT}</p>
|
||||
|
||||
<table cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<th>{L_FORUM}</th>
|
||||
<th>{L_TOPICS_PRUNED}</th>
|
||||
<th>{L_POSTS_PRUNED}</th>
|
||||
</tr>
|
||||
<!-- BEGIN prune_results -->
|
||||
<tr>
|
||||
<td class="{prune_results.ROW_CLASS}" align="center">{prune_results.FORUM_NAME}</td>
|
||||
<td class="{prune_results.ROW_CLASS}" align="center">{prune_results.FORUM_TOPICS}</td>
|
||||
<td class="{prune_results.ROW_CLASS}" align="center">{prune_results.FORUM_POSTS}</td>
|
||||
</tr>
|
||||
<!-- END prune_results -->
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
@ -1,15 +0,0 @@
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<h1>{L_FORUM_PRUNE}</h1>
|
||||
|
||||
<form method="get" action="{S_FORUMPRUNE_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<td class="cat" align="center"><span class="cattitle"><b>{L_SELECT_FORUM}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" align="center">{S_FORUMS_SELECT} <input type="submit" name="pruneset" value="{L_LOOK_UP}"> </td>
|
||||
</tr>
|
||||
</table></form>
|
||||
|
||||
<br clear="all" />
|
@ -1,33 +0,0 @@
|
||||
<p>Use this page to manage your forums and categories</p>
|
||||
|
||||
|
||||
{S_FORMSTART}
|
||||
<div align="center"><table width="98%" cellpadding="1" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td class="tablebg"><table width="100%" cellpadding="3" cellspacing="1" border="0">
|
||||
<!-- BEGIN catrow -->
|
||||
<tr>
|
||||
<td class="cat" colspan="4"><span class="cattitle"><b><a href="{catrow.U_VIEWCAT}">{catrow.CAT_DESC}</a></b></span>{catrow.S_ADDCAT}</span></td>
|
||||
<td class="cat" align="center" valign="middle"><span class="gen">{catrow.CAT_EDIT}</span></td>
|
||||
<td class="cat" align="center" valign="middle"><span class="gen">{catrow.CAT_DELETE}</span></td>
|
||||
<td class="cat" align="center" valign="middle"><span class="gen">{catrow.CAT_UP} {catrow.CAT_DOWN}</span></td>
|
||||
<td class="cat" align="center" valign="middle"><span class="gen"> </span></td>
|
||||
|
||||
</tr>{catrow.S_ADDCAT_ENDFORM}
|
||||
<!-- BEGIN forumrow -->
|
||||
<tr>
|
||||
<td class="row1" align="center" valign="middle">{catrow.forumrow.FOLDER}</td>
|
||||
<td class="row2"><span class="gen">{catrow.forumrow.S_ADDFORUM}{catrow.forumrow.S_NEWFORUM}<a href="{catrow.forumrow.U_VIEWFORUM}" target="_new">{catrow.forumrow.FORUM_NAME}</a></span><br><span class="gensmall">{catrow.forumrow.FORUM_DESC}</span></td>
|
||||
{catrow.forumrow.S_ADDFORUM_ENDFORM}
|
||||
<td class="row1" align="center" valign="middle"><span class="gen">{catrow.forumrow.NUM_TOPICS}</span></td>
|
||||
<td class="row2" align="center" valign="middle"><span class="gen">{catrow.forumrow.NUM_POSTS}</span></td>
|
||||
<td class="row1" align="center" valign="middle"><span class="gen">{catrow.forumrow.FORUM_EDIT}</span></td>
|
||||
<td class="row2" align="center" valign="middle"><span class="gen">{catrow.forumrow.FORUM_DELETE}</span></td>
|
||||
<td class="row1" align="center" valign="middle"><span class="gen">{catrow.forumrow.FORUM_UP} {catrow.forumrow.FORUM_DOWN}</span></td>
|
||||
<td class="row2" align="center" valign="middle"><span class="gen">{catrow.forumrow.FORUM_SYNC}</span></td>
|
||||
</tr>
|
||||
<!-- END forumrow -->
|
||||
<!-- END catrow -->
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></div>
|
@ -1,53 +0,0 @@
|
||||
|
||||
<h1>{L_GROUP_TITLE}</h1>
|
||||
|
||||
<form action="{S_GROUP_ACTION}" method="post"><table border="0" cellpadding="3" cellspacing="1" class="forumline" align="center">
|
||||
<tr>
|
||||
<th class="thHead" colspan="2">{L_GROUP_EDIT_DELETE}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" colspan="2"><span class="gensmall">{L_ITEMS_REQUIRED}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" width="38%"><span class="gen">{L_GROUP_NAME}:</span></td>
|
||||
<td class="row2" width="62%">
|
||||
<input type="text" name="group_name" size="35" maxlength="40" value="{GROUP_NAME}" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" width="38%"><span class="gen">{L_GROUP_DESCRIPTION}:</span></td>
|
||||
<td class="row2" width="62%">
|
||||
<textarea name="group_description" rows=5 cols=51>{GROUP_DESCRIPTION}</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" width="38%"><span class="gen">{L_GROUP_MODERATOR}:</span></td>
|
||||
<td class="row2" width="62%">{S_SELECT_MODERATORS}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" width="38%"><span class="gen">{L_DELETE_MODERATOR}</span>
|
||||
<br />
|
||||
<span class="gensmall">{L_DELETE_MODERATOR_EXPLAIN}</span></td>
|
||||
<td class="row2" width="62%">
|
||||
<input type="checkbox" name="delete_old_moderator" value="1">
|
||||
{L_YES}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" width="38%"><span class="gen">{L_GROUP_STATUS}:</span></td>
|
||||
<td class="row2" width="62%">
|
||||
<input type="radio" name="group_type" value="{S_GROUP_OPEN_TYPE}" {S_GROUP_OPEN_CHECKED} /> {L_GROUP_OPEN} <input type="radio" name="group_type" value="{S_GROUP_CLOSED_TYPE}" {S_GROUP_CLOSED_CHECKED} /> {L_GROUP_CLOSED} <input type="radio" name="group_type" value="{S_GROUP_HIDDEN_TYPE}" {S_GROUP_HIDDEN_CHECKED} /> {L_GROUP_HIDDEN}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" width="38%"><span class="gen">{L_GROUP_DELETE}:</span></td>
|
||||
<td class="row2" width="62%">
|
||||
<input type="checkbox" name="group_delete" value="1">
|
||||
{L_GROUP_DELETE_CHECK}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="catBottom" colspan="2" align="center"><span class="cattitle">
|
||||
<input type="submit" name="group_update" value="{L_SUBMIT}" class="mainoption" />
|
||||
|
||||
<input type="reset" value="{L_RESET}" name="reset" class="liteoption" />
|
||||
</span></td>
|
||||
</tr>
|
||||
</table>{S_HIDDEN_FIELDS}</form>
|
@ -1,17 +0,0 @@
|
||||
|
||||
<h1>{L_GROUP_TITLE}</h1>
|
||||
|
||||
<p>{L_GROUP_EXPLAIN}</p>
|
||||
|
||||
<form method="post" action="{S_GROUP_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
|
||||
<tr>
|
||||
|
||||
<th class="thHead" align="center">{L_GROUP_SELECT}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" align="center">{S_GROUP_SELECT} <input type="submit" name="edit" value="{L_LOOK_UP}" class="mainoption" /> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="catBottom" align="center"><input type="submit" class="liteoption" name="new" value="{L_CREATE_NEW_GROUP}" /></td>
|
||||
</tr>
|
||||
</table></form>
|
@ -1,10 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF" text="#000000">
|
||||
|
||||
</body>
|
||||
</html>
|
@ -1,78 +0,0 @@
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<h1>{L_WELCOME}</h1>
|
||||
|
||||
<p>{L_ADMIN_INTRO}</p>
|
||||
|
||||
<h2>{L_FORUM_STATS}</h2>
|
||||
|
||||
<table border="0" cellpadding="1" cellspacing="0" width="98%" align="center">
|
||||
<tr>
|
||||
<td class="tablebg">
|
||||
<table width="100%" cellpadding="4" cellspacing="1" border="0">
|
||||
<tr>
|
||||
<th width="25%" nowrap>{L_STATISTIC}</th>
|
||||
<th width="25%">{L_VALUE}</th>
|
||||
<th width="25%" nowrap>{L_STATISTIC}</th>
|
||||
<th width="25%">{L_VALUE}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" nowrap>{L_NUMBER_POSTS}:</td>
|
||||
<td class="row2"><b>{NUMBER_OF_POSTS}</b></td>
|
||||
<td class="row1" nowrap>{L_POSTS_PER_DAY}:</td>
|
||||
<td class="row2"><b>{POSTS_PER_DAY}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" nowrap>{L_NUMBER_TOPICS}:</td>
|
||||
<td class="row2"><b>{NUMBER_OF_TOPICS}</b></td>
|
||||
<td class="row1" nowrap>{L_TOPICS_PER_DAY}:</td>
|
||||
<td class="row2"><b>{TOPICS_PER_DAY}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" nowrap>{L_NUMBER_USERS}:</td>
|
||||
<td class="row2"><b>{NUMBER_OF_USERS}</b></td>
|
||||
<td class="row1" nowrap>{L_USERS_PER_DAY}:</td>
|
||||
<td class="row2"><b>{USERS_PER_DAY}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" nowrap>{L_BOARD_STARTED}:</td>
|
||||
<td class="row2"><b>{START_DATE}</b></td>
|
||||
<td class="row1" nowrap>{L_AVATAR_DIR_SIZE}:</td>
|
||||
<td class="row2"><b>{AVATAR_DIR_SIZE}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" nowrap>{L_DB_SIZE}:</td>
|
||||
<td class="row2"><b>{DB_SIZE}</b></td>
|
||||
<td class="row1" nowrap> </td>
|
||||
<td class="row2"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h2>{L_WHO_IS_ONLINE}</h2>
|
||||
|
||||
<table border="0" cellpadding="1" cellspacing="0" width="98%" align="center">
|
||||
<tr>
|
||||
<td class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
|
||||
<tr>
|
||||
<th width="25%"> {L_USERNAME} </th>
|
||||
<th width="25%"> {L_LAST_UPDATE} </th>
|
||||
<th width="25%"> {L_LOCATION} </th>
|
||||
<th width="25%"> {L_IP_ADDRESS} </th>
|
||||
</tr>
|
||||
<!-- BEGIN userrow -->
|
||||
<tr bgcolor="{userrow.ROW_COLOR}">
|
||||
<td width="25%"> <span class="gen"><a href="{userrow.U_USER_PROFILE}">{userrow.USERNAME}</a></span> </td>
|
||||
<td width="25%" align="center"> <span class="gen">{userrow.LASTUPDATE}</span> </td>
|
||||
<td width="25%"> <span class="gen">{userrow.LOCATION}</span> </td>
|
||||
<td width="25%"> <span class="gen">{userrow.IP_ADDRESS}</span> </td>
|
||||
</tr>
|
||||
<!-- END userrow -->
|
||||
</table></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
@ -1,17 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>phpBB Administration</title>
|
||||
</head>
|
||||
|
||||
<frameset cols="140,*" scrolling="no" border="0">
|
||||
<frame src="{S_FRAME_NAV}" name="nav">
|
||||
<frame src="{S_FRAME_MAIN}" name="main">
|
||||
</frameset>
|
||||
|
||||
<noframes>
|
||||
<body bgcolor="#FFFFFF" text="#000000">
|
||||
<p>Sorry, your browser doesn't seem to support frames</p>
|
||||
</body>
|
||||
</noframes>
|
||||
|
||||
</html>
|
@ -1,28 +0,0 @@
|
||||
|
||||
<!-- a href="{U_FORUM_INDEX}" target="_top"><img src="../images/logo_medium.gif" border="0"/></a -->
|
||||
<div align="center"><font face="Impact,sans-serif" size="6"><a href="{U_FORUM_INDEX}" target="_top">phpBB2</a></font></div>
|
||||
|
||||
<table width="100%" cellpadding="4" cellspacing="0" border="0" align="center">
|
||||
<tr>
|
||||
<td ><a href="{U_ADMIN_INDEX}" target="main" class="genmed">{L_ADMIN_INDEX}</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td ><a href="{U_FORUM_INDEX}" target="_top" class="genmed">{L_FORUM_INDEX}</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td ><a href="{U_FORUM_INDEX}" target="main" class="genmed">{L_PREVIEW_FORUM}</a></td>
|
||||
</tr>
|
||||
<!-- BEGIN catrow -->
|
||||
<tr>
|
||||
<td class="cat" align="center"><span class="cattitle"><b>{catrow.ADMIN_CATEGORY}</b></span></td>
|
||||
</tr>
|
||||
<!-- BEGIN modulerow -->
|
||||
<tr>
|
||||
<td><a href="{catrow.modulerow.U_ADMIN_MODULE}" target="main">{catrow.modulerow.ADMIN_MODULE}</a></td>
|
||||
</tr>
|
||||
<!-- END modulerow -->
|
||||
<!-- END catrow -->
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -1,25 +0,0 @@
|
||||
|
||||
<!--
|
||||
|
||||
Please note that the following copyright notice
|
||||
MUST be displayed on each and every page output
|
||||
by phpBB. You may alter the font, colour etc. but
|
||||
you CANNOT remove it, nor change it so that it be,
|
||||
to all intents and purposes, invisible. You may ADD
|
||||
your own notice to it should you have altered the
|
||||
code but you may not replace it. The hyperlink must
|
||||
also remain intact. These conditions are part of the
|
||||
licence this software is released under. See the
|
||||
LICENCE and README files for more information.
|
||||
|
||||
The phpBB Group : 2001
|
||||
|
||||
//-->
|
||||
<div align="center">
|
||||
<span class="gensmall">Powered By <a href="http://www.phpbb.com/" target="_phpbb">phpBB {PHPBB_VERSION}</a> © 2001 phpBB Group</span>
|
||||
</div>
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
</body>
|
||||
</html>
|
@ -1,43 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<meta name="MSSmartTagsPreventParsing" content="TRUE">
|
||||
{META}
|
||||
<head>
|
||||
<title>phpBB - {SITENAME}</title>
|
||||
<style type="text/css">
|
||||
<!--
|
||||
BODY {background-color:{T_BODY_BGCOLOR};color:{T_BODY_TEXT};scrollbar-base-color:{T_TH_COLOR2};scrollbar-arrow-color:{T_TH_COLOR1}}
|
||||
P {font-family:{T_FONTFACE1};font-size:10pt}
|
||||
|
||||
TH {background-color:{T_TH_COLOR3};font-family:{T_FONTFACE2};font-size:8pt;font-weight:normal}
|
||||
TH.secondary {background-color:{T_TH_COLOR3};font-family:{T_FONTFACE1};font-size:10pt;font-weight:normal;text-align:left}
|
||||
|
||||
TD {font-family:Verdana,serif;font-size:10pt}
|
||||
TD.tablebg {background-color:{T_TH_COLOR1}}
|
||||
TD.cat {background-color:{T_TH_COLOR2};font-family:{T_FONTFACE1};font-size:12pt;font-weight:bold}
|
||||
TD.row1 {background-color:{T_TD_COLOR1}}
|
||||
TD.row2 {background-color:{T_TD_COLOR2}}
|
||||
|
||||
H1 {font-family:Arial,Helvetica,sans-serif;font-size:16pt;text-align:center}
|
||||
H2 {font-family:Arial,Helvetica,sans-serif;font-size:12pt;}
|
||||
H3 {font-family:Arial,Helvetica,sans-serif;font-size:10pt;}
|
||||
|
||||
SPAN.title {font-family:Impact,sans-serif;font-size:36pt}
|
||||
SPAN.cattitle {font-family:{T_FONTFACE1};font-size:12pt;font-weight:bold}
|
||||
SPAN.gen {font-family:{T_FONTFACE1};font-size:10pt}
|
||||
SPAN.gensmall {font-family:{T_FONTFACE1};font-size:8pt}
|
||||
SPAN.courier {font-family:{T_FONTFACE3};font-size:10pt}
|
||||
SPAN.courier {font-family:{T_FONTFACE3};font-size:8pt}
|
||||
|
||||
SELECT.small {font-family:"Courier New",courier;font-size:8pt;width:140px}
|
||||
INPUT.text {font-family:"Courier New",courier;font-size:8pt;}
|
||||
|
||||
A:link {text-decoration:none}
|
||||
A:visited {text-decoration:none}
|
||||
A:active {text-decoration:none}
|
||||
A:hover {text-decoration:underline}
|
||||
|
||||
//-->
|
||||
</style>
|
||||
</head>
|
||||
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
|
@ -1,38 +0,0 @@
|
||||
|
||||
<form action="{S_RANK_ACTION}" method="post">
|
||||
|
||||
<table width="98%" cellpadding="1" cellspacing="0" border="0" align="center">
|
||||
<tr>
|
||||
<td class="tablebg"><table border="0" cellpadding="3" cellspacing="1" width="100%">
|
||||
<tr>
|
||||
<td class="cat" colspan="2"><span class="cattitle"><b>{L_RANKS_TITLE}</b></span><br /><span class="gensmall">{L_RANKS_TEXT}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" width="38%"><span class="gen">{L_RANK_TITLE}:</span></td>
|
||||
<td class="row2"><input type="text" name="title" size="35" maxlength="40" value="{RANK}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_RANK_SPECIAL}</span></td>
|
||||
<td class="row2"><input type="radio" name="special_rank" value="1" {SPECIAL_RANK} />{L_YES} <input type="radio" name="special_rank" value="0" {NOT_SPECIAL_RANK} /> {L_NO}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" width="38%"><span class="gen">{L_RANK_MAXIMUM}:</span></td>
|
||||
<td class="row2"><input type="text" name="max_posts" size="5" maxlength="10" value="{MAXIMUM}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" width="38%"><span class="gen">{L_RANK_MINIMUM}:</span></td>
|
||||
<td class="row2"><input type="text" name="min_posts" size="5" maxlength="10" value="{MINIMUM}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" width="38%"><span class="gen">{L_RANK_IMAGE}:</span><br />
|
||||
<span class="gensmall">{L_RANK_IMAGE_EXPLAIN}</span></td>
|
||||
<td class="row2"><input type="text" name="rank_image" size="40" maxlength="255" value="{IMAGE}" /><br />{IMAGE_DISPLAY}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center"><span class="cattitle"><input type="submit" name="submit" value="{L_SUBMIT}" /> <input type="reset" value="{L_RESET}" /></span></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
|
||||
{S_HIDDEN_FIELDS}
|
||||
</table></form>
|
@ -1,27 +0,0 @@
|
||||
<br clear="all" />
|
||||
|
||||
<h1>{L_RANKS_TITLE}</h1>
|
||||
|
||||
<p>{L_RANKS_TEXT}</p>
|
||||
|
||||
<table cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<td class="cat" align="center"><span class="cattitle"><b>{L_RANK}</b></span></td>
|
||||
<td class="cat" align="center"><span class="cattitle"><b>{L_SPECIAL_RANK}</b></span></td>
|
||||
<td class="cat" align="center"><span class="cattitle"><b>{L_EDIT}</b></span></td>
|
||||
<td class="cat" align="center"><span class="cattitle"><b>{L_DELETE}</b></span></td>
|
||||
</tr>
|
||||
<!-- BEGIN ranks -->
|
||||
<tr>
|
||||
<td class="{ranks.ROW_CLASS}" align="center" style="bgcolor: {ranks.ROW_COLOR};">{ranks.RANK}</td>
|
||||
<td class="{ranks.ROW_CLASS}" align="center" style="bgcolor: {ranks.ROW_COLOR};">{ranks.SPECIAL_RANK}</td>
|
||||
<td class="{ranks.ROW_CLASS}" align="center" style="bgcolor: {ranks.ROW_COLOR};"><a href="{ranks.U_RANK_EDIT}">{L_EDIT}</td>
|
||||
<td class="{ranks.ROW_CLASS}" align="center" style="bgcolor: {ranks.ROW_COLOR};"><a href="{ranks.U_RANK_DELETE}">{L_DELETE}</td>
|
||||
</tr>
|
||||
<!-- END ranks -->
|
||||
<tr>
|
||||
<td class="row2" align="center" colspan="4"><a href="admin_ranks.php?mode=add">{L_ADD_RANK}</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
@ -1,38 +0,0 @@
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<h1>{L_SMILEY_TITLE}</h1>
|
||||
|
||||
<p>{L_SMILEY_EXPLAIN}</p>
|
||||
|
||||
<script language="javascript" type="text/javascript">
|
||||
<!--
|
||||
|
||||
function update_smiley(newimage)
|
||||
{
|
||||
document.smiley_image.src = "{S_SMILEY_BASEDIR}/" + newimage;
|
||||
}
|
||||
|
||||
// -->
|
||||
</script>
|
||||
|
||||
<form method="post" action="{S_SMILEY_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<th colspan="2">{L_SMILEY_CONFIG}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2">{L_SMILEY_CODE}</td>
|
||||
<td class="row2"><input type="text" name="smile_code" value="{SMILEY_CODE}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_SMILEY_URL}</td>
|
||||
<td class="row1"><select name="smile_url" onchange="update_smiley(this.options[selectedIndex].value);">{S_FILENAME_OPTIONS}</select> <img name="smiley_image" src="{SMILEY_IMG}" border="0" alt="" /> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2">{L_SMILEY_EMOTION}</td>
|
||||
<td class="row2"><input type="text" name="smile_emotion" value="{SMILEY_EMOTICON}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" value="{L_SUBMIT}" /></td>
|
||||
</tr>
|
||||
</table></form>
|
@ -1,27 +0,0 @@
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<h1>{L_SMILEY_TITLE}</h1>
|
||||
|
||||
<P>{L_SMILEY_TEXT}</p>
|
||||
|
||||
<form method="get" action="{S_SMILEY_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<th>{L_CODE}</th>
|
||||
<th>{L_SMILE}</th>
|
||||
<th>{L_EMOT}</th>
|
||||
<th colspan="2">{L_ACTION}</th>
|
||||
</tr>
|
||||
<!-- BEGIN smiles -->
|
||||
<tr>
|
||||
<td class="{smiles.ROW_CLASS}">{smiles.CODE}</td>
|
||||
<td class="{smiles.ROW_CLASS}"><img src="{smiles.SMILEY_IMG}" alt="{smiles.CODE}" /></td>
|
||||
<td class="{smiles.ROW_CLASS}">{smiles.EMOT}</td>
|
||||
<td class="{smiles.ROW_CLASS}"><a href="{smiles.U_SMILEY_EDIT}">{L_EDIT}</a></td>
|
||||
<td class="{smiles.ROW_CLASS}"><a href="{smiles.U_SMILEY_DELETE}">{L_DELETE}</a></td>
|
||||
</tr>
|
||||
<!-- END smiles -->
|
||||
<tr>
|
||||
<td class="cat" colspan="5" align="center">{S_HIDDEN_FIELDS}<input type="submit" value="{L_SMILEY_ADD}" /></td>
|
||||
</tr>
|
||||
</table></form>
|
@ -1,17 +0,0 @@
|
||||
|
||||
<br clear="all" /><br />
|
||||
|
||||
<table width="85%" cellpadding="1" cellspacing="0" border="0" align="center">
|
||||
<tr>
|
||||
<td class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
|
||||
<tr>
|
||||
<td class="cat" align="center"><span class="cattitle"><b>{L_SMILEY_TITLE}</b></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2" width="100%" align="center"><span class="gen">{L_SMILEY_ACTION}</span><br /><a href="{U_SMILEY_ADMIN}">{L_SMILEY_TEXT}</a></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
@ -1,19 +0,0 @@
|
||||
|
||||
<h1>{L_STYLES_TITLE}</h1>
|
||||
|
||||
<P>{L_STYLES_ADD_TEXT}</p>
|
||||
|
||||
<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
|
||||
<tr>
|
||||
<th class="thCornerL">{L_STYLE}</th>
|
||||
<th class="thTop">{L_TEMPLATE}</th>
|
||||
<th class="thCornerR">{L_ACTION}</th>
|
||||
</tr>
|
||||
<!-- BEGIN styles -->
|
||||
<tr>
|
||||
<td class="{styles.ROW_CLASS}">{styles.STYLE_NAME}</td>
|
||||
<td class="{styles.ROW_CLASS}">{styles.TEMPLATE_NAME}</td>
|
||||
<td class="{styles.ROW_CLASS}"><a href="{styles.U_STYLES_INSTALL}">{L_INSTALL}</a></td>
|
||||
</tr>
|
||||
<!-- END styles -->
|
||||
</table></form>
|
@ -1,241 +0,0 @@
|
||||
|
||||
<h1>{L_THEMES_TITLE}</h1>
|
||||
|
||||
<p>{L_THEMES_EXPLAIN}</p>
|
||||
|
||||
<form action="{S_THEME_ACTION}" method="POST"><table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline">
|
||||
<tr>
|
||||
<th class="thHead" colspan="3">{L_THEME_SETTINGS}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_THEME_NAME}:</td>
|
||||
<td class="row2" colspan="2"><input type="text" size="25" maxlength="100" name="style_name" value="{THEME_NAME}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_TEMPLATE}:</td>
|
||||
<td class="row2" colspan="2">{S_TEMPLATE_SELECT}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cattitle">{L_THEME_ELEMENT}</td>
|
||||
<td class="cattitle">{L_VALUE}</td>
|
||||
<td class="cattitle">{L_SIMPLE_NAME}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_STYLESHEET}:<br /><span class="gensmall">Filename for CSS stylesheet to use for this theme.</span></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="head_stylesheet" value="{HEAD_STYLESHEET}"></td>
|
||||
<td class="row2"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_BACKGROUND_IMAGE}:</td>
|
||||
<td class="row2" ><input type="text" size="25" maxlength="100" name="body_background" value="{BODY_BACKGROUND}"></td>
|
||||
<td class="row2"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_BACKGROUND_COLOR}:</td>
|
||||
<td class="row2" ><input type="text" size="25" maxlength="100" name="body_bgcolor" value="{BODY_BGCOLOR}"></td>
|
||||
<td class="row2"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_BODY_LINK}:</td>
|
||||
<td class="row2" ><input type="text" size="25" maxlength="100" name="body_link" value="{BODY_LINK}"></td>
|
||||
<td class="row2"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_BODY_VLINK}:</td>
|
||||
<td class="row2" ><input type="text" size="25" maxlength="100" name="body_vlink" value="{BODY_VLINK}"></td>
|
||||
<td class="row2"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_BODY_ALINK}:</td>
|
||||
<td class="row2" ><input type="text" size="25" maxlength="100" name="body_alink" value="{BODY_ALINK}"></td>
|
||||
<td class="row2"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_BODY_HLINK}:</td>
|
||||
<td class="row2" ><input type="text" size="25" maxlength="100" name="body_hlink" value="{BODY_HLINK}"></td>
|
||||
<td class="row2"> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="row1">{L_TR_COLOR1}:</td>
|
||||
<td class="row2"><input type="text" size="6" maxlength="6" name="tr_color1" value="{TR_COLOR1}"></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="tr_color1_name" value="{TR_COLOR1_NAME}">
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="row1">{L_TR_COLOR2}:</td>
|
||||
<td class="row2"><input type="text" size="6" maxlength="6" name="tr_color2" value="{TR_COLOR2}"></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="tr_color2_name" value="{TR_COLOR2_NAME}">
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="row1">{L_TR_COLOR3}:</td>
|
||||
<td class="row2"><input type="text" size="6" maxlength="6" name="tr_color3" value="{TR_COLOR3}"></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="tr_color3_name" value="{TR_COLOR3_NAME}">
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_TR_CLASS1}:</td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="25" name="tr_class1" value="{TR_CLASS1}"></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="tr_class1_name" value="{TR_CLASS1_NAME}">
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="row1">{L_TR_CLASS2}:</td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="25" name="tr_class2" value="{TR_CLASS2}"></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="tr_class2_name" value="{TR_CLASS2_NAME}">
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="row1">{L_TR_CLASS3}:</td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="25" name="tr_class3" value="{TR_CLASS3}"></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="tr_class3_name" value="{TR_CLASS3_NAME}">
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_TH_COLOR1}:</td>
|
||||
<td class="row2"><input type="text" size="6" maxlength="6" name="th_color1" value="{TH_COLOR1}"></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="th_color1_name" value="{TH_COLOR1_NAME}">
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="row1">{L_TH_COLOR2}:</td>
|
||||
<td class="row2"><input type="text" size="6" maxlength="6" name="th_color2" value="{TH_COLOR2}"></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="th_color2_name" value="{TH_COLOR2_NAME}">
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="row1">{L_TH_COLOR3}:</td>
|
||||
<td class="row2"><input type="text" size="6" maxlength="6" name="th_color3" value="{TH_COLOR3}"></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="th_color3_name" value="{TH_COLOR3_NAME}">
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_TH_CLASS1}:</td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="25" name="th_class1" value="{TH_CLASS1}"></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="th_class1_name" value="{TH_CLASS1_NAME}">
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="row1">{L_TH_CLASS2}:</td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="25" name="th_class2" value="{TH_CLASS2}"></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="th_class2_name" value="{TH_CLASS2_NAME}">
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="row1">{L_TD_CLASS3}:</td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="25" name="th_class3" value="{TD_CLASS3}"></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="th_class3_name" value="{TD_CLASS3_NAME}">
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_TD_COLOR1}:</td>
|
||||
<td class="row2"><input type="text" size="6" maxlength="6" name="td_color1" value="{TD_COLOR1}"></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="td_color1_name" value="{TD_COLOR1_NAME}">
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="row1">{L_TD_COLOR2}:</td>
|
||||
<td class="row2"><input type="text" size="6" maxlength="6" name="td_color2" value="{TD_COLOR2}"></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="td_color2_name" value="{TD_COLOR2_NAME}">
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="row1">{L_TD_COLOR3}:</td>
|
||||
<td class="row2"><input type="text" size="6" maxlength="6" name="td_color3" value="{TD_COLOR3}"></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="td_color3_name" value="{TD_COLOR3_NAME}">
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_TD_CLASS1}:</td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="25" name="td_class1" value="{TD_CLASS1}"></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="td_class1_name" value="{TD_CLASS1_NAME}">
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="row1">{L_TD_CLASS2}:</td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="25" name="td_class2" value="{TD_CLASS2}"></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="td_class2_name" value="{TD_CLASS2_NAME}">
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="row1">{L_TD_CLASS3}:</td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="25" name="td_class3" value="{TD_CLASS3}"></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="td_class3_name" value="{TD_CLASS3_NAME}">
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="row1">{L_FONTFACE_1}:</td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="50" name="fontface1" value="{FONTFACE1}"></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="fontface1_name" value="{FONTFACE1_NAME}">
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="row1">{L_FONTFACE_2}:</td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="50" name="fontface2" value="{FONTFACE2}"></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="fontface2_name" value="{FONTFACE2_NAME}">
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="row1">{L_FONTFACE_3}:</td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="50" name="fontface3" value="{FONTFACE3}"></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="fontface3_name" value="{FONTFACE3_NAME}">
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="row1">{L_FONTSIZE_1}:</td>
|
||||
<td class="row2"><input type="text" size="4" maxlength="4" name="fontsize1" value="{FONTSIZE1}"></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="fontsize1_name" value="{FONTSIZE1_NAME}">
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="row1">{L_FONTSIZE_2}:</td>
|
||||
<td class="row2"><input type="text" size="4" maxlength="4" name="fontsize2" value="{FONTSIZE2}"></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="fontsize2_name" value="{FONTSIZE2_NAME}">
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="row1">{L_FONTSIZE_3}:</td>
|
||||
<td class="row2"><input type="text" size="4" maxlength="4" name="fontsize3" value="{FONTSIZE3}"></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="fontsize3_name" value="{FONTSIZE3_NAME}">
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="row1">{L_FONTCOLOR_1}:</td>
|
||||
<td class="row2"><input type="text" size="6" maxlength="6" name="fontcolor1" value="{FONTCOLOR1}"></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="fontcolor1_name" value="{FONTCOLOR1_NAME}">
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="row1">{L_FONTCOLOR_2}:</td>
|
||||
<td class="row2"><input type="text" size="6" maxlength="6" name="fontcolor2" value="{FONTCOLOR2}"></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="fontcolor2_name" value="{FONTCOLOR2_NAME}">
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="row1">{L_FONTCOLOR_3}:</td>
|
||||
<td class="row2"><input type="text" size="6" maxlength="6" name="fontcolor3" value="{FONTCOLOR3}"></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="fontcolor3_name" value="{FONTCOLOR3_NAME}">
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="row1">{L_SPAN_CLASS_1}:</td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="25" name="span_class1" value="{SPAN_CLASS1}"></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="span_class1_name" value="{SPAN_CLASS1_NAME}">
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="row1">{L_SPAN_CLASS_2}:</td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="25" name="span_class2" value="{SPAN_CLASS2}"></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="span_class2_name" value="{SPAN_CLASS2_NAME}">
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="row1">{L_SPAN_CLASS_3}:</td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="25" name="span_class3" value="{SPAN_CLASS3}"></td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="span_class3_name" value="{SPAN_CLASS3_NAME}">
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td class="catBottom" colspan="3" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="Save Settings" class="mainoption" />
|
||||
</td>
|
||||
</tr>
|
||||
</table></form>
|
||||
|
||||
<br clear="all">
|
@ -1,14 +0,0 @@
|
||||
|
||||
<h1>{L_STYLE_EXPORTER}</h1>
|
||||
|
||||
<p>{L_EXPORTER_EXPLAIN}</p>
|
||||
|
||||
<form method="post" action="{S_EXPORTER_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
|
||||
<tr>
|
||||
|
||||
<th class="thHead" align="center">{L_TEMPLATE_SELECT}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" align="center">{S_TEMPLATE_SELECT} <input type="submit" name="edit" value="{L_SUBMIT}" class="mainoption" /> </td>
|
||||
</tr>
|
||||
</table></form>
|
@ -1,21 +0,0 @@
|
||||
|
||||
<h1>{L_STYLES_TITLE}</h1>
|
||||
|
||||
<P>{L_STYLES_TEXT}</p>
|
||||
|
||||
<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
|
||||
<tr>
|
||||
<th class="thCornerL">{L_STYLE}</th>
|
||||
<th class="thTop">{L_TEMPLATE}</th>
|
||||
<th class="thTop">{L_EDIT}</th>
|
||||
<th colspan="2" class="thCornerR">{L_DELETE}</th>
|
||||
</tr>
|
||||
<!-- BEGIN styles -->
|
||||
<tr>
|
||||
<td class="{styles.ROW_CLASS}">{styles.STYLE_NAME}</td>
|
||||
<td class="{styles.ROW_CLASS}">{styles.TEMPLATE_NAME}</td>
|
||||
<td class="{styles.ROW_CLASS}"><a href="{styles.U_STYLES_EDIT}">{L_EDIT}</a></td>
|
||||
<td class="{styles.ROW_CLASS}"><a href="{styles.U_STYLES_DELETE}">{L_DELETE}</a></td>
|
||||
</tr>
|
||||
<!-- END styles -->
|
||||
</table></form>
|
@ -1,37 +0,0 @@
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<h1>{L_BAN_TITLE}</h1>
|
||||
|
||||
<p>{L_BAN_EXPLAIN}</p>
|
||||
|
||||
<form method="post" action="{S_BAN_ACTION}"><table width="80%" cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center">{L_BAN_USER}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_USERNAME}: <br /><span class="gensmall">{L_BAN_USER_EXPLAIN}</span></td>
|
||||
<td class="row2">{S_USERLIST_SELECT}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center">{L_BAN_IP}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_IP_OR_HOSTNAME}: <br /><span class="gensmall">{L_BAN_IP_EXPLAIN}</span></td>
|
||||
<td class="row2"><input type="text" name="ip" size="35" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center">{L_BAN_EMAIL}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_EMAIL_ADDRESS}: <br /><span class="gensmall">{L_BAN_EMAIL_EXPLAIN}</span></td>
|
||||
<td class="row2"><input type="text" name="email" size="35" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" /> <input type="reset" value="{L_RESET}" /></td>
|
||||
</tr>
|
||||
</table></form>
|
||||
|
||||
<p>{L_BAN_EXPLAIN_WARN}</p>
|
||||
|
||||
<br clear="all" />
|
@ -1,150 +0,0 @@
|
||||
<br clear="all" />
|
||||
|
||||
<h1>{L_USER_TITLE}</h1>
|
||||
|
||||
<p>{L_USER_EXPLAIN}</p>
|
||||
|
||||
<form action="{S_PROFILE_ACTION}" method="post"><table width="98%" cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<td class="cat" colspan="2"><span class="cattitle"><b>{L_REGISTRATION_INFO}</b></span><br /><span class="gensmall">{L_ITEMS_REQUIRED}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" width="38%"><span class="gen">{L_USERNAME}: *</span></td>
|
||||
<td class="row2"><input type="text" name="username" size="35" maxlength="40" value="{USERNAME}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_EMAIL_ADDRESS}: *</span></td>
|
||||
<td class="row2"><input type="text" name="email" size="35" maxlength="255" value="{EMAIL}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_PASSWORD}: *</span><br /><span class="gensmall">{L_PASSWORD_IF_CHANGED}</span></td>
|
||||
<td class="row2"><input type="password" name="password" size="35" maxlength="100" value="{PASSWORD}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_CONFIRM} {L_PASSWORD}: * </span><br /><span class="gensmall">{L_PASSWORD_CONFIRM_IF_CHANGED}</span></td>
|
||||
<td class="row2"><input type="password" name="password_confirm" size="35" maxlength="100" value="{PASSWORD_CONFIRM}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2"><span class="cattitle"><b>{L_PROFILE_INFO}</b></span><br /><span class="gensmall">{L_PROFILE_INFO_NOTICE}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_ICQ_NUMBER}:</span></td>
|
||||
<td class="row2"><input type="text" name="icq" size="10" maxlength="15" value="{ICQ}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_AIM}:</span></td>
|
||||
<td class="row2"><input type="text" name="aim" size="20" maxlength="255" value="{AIM}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_MESSENGER}:</span></td>
|
||||
<td class="row2"><input type="text" name="msn" size="20" maxlength="255" value="{MSN}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_YAHOO}:</span></td>
|
||||
<td class="row2"><input type="text" name="yim" size="20" maxlength="255" value="{YIM}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_WEBSITE}:</span></td>
|
||||
<td class="row2"><input type="text" name="website" size="35" maxlength="255" value="{WEBSITE}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_LOCATION}:</span></td>
|
||||
<td class="row2"><input type="text" name="location" size="35" maxlength="100" value="{LOCATION}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_OCCUPATION}:</span></td>
|
||||
<td class="row2"><input type="text" name="occupation" size="35" maxlength="100" value="{OCCUPATION}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_INTERESTS}:</span></td>
|
||||
<td class="row2"><input type="text" name="interests" size="35" maxlength="150" value="{INTERESTS}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_SIGNATURE}:</span><br /><span class="gensmall">{L_SIGNATURE_EXPLAIN}<br /><br />{L_HTML_IS} <u>{HTML_STATUS}</u><br />{L_BBCODE_IS} <u>{BBCODE_STATUS}</u><br />{L_SMILIES_ARE} <u>{SMILIES_STATUS}</u></span></td>
|
||||
<td class="row2"><textarea name="signature" rows="6" cols="45">{SIGNATURE}</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2"><span class="cattitle"><b>{L_PREFERENCES}</b></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_PUBLIC_VIEW_EMAIL}:</span></td>
|
||||
<td class="row2"><input type="radio" name="viewemail" value="1" {VIEW_EMAIL_YES} /> <span class="gen">{L_YES}</span> <input type="radio" name="viewemail" value="0" {VIEW_EMAIL_NO} /> <span class="gen">{L_NO}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_HIDE_USER}:</span></td>
|
||||
<td class="row2"><input type="radio" name="hideonline" value="1" {HIDE_USER_YES} /> <span class="gen">{L_YES}</span> <input type="radio" name="hideonline" value="0" {HIDE_USER_NO} /> <span class="gen">{L_NO}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_NOTIFY_ON_PRIVMSG}:</span></td>
|
||||
<td class="row2"><input type="radio" name="notifypm" value="1" {NOTIFY_PM_YES} /> <span class="gen">{L_YES}</span> <input type="radio" name="notifypm" value="0" {NOTIFY_PM_NO} /> <span class="gen">{L_NO}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_ALWAYS_ADD_SIGNATURE}:</span></td>
|
||||
<td class="row2"><input type="radio" name="attachsig" value="1" {ALWAYS_ADD_SIGNATURE_YES} /> <span class="gen">{L_YES}</span> <input type="radio" name="attachsig" value="0" {ALWAYS_ADD_SIGNATURE_NO} /> <span class="gen">{L_NO}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_ALWAYS_ALLOW_BBCODE}:</span></td>
|
||||
<td class="row2"><input type="radio" name="allowbbcode" value="1" {ALWAYS_ALLOW_BBCODE_YES} /> <span class="gen">{L_YES}</span> <input type="radio" name="allowbbcode" value="0" {ALWAYS_ALLOW_BBCODE_NO} /> <span class="gen">{L_NO}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_ALWAYS_ALLOW_HTML}:</span></td>
|
||||
<td class="row2"><input type="radio" name="allowhtml" value="1" {ALWAYS_ALLOW_HTML_YES} /> <span class="gen">{L_YES}</span> <input type="radio" name="allowhtml" value="0" {ALWAYS_ALLOW_HTML_NO} /> <span class="gen">{L_NO}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_ALWAYS_ALLOW_SMILIES}:</span></td>
|
||||
<td class="row2"><input type="radio" name="allowsmilies" value="1" {ALWAYS_ALLOW_SMILIES_YES} /> <span class="gen">{L_YES}</span> <input type="radio" name="allowsmilies" value="0" {ALWAYS_ALLOW_SMILIES_NO} /> <span class="gen">{L_NO}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_BOARD_LANGUAGE}:</span></td>
|
||||
<td class="row2">{LANGUAGE_SELECT}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_BOARD_STYLE}:</span></td>
|
||||
<td class="row2">{STYLE_SELECT}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_TIMEZONE}:</span></td>
|
||||
<td class="row2">{TIMEZONE_SELECT}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_DATE_FORMAT}:</span><br /><span class="gensmall">{L_DATE_FORMAT_EXPLAIN}</span></td>
|
||||
<td class="row2"><input type="text" name="dateformat" value="{DATE_FORMAT}" maxlength="16" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2"><span class="cattitle"><b>{L_AVATAR_PANEL}</b></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" colspan="2" align="center"><table width="70%" cellspacing="2" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td width="65%"><span class="gensmall">{L_AVATAR_EXPLAIN}</span></td>
|
||||
<td align="center"><span class="gensmall">{L_CURRENT_IMAGE}</span><br />{AVATAR}<br /><input type="checkbox" name="avatardel" /> <span class="gensmall">{L_DELETE_AVATAR}</span></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2"><span class="cattitle"><B>{L_SPECIAL}</b></span><br /><span class="gensmall">{L_SPECIAL_EXPLAIN}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_USER_ACTIVE}:</span></td>
|
||||
<td class="row2"><input type="radio" name="user_status" value="1" {USER_ACTIVE_YES} /> <span class="gen">{L_YES}</span> <input type="radio" name="user_status" value="0" {USER_ACTIVE_NO} /> <span class="gen">{L_NO}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_ALLOW_PM}:</span></td>
|
||||
<td class="row2"><input type="radio" name="user_allowpm" value="1" {ALLOW_PM_YES} /> <span class="gen">{L_YES}</span> <input type="radio" name="user_allowpm" value="0" {ALLOW_PM_NO} /> <span class="gen">{L_NO}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_ALLOW_AVATAR}:</span></td>
|
||||
<td class="row2"><input type="radio" name="user_allowavatar" value="1" {ALLOW_AVATAR_YES} /> <span class="gen">{L_YES}</span> <input type="radio" name="user_allowavatar" value="0" {ALLOW_AVATAR_NO} /> <span class="gen">{L_NO}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_SELECT_RANK}:</span></td>
|
||||
<td class="row2"><select name="user_rank">{RANK_SELECT_BOX}</select></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_DELETE_USER}?</span></td>
|
||||
<td class="row2"><input type="checkbox" name="deleteuser">{L_DELETE_USER_EXPLAIN}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" /> <input type="reset" value="{L_RESET}" /></td>
|
||||
</tr>
|
||||
</table></form>
|
@ -1,34 +0,0 @@
|
||||
<br clear="all" />
|
||||
<b>{L_NOTICE}</b>
|
||||
<br clear="all" />
|
||||
|
||||
<h1>{L_EMAIL_TITLE}</h1>
|
||||
|
||||
<p>{L_EMAIL_EXPLAIN}</p>
|
||||
|
||||
<table cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<td class="cat" align="center"><span class="cattitle"><b>{L_COMPOSE}</b></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<form method="post" action="{S_USER_ACTION}">
|
||||
<td class="row1" align="center">{L_GROUP_SELECT} {S_GROUP_SELECT}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2" align="center">{L_EMAIL_SUBJECT} <input type="text" name="{S_EMAIL_SUBJECT}"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row3" align="center">{L_EMAIL_MSG}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row4" align="center">
|
||||
<textarea name="{S_EMAIL_MSG}" ROWS = 15 COLS = 40></textarea>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row5" align="center"><input type="submit" value="{L_EMAIL}" name="submit"> </td>
|
||||
</tr>
|
||||
</form>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
@ -1,17 +0,0 @@
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<h1>{L_USER_TITLE}</h1>
|
||||
|
||||
<p>{L_USER_EXPLAIN}</p>
|
||||
|
||||
<table cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<td class="cat" align="center"><span class="cattitle"><b>{L_USER_SELECT}</b></span></td>
|
||||
</tr>
|
||||
<tr><form method="get" action="{S_USER_ACTION}">
|
||||
<td class="row1" align="center">{S_USER_SELECT} <input type="submit" value="{L_LOOK_UP}" name="submit"> </td>
|
||||
</form></tr>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
@ -1,35 +0,0 @@
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<h1>{L_BAN_TITLE}</h1>
|
||||
|
||||
<p>{L_BAN_EXPLAIN}</p>
|
||||
|
||||
<form method="post" action="{S_BAN_ACTION}"><table width="80%" cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center">{L_BAN_USER}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_USERNAME}: <br /><span class="gensmall">{L_BAN_USER_EXPLAIN}</span></td>
|
||||
<td class="row2">{S_USERLIST_SELECT}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center">{L_BAN_IP}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_IP_OR_HOSTNAME}: <br /><span class="gensmall">{L_BAN_IP_EXPLAIN}</span></td>
|
||||
<td class="row2">{S_IPLIST_SELECT}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center">{L_BAN_EMAIL}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_EMAIL_ADDRESS}: <br /><span class="gensmall">{L_BAN_EMAIL_EXPLAIN}</span></td>
|
||||
<td class="row2">{S_EMAILLIST_SELECT}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" /> <input type="reset" value="{L_RESET}" /></td>
|
||||
</tr>
|
||||
</table></form>
|
||||
|
||||
<br clear="all" />
|
@ -1,23 +0,0 @@
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<h1>{L_WORDS_TITLE}</h1>
|
||||
|
||||
<p>{L_WORDS_TEXT}</p>
|
||||
|
||||
<form method="post" action="{S_WORDS_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<th colspan="2">{L_WORD_CENSOR}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2">{L_WORD}</td>
|
||||
<td class="row2"><input type="text" name="word" value="{WORD}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_REPLACEMENT}</td>
|
||||
<td class="row1"><input type="text" name="replacement" value="{REPLACEMENT}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="save" value="{L_SUBMIT}" /></td>
|
||||
</tr>
|
||||
</table></form>
|
@ -1,25 +0,0 @@
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<h1>{L_WORDS_TITLE}</h1>
|
||||
|
||||
<P>{L_WORDS_TEXT}</p>
|
||||
|
||||
<form method="POST" action="{S_WORDS_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<th>{L_WORD}</th>
|
||||
<th>{L_REPLACEMENT}</th>
|
||||
<th colspan="2">{L_ACTION}</th>
|
||||
</tr>
|
||||
<!-- BEGIN words -->
|
||||
<tr>
|
||||
<td class="{words.ROW_CLASS}" align="center">{words.WORD}</td>
|
||||
<td class="{words.ROW_CLASS}" align="center">{words.REPLACEMENT}</td>
|
||||
<td class="{words.ROW_CLASS}"><a href="{words.U_WORD_EDIT}">{L_EDIT}</a></td>
|
||||
<td class="{words.ROW_CLASS}"><a href="{words.U_WORD_DELETE}">{L_DELETE}</a></td>
|
||||
</tr>
|
||||
<!-- END words -->
|
||||
<tr>
|
||||
<td colspan="5" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="add" value="{L_ADD_WORD}" /></td>
|
||||
</tr>
|
||||
</table></form>
|
@ -1,23 +0,0 @@
|
||||
|
||||
<table width="98%" cellspacing="0" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<td align="left"><span class="gensmall"><a href="{U_INDEX}">{L_INDEX}</a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table width="98%" cellpadding="1" cellspacing="0" border="0" align="center">
|
||||
<tr>
|
||||
<td class="tablebg"><table border="0" cellpadding="3" cellspacing="1" width="100%">
|
||||
<tr>
|
||||
<td class="cat" width="100%" height="30" align="center"><span class="cattitle"><b>{SITENAME} - {REGISTRATION}<b></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" width="100%"><table width="80%" cellspacing="2" cellpadding="2" border="0" align="center">
|
||||
<tr>
|
||||
<td><span class="gen"><br />{AGREEMENT}<br /><br /><br /><div align="center"><a href="{U_AGREE_OVER13}">{AGREE_OVER_13}</a><br /><br /><a href="{U_AGREE_UNDER13}">{AGREE_UNDER_13}</a><br /><br /><a href="{U_INDEX}">{DO_NOT_AGREE}</a></div><br /></span></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table>
|
@ -1,125 +0,0 @@
|
||||
<!-- BEGIN ulist_open -->
|
||||
<ul>
|
||||
<!-- END ulist_open -->
|
||||
|
||||
<!-- BEGIN ulist_close -->
|
||||
</ul>
|
||||
<!-- END ulist_close -->
|
||||
|
||||
|
||||
<!-- BEGIN olist_open -->
|
||||
<ol type="{LIST_TYPE}">
|
||||
<!-- END olist_open -->
|
||||
|
||||
<!-- BEGIN olist_close -->
|
||||
</ol>
|
||||
<!-- END olist_close -->
|
||||
|
||||
|
||||
<!-- BEGIN listitem -->
|
||||
<li>
|
||||
<!-- END listitem -->
|
||||
|
||||
|
||||
<!-- BEGIN quote_username_open -->
|
||||
</span>
|
||||
|
||||
<table width="90%" border="0" cellpadding="0" cellspacing="2" align="center">
|
||||
<tr>
|
||||
<td><span class="gensmall"><b>{USERNAME} {L_WROTE}:</b></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><hr /><span class="gensmall"><!-- END quote_username_open -->
|
||||
|
||||
<!-- BEGIN quote_open -->
|
||||
</span>
|
||||
|
||||
<table width="90%" cellpadding="0" cellspacing="2" border="0" align="center">
|
||||
<tr>
|
||||
<td><span class="gensmall"><b>{L_QUOTE}:</b></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><hr /><span class="gensmall"><!-- END quote_open -->
|
||||
|
||||
<!-- BEGIN quote_close --></span><hr /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<span class="gen">
|
||||
<!-- END quote_close -->
|
||||
|
||||
|
||||
<!-- BEGIN code_open -->
|
||||
</span>
|
||||
<table border="0" align="center" width="90%" cellpadding="3" cellspacing="1">
|
||||
<tr>
|
||||
<td><span class="gensmall"><b>{L_CODE}:</b></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><hr /><span class="courier"><!-- END code_open -->
|
||||
|
||||
<!-- BEGIN code_close --></span><hr /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<span class="gen">
|
||||
<!-- END code_close -->
|
||||
|
||||
|
||||
<!-- BEGIN b_open -->
|
||||
<span style="font-weight: bold">
|
||||
<!-- END b_open -->
|
||||
|
||||
<!-- BEGIN b_close -->
|
||||
</span>
|
||||
<!-- END b_close -->
|
||||
|
||||
|
||||
<!-- BEGIN u_open -->
|
||||
<span style="text-decoration: underline">
|
||||
<!-- END u_open -->
|
||||
|
||||
<!-- BEGIN u_close -->
|
||||
</span>
|
||||
<!-- END u_close -->
|
||||
|
||||
|
||||
<!-- BEGIN i_open -->
|
||||
<span style="font-style: italic">
|
||||
<!-- END i_open -->
|
||||
|
||||
<!-- BEGIN i_close -->
|
||||
</span>
|
||||
<!-- END i_close -->
|
||||
|
||||
|
||||
<!-- BEGIN color_open -->
|
||||
<span style="color: {COLOR}">
|
||||
<!-- END color_open -->
|
||||
|
||||
<!-- BEGIN color_close -->
|
||||
</span>
|
||||
<!-- END color_close -->
|
||||
|
||||
|
||||
<!-- BEGIN size_open -->
|
||||
<span style="font-size: {SIZE}; line-height: normal">
|
||||
<!-- END size_open -->
|
||||
|
||||
<!-- BEGIN size_close -->
|
||||
</span>
|
||||
<!-- END size_close -->
|
||||
|
||||
<!-- BEGIN img -->
|
||||
<img src="{URL}" border="0" alt="" />
|
||||
<!-- END img -->
|
||||
|
||||
|
||||
<!-- BEGIN url -->
|
||||
<a href="{URL}" target="_blank">{DESCRIPTION}</a>
|
||||
<!-- END url -->
|
||||
|
||||
|
||||
<!-- BEGIN email -->
|
||||
<a href="mailto:{EMAIL}">{EMAIL}</a>
|
||||
<!-- END email -->
|
@ -1,13 +0,0 @@
|
||||
|
||||
<form action="{S_CONFIRM_ACTION}" method="post"><table width="80%" cellspacing="0" cellpadding="1" border="0" align="center">
|
||||
<tr>
|
||||
<td class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
|
||||
<tr>
|
||||
<th class="secondary" height="25"><b>{MESSAGE_TITLE}</b></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2" align="center"><br /><span class="gen">{MESSAGE_TEXT}</span><br /><br />{S_HIDDEN_FIELDS}<input class="liteoptiontable" type="submit" name="confirm" value="{L_YES}" /> <input class="liteoptiontable" type="submit" name="cancel" value="{L_NO}" /><br /><br /></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></form>
|
@ -1,12 +0,0 @@
|
||||
|
||||
<table width="98%" cellspacing="0" cellpadding="0" border="0" align="center">
|
||||
<tr>
|
||||
<td class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
|
||||
<tr>
|
||||
<td class="row1" height="30" align="center"><span class="gen"><b>{ERROR_MESSAGE}</b></span></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
@ -1,73 +0,0 @@
|
||||
|
||||
<table width="98%" cellspacing="0" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<td align="left" valign="bottom"><span class="gensmall"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table width="98%" cellpadding="0" cellspacing="0" border="0" align="center">
|
||||
<tr>
|
||||
<td width="100%" class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
|
||||
<tr>
|
||||
<td class="cat" height="30" align="center"><span class="cattitle">{L_FAQ}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" valign="top" class="row1"><table cellspacing="3" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<!-- BEGIN faq_block_link -->
|
||||
<tr>
|
||||
<td><span class="gen"><b>{faq_block_link.BLOCK_TITLE}</b></span></td>
|
||||
</tr>
|
||||
<!-- BEGIN faq_row_link -->
|
||||
<tr>
|
||||
<td><span class="gen"><a href="{faq_block_link.faq_row_link.U_FAQ_LINK}">{faq_block_link.faq_row_link.FAQ_LINK}</a></span></td>
|
||||
</tr>
|
||||
<!-- END faq_row_link -->
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<!-- END faq_block_link -->
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="2" class="cat"><img src="images/spacer.gif" height="2" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<!-- BEGIN faq_block -->
|
||||
<table width="98%" cellpadding="0" cellspacing="0" border="0" align="center">
|
||||
<tr>
|
||||
<td width="100%" class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
|
||||
<tr>
|
||||
<td class="cat" height="30"><span class="cattitle">{faq_block.BLOCK_TITLE}</span></td>
|
||||
</tr>
|
||||
<!-- BEGIN faq_row -->
|
||||
<tr>
|
||||
<td align="left" valign="top" class="{faq_block.faq_row.ROW_CLASS}"><span class="gen"><a name="{faq_block.faq_row.U_FAQ_ID}"></a><b>{faq_block.faq_row.FAQ_QUESTION}</b><br /><br /><span class="gensmall">{faq_block.faq_row.FAQ_ANSWER}</span><br /><br /><span class="gensmall"><a href="#Top" class="postlink">{L_BACK_TO_TOP}</a></span></td>
|
||||
</tr>
|
||||
<!-- END faq_row -->
|
||||
</table></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="2" class="cat"><img src="images/spacer.gif" height="2" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<!-- END faq_block -->
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<table width="98%" cellpadding="0" cellspacing="0" border="0" align="center">
|
||||
<tr>
|
||||
<td valign="top"><span class="gensmall"><b>{S_TIMEZONE}</b></td>
|
||||
<td align="right" valign="middle" nowrap="nowrap"><span class="gensmall">{JUMPBOX}</span></td>
|
||||
</tr>
|
||||
</table>
|
@ -1,146 +0,0 @@
|
||||
|
||||
<form action="{S_GROUP_INFO_ACTION}" method="post">
|
||||
|
||||
<table width="98%" cellspacing="0" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<td align="left"><span class="gensmall"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table width="98%" cellpadding="0" cellspacing="0" border="0" align="center">
|
||||
<tr>
|
||||
<td width="100%" class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
|
||||
<tr>
|
||||
<td class="cat" colspan="7" height="30"><span class="cattitle">{L_GROUP_INFORMATION}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" width="20%"><span class="gen">{L_GROUP_NAME}:</span></td>
|
||||
<td class="row2"><span class="gen"><b>{GROUP_NAME}</b></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" width="20%"><span class="gen">{L_GROUP_DESC}:</span></td>
|
||||
<td class="row2"><span class="gen">{GROUP_DESC}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" width="20%"><span class="gen">{L_GROUP_MEMBERSHIP}:</span></td>
|
||||
<td class="row2"><span class="gen">{GROUP_DETAILS}
|
||||
<!-- BEGIN switch_subscribe_group_input -->
|
||||
<input class="mainoption" type="submit" name="joingroup" value="{L_JOIN_GROUP}" />
|
||||
<!-- END switch_subscribe_group_input -->
|
||||
<!-- BEGIN switch_unsubscribe_group_input -->
|
||||
<input class="mainoption" type="submit" name="unsub" value="{L_UNSUBSCRIBE_GROUP}" />
|
||||
<!-- END switch_unsubscribe_group_input -->
|
||||
</span></td>
|
||||
</tr>
|
||||
<!-- BEGIN switch_mod_option -->
|
||||
<tr>
|
||||
<td class="row1" width="20%"><span class="gen">{L_GROUP_TYPE}:</span></td>
|
||||
<td class="row2"><span class="gen"><span class="gen"><input type="radio" name="group_type" value="{S_GROUP_OPEN_TYPE}" {S_GROUP_OPEN_CHECKED} /> {L_GROUP_OPEN} <input type="radio" name="group_type" value="{S_GROUP_CLOSED_TYPE}" {S_GROUP_CLOSED_CHECKED} /> {L_GROUP_CLOSED} <input type="radio" name="group_type" value="{S_GROUP_HIDDEN_TYPE}" {S_GROUP_HIDDEN_CHECKED} /> {L_GROUP_HIDDEN} <input class="liteoptiontable" type="submit" name="groupstatus" value="{L_UPDATE}" /></span></td>
|
||||
</tr>
|
||||
<!-- END switch_mod_option -->
|
||||
</table></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
{S_HIDDEN_FIELDS}
|
||||
|
||||
</form>
|
||||
|
||||
<form action="{S_PENDING_ACTION}" method="post" name="post">
|
||||
<table width="98%" cellpadding="0" cellspacing="0" border="0" align="center">
|
||||
<tr>
|
||||
<td width="100%" class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
|
||||
<tr>
|
||||
<th height="25">{L_PM}</th>
|
||||
<th height="25">{L_USERNAME}</th>
|
||||
<th height="25">{L_POSTS}</th>
|
||||
<th height="25">{L_FROM}</th>
|
||||
<th height="25">{L_EMAIL}</th>
|
||||
<th height="25">{L_WEBSITE}</th>
|
||||
<th height="25">{L_SELECT}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="8" height="30"><span class="cattitle">{L_GROUP_MODERATOR}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" align="center"> {MOD_PM_IMG} </td>
|
||||
<td class="row1" align="center"><span class="gen"><a href="{U_MOD_VIEWPROFILE}" class="gen">{MOD_USERNAME}</a></span></td>
|
||||
<td class="row1" align="center" valign="middle"><span class="gen">{MOD_POSTS}</span></td>
|
||||
<td class="row1" align="center" valign="middle"><span class="gen">{MOD_FROM}</span></td>
|
||||
<td class="row1" align="center" valign="middle"><span class="gen">{MOD_EMAIL_IMG}</span></td>
|
||||
<td class="row1" align="center">{MOD_WWW_IMG}</td>
|
||||
<td class="row1" align="center"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="8" height="30"><span class="cattitle">{L_GROUP_MEMBERS}</span></td>
|
||||
</tr>
|
||||
<!-- BEGIN member_row -->
|
||||
<tr>
|
||||
<td class="{member_row.ROW_CLASS}" align="center">{member_row.PM_IMG}</td>
|
||||
<td class="{member_row.ROW_CLASS}" align="center"><span class="gen"><a href="{member_row.U_VIEWPROFILE}" class="gen">{member_row.USERNAME}</a></span></td>
|
||||
<td class="{member_row.ROW_CLASS}" align="center"><span class="gen">{member_row.POSTS}</span></td>
|
||||
<td class="{member_row.ROW_CLASS}" align="center"><span class="gen">{member_row.FROM}</span></td>
|
||||
<td class="{member_row.ROW_CLASS}" align="center" valign="middle"><span class="gen">{member_row.EMAIL_IMG}</span></td>
|
||||
<td class="{member_row.ROW_CLASS}" align="center">{member_row.WWW_IMG}</td>
|
||||
<td class="{member_row.ROW_CLASS}" align="center">
|
||||
<!-- BEGIN switch_mod_option -->
|
||||
<input type="checkbox" name="members[]" value="{member_row.USER_ID}" />
|
||||
<!-- END switch_mod_option -->
|
||||
</td>
|
||||
</tr>
|
||||
<!-- END member_row -->
|
||||
<!-- BEGIN switch_no_members -->
|
||||
<tr>
|
||||
<td class="row1" colspan="7" align="center"><span class="gen">{L_NO_MEMBERS}</span></td>
|
||||
</tr>
|
||||
<!-- END switch_no_members -->
|
||||
<!-- BEGIN switch_hidden_group -->
|
||||
<tr>
|
||||
<td class="row1" colspan="7" align="center"><span class="gen">{L_HIDDEN_MEMBERS}</span></td>
|
||||
</tr>
|
||||
<!-- END switch_hidden_group -->
|
||||
<tr>
|
||||
<td class="cat" colspan="8" height="30"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td><span class="gensmall">{PAGE_NUMBER}</span></td>
|
||||
<td align="right"><table cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td align="right"><span class="gensmall">{PAGINATION}</span></td>
|
||||
<!-- BEGIN switch_mod_option -->
|
||||
<td> </td>
|
||||
<td align="right"><span class="cattitle"><input class="liteoptiontable" type="submit" name="remove" value="{L_REMOVE_SELECTED}" /></td>
|
||||
<!-- END switch_mod_option -->
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table width="98%" cellpadding="0" cellspacing="0" border="0" align="center">
|
||||
<tr>
|
||||
<td width="100%" class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
|
||||
<tr>
|
||||
<td align="left" valign="top">
|
||||
<!-- BEGIN switch_mod_option -->
|
||||
<span class="genmed"><input type="text" class="post" name="username" maxlength="50" size="20" /> <input class="outsidetable" type="submit" name="add" value="{L_ADD_MEMBER}" /> <input class="outsidetable" type="submit" name="usersubmit" value="{L_FIND_USERNAME}" onClick="window.open('{U_SEARCH_USER}', '_phpbbsearch', 'HEIGHT=250,resizable=yes,WIDTH=400');return false;" /></span>
|
||||
<!-- END switch_mod_option -->
|
||||
</td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
{PENDING_USER_BOX}
|
||||
|
||||
{S_HIDDEN_FIELDS}
|
||||
|
||||
</form>
|
||||
|
||||
<table width="98%" cellspacing="2" border="0" align="center">
|
||||
<tr>
|
||||
<td valign="top"><span class="gensmall"><b>{S_TIMEZONE}</b></span></td>
|
||||
<td valign="top" align="right">{JUMPBOX}</td>
|
||||
</tr>
|
||||
</table>
|
@ -1,37 +0,0 @@
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<table width="98%" cellpadding="0" cellspacing="0" border="0" align="center">
|
||||
<tr>
|
||||
<td width="100%" class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
|
||||
<tr>
|
||||
<th height="25">{L_PM}</th>
|
||||
<th height="25">{L_USERNAME}</th>
|
||||
<th height="25">{L_POSTS}</th>
|
||||
<th height="25">{L_FROM}</th>
|
||||
<th height="25">{L_EMAIL}</th>
|
||||
<th height="25">{L_WEBSITE}</th>
|
||||
<th height="25">{L_SELECT}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="8" height="30"><span class="cattitle">{L_PENDING_MEMBERS}</span></td>
|
||||
</tr>
|
||||
<!-- BEGIN pending_members_row -->
|
||||
<tr>
|
||||
<td class="{pending_members_row.ROW_CLASS}" align="center">{pending_members_row.PM_IMG}</td>
|
||||
<td class="{pending_members_row.ROW_CLASS}" align="center"><span class="gen"><a href="{pending_members_row.U_VIEWPROFILE}" class="gen">{pending_members_row.USERNAME}</a></span></td>
|
||||
<td class="{pending_members_row.ROW_CLASS}" align="center"><span class="gen">{pending_members_row.POSTS}</span></td>
|
||||
<td class="{pending_members_row.ROW_CLASS}" align="center"><span class="gen"> {pending_members_row.FROM}</span></td>
|
||||
<td class="{pending_members_row.ROW_CLASS}" align="center" valign="middle"><span class="gen">{pending_members_row.EMAIL_IMG}</span></td>
|
||||
<td class="{pending_members_row.ROW_CLASS}" align="center">{pending_members_row.WWW_IMG}</td>
|
||||
<td class="{pending_members_row.ROW_CLASS}" align="center"> <input type="checkbox" name="members[]" value="{pending_members_row.USER_ID}" /> </td>
|
||||
</tr>
|
||||
<!-- END pending_members_row -->
|
||||
<tr>
|
||||
<td class="cat" colspan="8" height="30" align="right"><input class="liteoptiontable" type="submit" name="approve" value="{L_APPROVE_SELECTED}" /> <input class="liteoptiontable" type="submit" name="deny" value="{L_DENY_SELECTED}" /></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
@ -1,57 +0,0 @@
|
||||
|
||||
<table width="98%" cellspacing="0" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<td><span class="gensmall"><a href="{U_INDEX}">{L_INDEX}</a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table width="98%" cellpadding="1" cellspacing="0" border="0" align="center">
|
||||
<tr>
|
||||
<td class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
|
||||
<!-- BEGIN groups_joined -->
|
||||
<tr>
|
||||
<td class="cat" colspan="2" height="30"><span class="cattitle">{L_GROUP_MEMBERSHIP_DETAILS}</span></td>
|
||||
</tr>
|
||||
<!-- BEGIN groups_member -->
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_YOU_BELONG_GROUPS}</span></td>
|
||||
<td class="row2"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr><form method="post" action="{S_USERGROUP_ACTION}">
|
||||
<td width="50%" align="center"> {GROUP_MEMBER_SELECT} </td>
|
||||
<td width="50%" align="center"> <input class="mainoptiontable" type="submit" name="viewinfo" value="{L_VIEW_INFORMATION}"> </td>
|
||||
</form></tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<!-- END groups_member -->
|
||||
<!-- BEGIN groups_pending -->
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_PENDING_GROUPS}</span></td>
|
||||
<td class="row2"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr><form method="post" action="{S_USERGROUP_ACTION}">
|
||||
<td width="40%" align="center"> {GROUP_PENDING_SELECT} </td>
|
||||
<td width="30%" align="center"> <input class="mainoptiontable" type="submit" name="viewinfo" value="{L_VIEW_INFORMATION}"> </td>
|
||||
</form></tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<!-- END groups_pending -->
|
||||
<!-- END groups_joined -->
|
||||
<!-- BEGIN groups_remaining -->
|
||||
<tr>
|
||||
<td class="cat" colspan="2" height="30"><span class="cattitle"><b>{L_JOIN_A_GROUP}</b></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_SELECT_A_GROUP}</span></td>
|
||||
<td class="row2"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr><form method="post" action="{S_USERGROUP_ACTION}">
|
||||
<td width="40%" align="center"> {GROUP_LIST_SELECT} </td>
|
||||
<td width="30%" align="center"> <input class="mainoptiontable" type="submit" name="viewinfo" value="{L_VIEW_INFORMATION}"> </td>
|
||||
<td width="30%" align="center"> </td>
|
||||
</form></tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<!-- END groups_remaining -->
|
||||
</table></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
@ -1,4 +0,0 @@
|
||||
|
||||
INPUT.outsidetable {border:solid 1px;}
|
||||
INPUT.mainoptiontable {border:groove 2px;font-weight:bold}
|
||||
INPUT.liteoptiontable {border:groove 2px;}
|
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 135 B |
Before Width: | Height: | Size: 122 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 133 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
@ -1,10 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF" text="#000000">
|
||||
|
||||
</body>
|
||||
</html>
|
Before Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 396 B |
Before Width: | Height: | Size: 452 B |
Before Width: | Height: | Size: 415 B |
Before Width: | Height: | Size: 425 B |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 281 B |
Before Width: | Height: | Size: 276 B |
Before Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 934 B |
Before Width: | Height: | Size: 924 B |
Before Width: | Height: | Size: 932 B |
Before Width: | Height: | Size: 958 B |
Before Width: | Height: | Size: 944 B |
Before Width: | Height: | Size: 922 B |
Before Width: | Height: | Size: 806 B |
Before Width: | Height: | Size: 806 B |
Before Width: | Height: | Size: 806 B |
Before Width: | Height: | Size: 806 B |
Before Width: | Height: | Size: 806 B |
@ -1,10 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF" text="#000000">
|
||||
|
||||
</body>
|
||||
</html>
|
Before Width: | Height: | Size: 1.2 KiB |
@ -1,10 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF" text="#000000">
|
||||
|
||||
</body>
|
||||
</html>
|
@ -1,76 +0,0 @@
|
||||
|
||||
<table width="98%" cellspacing="0" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<td align="left" valign="bottom"><span class="gensmall"><a href="{U_INDEX}">{L_INDEX}</a></span></td>
|
||||
<td align="right"><span class="gensmall"><a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a>
|
||||
<!-- BEGIN switch_user_logged_in -->
|
||||
:: <a href="{U_SEARCH_SELF}" class="gensmall">{L_SEARCH_SELF}</a>
|
||||
<!-- END switch_user_logged_in -->
|
||||
</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table width="98%" cellpadding="0" cellspacing="0" border="0" align="center">
|
||||
<tr>
|
||||
<td class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
|
||||
<tr>
|
||||
<th height="25"> </th>
|
||||
<th height="25">{L_FORUM}</th>
|
||||
<th height="25">{L_TOPICS}</th>
|
||||
<th height="25">{L_POSTS}</th>
|
||||
<th height="25">{L_LASTPOST}</th>
|
||||
</tr>
|
||||
<!-- BEGIN catrow -->
|
||||
<tr>
|
||||
<td class="cat" colspan="5" height="30"><span class="cattitle"><b><a class="forumlinks" href="{catrow.U_VIEWCAT}">{catrow.CAT_DESC}</a></b> </span></td>
|
||||
</tr>
|
||||
<!-- BEGIN forumrow -->
|
||||
<tr>
|
||||
<td class="row1" align="center" valign="middle" width="7%">{catrow.forumrow.FOLDER}</td>
|
||||
<td class="row2"><span class="gen"><a class="forumlinks" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></span><br /><span class="gensmall">{catrow.forumrow.FORUM_DESC}<br /><i>{L_MODERATOR}: </i> {catrow.forumrow.MODERATORS}</span></td>
|
||||
<td class="row1" width="5%" align="center" valign="middle"><span class="gen">{catrow.forumrow.TOPICS}</span></td>
|
||||
<td class="row2" width="5%" align="center" valign="middle"><span class="gen">{catrow.forumrow.POSTS}</span></td>
|
||||
<td class="row1" width="15%" align="center" valign="middle" nowrap="nowrap"><span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
|
||||
</tr>
|
||||
<!-- END forumrow -->
|
||||
<!-- END catrow -->
|
||||
<tr>
|
||||
<td class="cat" colspan="5"><span class="cattitle"><b><a href="{U_PRIVATEMSGS}">{L_PRIVATEMSGS}</a></b></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" width="7%" align="center" valign="middle"><img src="templates/Euclid/images/mailbox.gif" alt="{L_PRIVATEMSGS}" /></td>
|
||||
<td class="row2" colspan="4" align="left"><span class="gen">{PRIVATE_MESSAGE_INFO}. {PRIVATE_MESSAGE_INFO_UNREAD}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="5"><span class="cattitle"><b><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></b></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" width="7%" align="center" valign="middle"><img src="templates/Euclid/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
|
||||
<td class="row2" colspan="4" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE} [ {L_WHOSONLINE_ADMIN} ] [ {L_WHOSONLINE_MOD} ]</span><br /><span class="gensmall">{LOGGED_IN_USER_LIST}</span></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<table width="98%" cellspacing="2" border="0" align="center">
|
||||
<tr>
|
||||
<td align="left" valign="top"><table cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td colspan="8"" valign="top"><span class="gensmall"><a href="{U_MARK_READ}">{L_MARK_FORUMS_READ}</a></span><br /><br /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="20" align="center"><img src="{FORUM_NEW_IMG}" alt="{L_NEWPOSTS}" /></td>
|
||||
<td><span class="gensmall">{L_NEW_POSTS}</span></td>
|
||||
<td> </td>
|
||||
<td width="20" align="center"><img src="{FORUM_IMG}" alt="{L_NONEWPOSTS}" /></td>
|
||||
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
|
||||
<td> </td>
|
||||
<td width="20" align="center"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
|
||||
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
<td align="right" valign="top"><span class="gensmall"><b>{S_TIMEZONE}</b></span></td>
|
||||
</tr>
|
||||
</table>
|
@ -1,6 +0,0 @@
|
||||
|
||||
<form method="post" name="jumpbox" action="{S_JUMPBOX_ACTION}"><table cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_LIST} <input class="outsidetable" type="submit" value="{L_GO}" /></span></td>
|
||||
</tr>
|
||||
</table></form>
|
@ -1,47 +0,0 @@
|
||||
|
||||
<form action="{S_LOGIN_ACTION}" method="post">
|
||||
|
||||
<table width="80%" cellspacing="0" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<td><span class="gensmall"><a href="{U_INDEX}">{L_INDEX}</a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table width="80%" cellspacing="0" cellpadding="0" border="0" align="center">
|
||||
<tr>
|
||||
<td class="tablebg"><table width="100%" cellspacing="1" cellpadding="4" border="0">
|
||||
<tr>
|
||||
<td class="cat" colspan="2" height="30" align="center"><span class="cattitle">{L_ENTER_PASSWORD}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" width="45%" align="right"><span class="gen">{L_USERNAME}: </span></td>
|
||||
<td class="row1"><input type="text" name="username" size="25" maxlength="30" value="{USERNAME}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2" align="right"><span class="gen">{L_PASSWORD}: </span></td>
|
||||
<td class="row2"><input type="password" name="password" size="25" maxlength="25" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" colspan="2"><table width="100%" cellspacing="0" cellpadding="6" border="0">
|
||||
<tr>
|
||||
<td align="center"><span class="gen">{L_AUTO_LOGIN}</font>: <input type="checkbox" name="autologin" /></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">{S_HIDDEN_FIELDS}<input class="mainoptiontable" type="submit" name="login" value="{L_LOGIN}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><span class="gensmall"><a href="{U_SEND_PASSWORD}">{L_SEND_PASSWORD}</a></span></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></form>
|
||||
|
||||
<table width="80%" border="0" align="center">
|
||||
<tr>
|
||||
<td valign="top"><span class="gensmall"><b>{S_TIMEZONE}</b></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|