mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Various updates to bring style in-line with main board ... Tom, feel free to do whatever else is necessary
git-svn-id: file:///svn/phpbb/trunk@1185 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
95d8c8f029
commit
ae1e381f99
32 changed files with 339 additions and 224 deletions
|
@ -1,11 +1,10 @@
|
|||
|
||||
<br />
|
||||
|
||||
<h1>{L_AUTH_TITLE}</h1>
|
||||
|
||||
<p>{L_AUTH_EXPLAIN}</p>
|
||||
|
||||
<h2>{L_FORUM}: {FORUM_NAME}</h2>
|
||||
|
||||
<form method="post" action="{S_FORUMAUTH_ACTION}">
|
||||
<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
|
||||
<tr>
|
||||
|
@ -30,4 +29,3 @@
|
|||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
<br />
|
||||
|
|
|
@ -1,18 +1,14 @@
|
|||
|
||||
<br />
|
||||
|
||||
<h1>{L_AUTH_TITLE}</h1>
|
||||
|
||||
<p>{L_AUTH_EXPLAIN}</p>
|
||||
|
||||
<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
|
||||
<form method="post" action="{S_AUTH_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
|
||||
<tr>
|
||||
|
||||
<th class="thHead" align="center">{L_AUTH_SELECT}</th>
|
||||
</tr>
|
||||
<tr><form method="get" action="{S_AUTH_ACTION}">
|
||||
<tr>
|
||||
<td class="row1" align="center">{S_AUTH_SELECT} <input type="submit" value="{L_LOOK_UP}" class="mainoption" /> </td>
|
||||
</form></tr>
|
||||
</table>
|
||||
|
||||
<br />
|
||||
</tr>
|
||||
</table></form>
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
<br />
|
||||
|
||||
<h1>{L_AUTH_TITLE}</h1>
|
||||
|
||||
<h2>{L_USER_OR_GROUPNAME}: {USERNAME}</h2>
|
||||
|
|
155
phpBB/templates/subSilver/admin/board_config_body.tpl
Normal file
155
phpBB/templates/subSilver/admin/board_config_body.tpl
Normal file
|
@ -0,0 +1,155 @@
|
|||
|
||||
<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" class="forumline">
|
||||
<tr>
|
||||
<th class="thHead" colspan="2">{L_GENERAL_SETTINGS}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_SITE_NAME}:</td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="sitename" value="{SITENAME}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_ACCT_ACTIVATION}:</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">Flood Interval: <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">Topics Per Page</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">Posts Per Page</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">Hot Threshold</td>
|
||||
<td class="row2"><input type="text" name="hot_threshold" size="3" maxlength="4" value="{HOT_TOPIC}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">Default Style:</td>
|
||||
<td class="row2">{STYLE_SELECT}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">Override user style:<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">Default Language:</td>
|
||||
<td class="row2">{LANG_SELECT}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">Date Format:<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">System Timezone:</td>
|
||||
<td class="row2">{TIMEZONE_SELECT}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">Enable GZip Compression:</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">Enable Forum Pruning:</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>
|
||||
<th class="thHead" colspan="2">User/Forum Ability Settings</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">Allow HTML</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">Allowed HTML tags<br /><span class="gensmall">Seperate tags with commas</span></td>
|
||||
<td class="row2"><input type="text" size="30" maxlength="255" name="allow_html_tags" value="{HTML_TAGS}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">Allow BBCode</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">Allow Smilies</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">Smilies Storage Path <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">Allow Signatures</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">Maximum signature length<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">Allow Name Change</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>
|
||||
<th class="thHead" colspan="2">Avatar Settings</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">Allow local gallery avatars</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">Allow remote avatars <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">Allow avatar uploading</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">Max. Avatar File Size<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">Max. Avatar Size <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">Avatar Storage Path <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="row1">Avatar Gallery Path <br /><span class="gensmall">Path under your phpBB root dir for pre-loaded images, e.g. images/avatars/gallery</span></td>
|
||||
<td class="row2"><input type="text" size="20" maxlength="255" name="avatar_gallery_path" value="{AVATAR_GALLERY_PATH}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="thHead" colspan="2">Email Settings</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">Admin Email Address</td>
|
||||
<td class="row2"><input type="text" size="25" maxlength="100" name="board_email" value="{EMAIL_FROM}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">Email Signature<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">Use SMTP for delivery<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">SMTP Server</td>
|
||||
<td class="row2"><input type="text" name="smtp_host" value="{SMTP_HOST}" size="25" maxlength="50" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="Save Settings" class="mainoption" />
|
||||
</td>
|
||||
</tr>
|
||||
</table></form>
|
||||
|
||||
<br clear="all">
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
<br />
|
||||
|
||||
<h1>{L_DATABASE_BACKUP}</h1>
|
||||
|
||||
<P>{L_BACKUP_EXPLAIN}</p>
|
||||
|
|
|
@ -1,16 +1,13 @@
|
|||
|
||||
<br />
|
||||
|
||||
<h1>{L_DATABASE_RESTORE}</h1>
|
||||
|
||||
<P>{L_RESTORE_EXPLAIN}</p>
|
||||
|
||||
<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
|
||||
<form enctype="multipart/form-data" method="post" action="{S_DBUTILS_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
|
||||
<tr>
|
||||
<th class="thHead">{L_SELECT_FILE}</th>
|
||||
</tr>
|
||||
<tr><form enctype="multipart/form-data" method="post" action="{S_DBUTILS_ACTION}">
|
||||
<tr>
|
||||
<td class="row1" align="center"> <input type="file" name="backup_file"> {S_HIDDEN_FIELDS}<input type="submit" name="restore_start" value="{L_START_RESTORE}" class="mainoption" /> </td>
|
||||
</form></tr>
|
||||
</table>
|
||||
<br />
|
||||
</tr>
|
||||
</table></form>
|
||||
|
|
39
phpBB/templates/subSilver/admin/forum_admin_body.tpl
Normal file
39
phpBB/templates/subSilver/admin/forum_admin_body.tpl
Normal file
|
@ -0,0 +1,39 @@
|
|||
|
||||
<h1>{L_FORUM_TITLE}</h1>
|
||||
|
||||
<p>{L_FORUM_EXPLAIN}</p>
|
||||
|
||||
<form method="post" action="{S_FORUM_ACTION}"><table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center">
|
||||
<tr>
|
||||
<th class="thHead" colspan="7">{L_FORUM_TITLE}</th>
|
||||
</tr>
|
||||
<!-- BEGIN catrow -->
|
||||
<tr>
|
||||
<td class="cat" colspan="3"><span class="cattitle"><b><a href="{catrow.U_VIEWCAT}">{catrow.CAT_DESC}</a></b></span></td>
|
||||
<td class="cat" align="center" valign="middle"><span class="gen"><a href="{catrow.U_CAT_EDIT}">{L_EDIT}</a></span></td>
|
||||
<td class="cat" align="center" valign="middle"><span class="gen"><a href="{catrow.U_CAT_DELETE}">{L_DELETE}</a></span></td>
|
||||
<td class="cat" align="center" valign="middle" nowrap="nowrap"><span class="gen"><a href="{catrow.U_CAT_MOVE_UP}">{L_MOVE_UP}</a> <a href="{catrow.U_CAT_MOVE_DOWN}">{L_MOVE_DOWN}</a></span></td>
|
||||
<td class="cat" align="center" valign="middle"><span class="gen"> </span></td>
|
||||
</tr>
|
||||
<!-- BEGIN forumrow -->
|
||||
<tr>
|
||||
<td class="row2"><span class="gen"><a href="{catrow.forumrow.U_VIEWFORUM}" target="_new">{catrow.forumrow.FORUM_NAME}</a></span><br /><span class="gensmall">{catrow.forumrow.FORUM_DESC}</span></td>
|
||||
<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"><a href="{catrow.forumrow.U_FORUM_EDIT}">{L_EDIT}</a></span></td>
|
||||
<td class="row2" align="center" valign="middle"><span class="gen"><a href="{catrow.forumrow.U_FORUM_DELETE}">{L_DELETE}</a></span></td>
|
||||
<td class="row1" align="center" valign="middle"><span class="gen"><a href="{catrow.forumrow.U_FORUM_MOVE_UP}">{L_MOVE_UP}</a> <br /> <a href="{catrow.forumrow.U_FORUM_MOVE_DOWN}">{L_MOVE_DOWN}</a></span></td>
|
||||
<td class="row2" align="center" valign="middle"><span class="gen"><a href="{catrow.forumrow.U_FORUM_RESYNC}">{L_RESYNC}</a></span></td>
|
||||
</tr>
|
||||
<!-- END forumrow -->
|
||||
<tr>
|
||||
<td colspan="7" class="row2"><input type="text" name="{catrow.S_ADD_FORUM_NAME}" /> <input type="submit" class="liteoption" name="{catrow.S_ADD_FORUM_SUBMIT}" value="{L_CREATE_FORUM}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="7" height="1" class="spaceRow"><img src="../templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
|
||||
</tr>
|
||||
<!-- END catrow -->
|
||||
<tr>
|
||||
<td colspan="7" class="cat"><input type="text" name="categoryname" /> <input type="submit" class="liteoption" name="addcategory" value="{L_CREATE_CATEGORY}" /></td>
|
||||
</tr>
|
||||
</table></form>
|
|
@ -1,4 +1,3 @@
|
|||
<br />
|
||||
|
||||
<h1>Delete</h1>
|
||||
|
||||
|
@ -26,5 +25,3 @@
|
|||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
<br clear="all">
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
<br />
|
||||
|
||||
<h1>Edit Forum</h1>
|
||||
<h1>{L_FORUM_TITLE}</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>
|
||||
<p>{L_FORUM_EXPLAIN}</p>
|
||||
|
||||
<form action="{S_FORUM_ACTION}" method="POST">
|
||||
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
|
||||
|
@ -18,7 +17,7 @@
|
|||
<tr>
|
||||
<td class="row1">Description:</td>
|
||||
<td class="row2">
|
||||
<textarea rows="5" cols="45" wrap="VIRTUAL" name="forumdesc" class="post">{DESCRIPTION}</textarea>
|
||||
<textarea rows="5" cols="45" wrap="virtual" name="forumdesc" class="post">{DESCRIPTION}</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -40,7 +39,7 @@
|
|||
<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} />
|
||||
<input type="checkbox" name="prune_enable" value="1" {S_PRUNE_ENABLED} />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
<br />
|
||||
|
||||
<h1>{L_FORUM_PRUNE}</h1>
|
||||
|
||||
<p>{L_FORUM_PRUNE_EXPLAIN}</p>
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
<br />
|
||||
|
||||
<h1>{L_FORUM_PRUNE}</h1>
|
||||
|
||||
<p>{L_PRUNE_RESULT}</p>
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
|
||||
<br />
|
||||
|
||||
<h1>{L_FORUM_PRUNE}</h1>
|
||||
|
||||
<form method="get" action="{S_FORUMPRUNE_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
|
||||
<form method="post" action="{S_FORUMPRUNE_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
|
||||
<tr>
|
||||
|
||||
<th class="thHead" align="center">{L_SELECT_FORUM}</th>
|
||||
|
@ -12,5 +10,3 @@
|
|||
<td class="row1" align="center">{S_FORUMS_SELECT} <input type="submit" name="pruneset" value="{L_LOOK_UP}" class="mainoption"> </td>
|
||||
</tr>
|
||||
</table></form>
|
||||
|
||||
<br />
|
||||
|
|
|
@ -1,37 +1,32 @@
|
|||
<br />
|
||||
<h1>Bulletin Board Management</h1>
|
||||
|
||||
<p>Use this page to manage your forums and categories</p>
|
||||
<h1>{L_FORUM_TITLE}</h1>
|
||||
|
||||
<p>{L_FORUM_EXPLAIN}</p>
|
||||
|
||||
{S_FORMSTART}
|
||||
<div align="center">
|
||||
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
|
||||
<form method="post" action="{S_FORUM_ACTION}"><table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center">
|
||||
<!-- 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}</td>
|
||||
<td class="cat" colspan="3"><span class="cattitle"><b><a href="{catrow.U_VIEWCAT}">{catrow.CAT_DESC}</a></b></span>{catrow.S_ADDCAT}</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" nowrap="nowrap"><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}
|
||||
{catrow.S_ADDCAT_END_FORM}
|
||||
<!-- 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 />
|
||||
<td class="row2"><span class="gen">{catrow.forumrow.S_ADD_FORUM}{catrow.forumrow.S_NEW_FORUM}<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}
|
||||
{catrow.forumrow.S_ADD_FORUM_END_FORM}
|
||||
<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}
|
||||
<td class="row1" align="center" valign="middle"><span class="gen">{catrow.forumrow.FORUM_UP} <br />
|
||||
{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>
|
||||
</div>
|
||||
</table></form>
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
|
||||
<h1><br />
|
||||
{L_GROUP_INFO} </h1>
|
||||
<br />
|
||||
<form action="{S_GROUP_ACTION}" method="post">
|
||||
<table border="0" cellpadding="3" cellspacing="1" class="forumline" align="center">
|
||||
<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_INFO}</th>
|
||||
<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>
|
||||
|
@ -13,18 +11,18 @@
|
|||
<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="{S_GROUP_NAME}" />
|
||||
<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>{S_GROUP_DESCRIPTION}</textarea>
|
||||
<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_GROUP_MODERATOR}</td>
|
||||
<td class="row2" width="62%">{S_SELECT_MODERATORS}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" width="38%"><span class="gen">{L_GROUP_STATUS}:</span></td>
|
||||
|
@ -37,18 +35,14 @@
|
|||
<tr>
|
||||
<td class="row1" width="38%"><span class="gen">{L_GROUP_DELETE}:</span></td>
|
||||
<td class="row2" width="62%">
|
||||
<input type="checkbox" name="deletegroup" value="1">
|
||||
<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="submit" value="{L_SUBMIT}" class="mainoption" />
|
||||
<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>
|
||||
<input type="hidden" name="mode" value="{S_GROUP_MODE}" />
|
||||
<input type="hidden" name="updategroup" value="update" />
|
||||
<input type="hidden" name="group_id" value="{GROUP_ID}" />
|
||||
</form>
|
||||
</table>{S_HIDDEN_FIELDS}</form>
|
||||
|
|
|
@ -1,21 +1,17 @@
|
|||
|
||||
<br />
|
||||
|
||||
<h1>{L_GROUP_TITLE}</h1>
|
||||
|
||||
<p>{L_GROUP_EXPLAIN}</p>
|
||||
|
||||
<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
|
||||
<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><form method="post" action="{S_GROUP_ACTION}"><input type="hidden" name="mode" value="editgroup">
|
||||
<td class="row1" align="center">{S_GROUP_SELECT} <input type="submit" value="{L_LOOK_UP}" class="mainoption" /> </td>
|
||||
</form></tr>
|
||||
<tr>
|
||||
<td class="catBottom" align="center"><a href="admin_groups.php?mode=newgroup">{L_GROUP_NEW}</a></td>
|
||||
<td class="row1" align="center">{S_GROUP_SELECT} <input type="submit" name="edit" value="{L_LOOK_UP}" class="mainoption" /> </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br />
|
||||
<tr>
|
||||
<td class="catBottom" align="center"><input type="submit" class="liteoption" name="new" value="{L_CREATE_NEW_GROUP}" /></td>
|
||||
</tr>
|
||||
</table></form>
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
<br />
|
||||
|
||||
<h1>{L_WELCOME}</h1>
|
||||
|
||||
<p>{L_ADMIN_INTRO}</p>
|
||||
|
@ -41,8 +39,8 @@
|
|||
<tr>
|
||||
<td class="row1" nowrap="nowrap">{L_DB_SIZE}:</td>
|
||||
<td class="row2"><b>{DB_SIZE}</b></td>
|
||||
<td class="row1" nowrap="nowrap"> </td>
|
||||
<td class="row2"> </td>
|
||||
<td class="row1" nowrap="nowrap">{L_GZIP_COMPRESSION}:</td>
|
||||
<td class="row2"><b>{GZIP_COMPRESSION}</b></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h1>{L_WHO_IS_ONLINE}</h1>
|
||||
|
@ -63,4 +61,5 @@
|
|||
</tr>
|
||||
<!-- END userrow -->
|
||||
</table>
|
||||
|
||||
<br />
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<title>phpBB Administration</title>
|
||||
</head>
|
||||
|
||||
<frameset cols="150,*" scrolling="no" border="0">
|
||||
<frameset cols="170,*" scrolling="no" border="0">
|
||||
<frame src="{S_FRAME_NAV}" name="nav">
|
||||
<frame src="{S_FRAME_MAIN}" name="main">
|
||||
</frameset>
|
||||
|
|
|
@ -1,35 +1,33 @@
|
|||
|
||||
<table width="100%" cellpadding="4" cellspacing="0" border="0" align="center">
|
||||
<tr>
|
||||
<td align="center" ><a href="{U_BOARD_INDEX}" target="_top"><img src="../templates/subSilver/images/logo_phpBB_med.gif" border="0" /></a></td>
|
||||
<td align="center" ><a href="{U_FORUM_INDEX}" target="_top"><img src="../templates/subSilver/images/logo_phpBB_med.gif" border="0" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" >
|
||||
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
|
||||
<tr>
|
||||
<th height="25" class="thHead"><b>Forum Configuration</b></th>
|
||||
<th height="25" class="thHead"><b>{L_ADMIN}</b></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="genmed"><a href="{U_ADMIN_INDEX}" target="main" class="genmed">{L_ADMIN_INDEX}</a></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="genmed"><a href="{U_BOARD_INDEX}" target="_top" class="genmed">Forum
|
||||
Home</a></span></td>
|
||||
<td class="row1"><span class="genmed"><a href="{U_FORUM_INDEX}" target="_top" class="genmed">{L_FORUM_INDEX}</a></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="genmed"><a href="{U_BOARD_INDEX}" target="main" class="genmed">Preview
|
||||
Forum</a></span></td>
|
||||
<td class="row1"><span class="genmed"><a href="{U_FORUM_INDEX}" target="main" class="genmed">{L_PREVIEW_FORUM}</a></span></td>
|
||||
</tr>
|
||||
<!-- BEGIN catrow -->
|
||||
<tr>
|
||||
<td height="28" class="catSides"><span class="cattitle">{catrow.CATNAME}</span></td>
|
||||
<td height="28" class="catSides"><span class="cattitle">{catrow.ADMIN_CATEGORY}</span></td>
|
||||
</tr>
|
||||
<!-- BEGIN actionrow -->
|
||||
<!-- BEGIN modulerow -->
|
||||
<tr>
|
||||
<td class="row1"><span class="genmed"><a href="{catrow.actionrow.FILE}" target="main" class="genmed">{catrow.actionrow.ACTIONNAME}</a></span>
|
||||
<td class="row1"><span class="genmed"><a href="{catrow.modulerow.U_ADMIN_MODULE}" target="main" class="genmed">{catrow.modulerow.ADMIN_MODULE}</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- END actionrow -->
|
||||
<!-- END modulerow -->
|
||||
<!-- END catrow -->
|
||||
</table>
|
||||
</td>
|
||||
|
@ -37,5 +35,3 @@
|
|||
</table>
|
||||
|
||||
<br />
|
||||
</body>
|
||||
</html>
|
|
@ -15,11 +15,8 @@
|
|||
The phpBB Group : 2001
|
||||
|
||||
//-->
|
||||
<div align="center">
|
||||
<span class="copyright">Powered By <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB {PHPBB_VERSION}</a> © 2001 phpBB Group</span>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<div align="center"><span class="copyright">Powered by phpBB {PHPBB_VERSION} © 2001 <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB Group</a></span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -4,8 +4,8 @@
|
|||
<meta name="MSSmartTagsPreventParsing" content="TRUE">
|
||||
{META}
|
||||
<link rel="stylesheet" href="../templates/subSilver/admin_styles.css" type="text/css">
|
||||
|
||||
<title>phpBB - {SITENAME}</title>
|
||||
|
||||
<title>{SITENAME} - {L_PHPBB_ADMIN}</title>
|
||||
</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">
|
||||
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
|
||||
|
||||
<a name="top"></a>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
|
||||
<form action="{S_RANK_ACTION}" method="post">
|
||||
<h1>{L_RANKS_TITLE}</h1>
|
||||
|
||||
<table width="98%" cellpadding="1" cellspacing="0" border="0" align="center">
|
||||
<p>{L_RANKS_TEXT}</p>
|
||||
|
||||
<form action="{S_RANK_ACTION}" method="post"><table class="forumline" cellpadding="4" cellspacing="1" 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>
|
||||
<th class="thTop" colspan="2">{L_RANKS_TITLE}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" width="38%"><span class="gen">{L_RANK_TITLE}:</span></td>
|
||||
|
@ -29,10 +29,7 @@
|
|||
<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>
|
||||
<td class="catBottom" colspan="2" align="center"><input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
|
||||
{S_HIDDEN_FIELDS}
|
||||
</table></form>
|
||||
</table>
|
||||
{S_HIDDEN_FIELDS}</form>
|
||||
|
|
|
@ -1,27 +1,24 @@
|
|||
<br clear="all" />
|
||||
|
||||
<h1>{L_RANKS_TITLE}</h1>
|
||||
|
||||
<p>{L_RANKS_TEXT}</p>
|
||||
|
||||
<table cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<form method="post" action="{S_RANKS_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
|
||||
<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>
|
||||
<th class="thCornerL">{L_RANK}</th>
|
||||
<th class="thTop">{L_SPECIAL_RANK}</th>
|
||||
<th class="thTop">{L_EDIT}</th>
|
||||
<th class="thCornerR">{L_DELETE}</th>
|
||||
</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>
|
||||
<td class="{ranks.ROW_CLASS}" align="center">{ranks.RANK}</td>
|
||||
<td class="{ranks.ROW_CLASS}" align="center">{ranks.SPECIAL_RANK}</td>
|
||||
<td class="{ranks.ROW_CLASS}" align="center"><a href="{ranks.U_RANK_EDIT}">{L_EDIT}</td>
|
||||
<td class="{ranks.ROW_CLASS}" align="center"><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>
|
||||
<td class="catBottom" align="center" colspan="4"><input type="submit" class="mainoption" name="add" value="{L_ADD_RANK}" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
||||
</table></form>
|
||||
|
|
|
@ -1,24 +1,20 @@
|
|||
|
||||
<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">
|
||||
<form method="post" action="{S_SMILEY_ACTION}"><table class="forumline" cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<th colspan="2">{L_SMILEY_CONFIG}</th>
|
||||
<th class="thHead" colspan="2">{L_SMILEY_CONFIG}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2">{L_SMILEY_CODE}</td>
|
||||
|
@ -33,6 +29,6 @@ function update_smiley(newimage)
|
|||
<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>
|
||||
<td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" value="{L_SUBMIT}" /></td>
|
||||
</tr>
|
||||
</table></form>
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
<br />
|
||||
|
||||
<h1>{L_SMILEY_TITLE}</h1>
|
||||
|
||||
<P>{L_SMILEY_TEXT}</p>
|
||||
|
|
|
@ -1,31 +1,32 @@
|
|||
<br />
|
||||
|
||||
<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" class="forumline">
|
||||
|
||||
<form method="post" action="{S_BAN_ACTION}"><table width="80%" cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
|
||||
<tr>
|
||||
<th class="thHead" colspan="2">{L_BAN_USER}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_USERNAME}: <br />
|
||||
<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="catSides" colspan="2" align="center"><span class="cattitle">{L_BAN_IP}</span></td>
|
||||
<th class="thHead" colspan="2">{L_BAN_IP}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_IP_OR_HOSTNAME}: <br />
|
||||
<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="catSides" colspan="2" align="center"><span class="cattitle">{L_BAN_EMAIL}</span></td>
|
||||
<th class="thHead" colspan="2">{L_BAN_EMAIL}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_EMAIL_ADDRESS}: <br />
|
||||
<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" />
|
||||
|
@ -38,7 +39,6 @@
|
|||
<input type="reset" value="{L_RESET}" class="liteoption" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</table></form>
|
||||
|
||||
<p>{L_BAN_EXPLAIN_WARN}</p>
|
||||
<br clear="all" />
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
<br />
|
||||
|
||||
<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" class="forumline">
|
||||
|
||||
<form action="{S_PROFILE_ACTION}" method="post"><table width="98%" cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
|
||||
<tr>
|
||||
<th class="thHead" colspan="2">{L_REGISTRATION_INFO}</th>
|
||||
</tr>
|
||||
|
@ -249,5 +250,4 @@
|
|||
<input type="reset" value="{L_RESET}" class="liteoption" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</table></form>
|
||||
|
|
|
@ -1,12 +1,9 @@
|
|||
<br />
|
||||
<b>{L_NOTICE}</b>
|
||||
<br />
|
||||
|
||||
<h1>{L_EMAIL_TITLE}</h1>
|
||||
|
||||
<p>{L_EMAIL_EXPLAIN}</p>
|
||||
<form method="post" action="{S_USER_ACTION}">
|
||||
<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
|
||||
|
||||
<form method="post" action="{S_USER_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
|
||||
<tr>
|
||||
<th class="thHead" colspan="2">{L_COMPOSE}</th>
|
||||
</tr>
|
||||
|
@ -16,21 +13,13 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="row1" align="right"><b>{L_EMAIL_SUBJECT}</b></td>
|
||||
<td class="row2"><span class="gen">
|
||||
<input type="text" name="{S_EMAIL_SUBJECT}{S_EMAIL_SUBJECT}" size="45" maxlength="100" style="width:450px" tabindex="2" class="post" />
|
||||
</span></td>
|
||||
<td class="row2"><span class="gen"><input type="text" name="{S_EMAIL_SUBJECT}{S_EMAIL_SUBJECT}" size="45" maxlength="100" style="width:450px" tabindex="2" class="post" /></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" align="right" valign="top"> <span class="gen"><b>{L_EMAIL_MSG}</b></span>
|
||||
<td class="row2"><span class="gen">
|
||||
<textarea name="{S_EMAIL_MSG}" rows="15" cols="35" wrap="virtual" style="width:450px" tabindex="3" class="post"></textarea>
|
||||
</span>
|
||||
<td class="row2"><span class="gen"> <textarea name="{S_EMAIL_MSG}" rows="15" cols="35" wrap="virtual" style="width:450px" tabindex="3" class="post"></textarea></span>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="catBottom" align="center" colspan="2">
|
||||
<input type="submit" value="{L_EMAIL}" name="submit" class="mainoption" />
|
||||
</td>
|
||||
<td class="catBottom" align="center" colspan="2"><input type="submit" value="{L_EMAIL}" name="submit" class="mainoption" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
<br />
|
||||
</table></form>
|
||||
|
|
|
@ -1,18 +1,13 @@
|
|||
|
||||
<br />
|
||||
|
||||
<h1>{L_USER_TITLE}</h1>
|
||||
|
||||
<p>{L_USER_EXPLAIN}</p>
|
||||
<form method="get" action="{S_USER_ACTION}">
|
||||
<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
|
||||
<tr>
|
||||
|
||||
<form method="post" name="post" action="{S_USER_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
|
||||
<tr>
|
||||
<th class="thHead" align="center">{L_USER_SELECT}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" align="center">{S_USER_SELECT} <input type="submit" value="{L_LOOK_UP}" name="submit" class="mainoption" /> </td>
|
||||
<td class="row1" align="center"><input type="text" class="post" name="username" maxlength="50" size="20" /> <input type="submit" name="submit" value="{L_LOOK_UP}" class="mainoption" /> <input type="submit" name="usersubmit" value="{L_FIND_USERNAME}" class="liteoption" onClick="window.open('{U_SEARCH_USER}', '_phpbbsearch', 'HEIGHT=250,resizable=yes,WIDTH=400');return false;" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
<br />
|
||||
</table></form>
|
||||
|
|
|
@ -1,29 +1,31 @@
|
|||
<br />
|
||||
|
||||
<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" class="forumline">
|
||||
<tr>
|
||||
<th class="thHead" colspan="2">{L_BAN_USER}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_USERNAME}: <br />
|
||||
<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="catSides" colspan="2" align="center"><span class="cattitle">{L_BAN_IP}</span></td>
|
||||
<th class="thHead" colspan="2">{L_BAN_IP}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_IP_OR_HOSTNAME}: <br />
|
||||
<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="catSides" colspan="2" align="center"><span class="cattitle">{L_BAN_EMAIL}</span></td>
|
||||
<th class="thHead" colspan="2">{L_BAN_EMAIL}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_EMAIL_ADDRESS}: <br />
|
||||
<td class="row1">{L_EMAIL_ADDRESS}: <br />
|
||||
<span class="gensmall">{L_BAN_EMAIL_EXPLAIN}</span></td>
|
||||
<td class="row2">{S_EMAILLIST_SELECT}</td>
|
||||
</tr>
|
||||
|
@ -36,4 +38,3 @@
|
|||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
<br clear="all" />
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
<br />
|
||||
|
||||
<h1>{L_WORDS_TITLE}</h1>
|
||||
|
||||
<p>{L_WORDS_TEXT}</p>
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
|
||||
<br />
|
||||
|
||||
<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" class="forumline">
|
||||
<form method="post" action="{S_WORDS_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
|
||||
<tr>
|
||||
<th class="thCornerL">{L_WORD}</th>
|
||||
<th class="thTop">{L_REPLACEMENT}</th>
|
||||
|
|
Loading…
Add table
Reference in a new issue