1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 02:36:38 +02:00

Removed header frame, reduced timezone naming, added DB size for MySQL, no major technical changes

git-svn-id: file:///svn/phpbb/trunk@753 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-07-27 23:16:09 +00:00
parent ec851efb3b
commit 8b82f40009
24 changed files with 385 additions and 362 deletions

View File

@@ -1,159 +1,146 @@
<h1>Configuration</h1>
<br clear="all" />
<h1>General Configuration</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>
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_CONFIG_ACTION}" method="POST">
<table border="0" cellpadding="1" cellspacing="0" width="70%" align="center">
<table width="99%" cellpadding="1" cellspacing="0" border="0" align="center">
<tr>
<td class="tablebg">
<table width="100%" cellpadding="4" cellspacing="1" border="0">
<tr>
<th colspan="2">General Board Settings</th>
</tr>
<tr>
<td class="row1">Site Name:</td>
<td class="row2"><input type="text" size="25" maxlength="100" name="sitename" value="{SITENAME}"></td>
</tr>
<tr>
<td class="row1">Require user account activation:</td>
<td class="row2"><input type="radio" name="require_activation" value="1" {ACTIVATION_YES}>Yes&nbsp;&nbsp;<input type="radio" name="require_activation" value="0" {ACTIVATION_NO}>No</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" maxlengh="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" maxlengh="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" maxlengh="4" value="{POSTS_PER_PAGE}"></td>
</tr>
<tr>
<td class="row1">Hot Threshold</td>
<td class="row2"><input type="text" name="hot_topic" size="3" maxlengh="4" value="{HOT_TOPIC}"></td>
</tr>
<tr>
<td class="row1">Default Template:</td>
<td class="row2">{TEMPLATE_SELECT}</td>
</tr>
<tr>
<td class="row1">Default Theme:</td>
<td class="row2">{THEME_SELECT}</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="date_format" value="{DATE_FORMAT}"></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" value="1" {GZIP_YES}> Yes&nbsp;&nbsp;<input type="radio" name="gzip" value="1" {GZIP_NO}> No</td>
</tr>
<tr>
<th 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}> Yes&nbsp;&nbsp;<input type="radio" name="allow_html" value="0" {HTML_NO}> No</td>
</tr>
<tr>
<td class="row1">Allow BBCode</td>
<td class="row2"><input type="radio" name="allow_bbcode" value="1" {BBCODE_YES}> Yes&nbsp;&nbsp;<input type="radio" name="allow_bbcode" value="0" {BBCODE_NO}> No</td>
</tr>
<tr>
<td class="row1">Allow Smilies</td>
<td class="row2"><input type="radio" name="allow_smile" value="1" {SMILE_YES}> Yes&nbsp;&nbsp;<input type="radio" name="allow_smile" value="0" {SMILE_NO}> No</td>
</tr>
<tr>
<td class="row1">Allow Signatures</td>
<td class="row2"><input type="radio" name="allow_sig" value="1" {SIG_YES}> Yes&nbsp;&nbsp;<input type="radio" name="allow_sig" value="0" {SIG_NO}> No</td>
</tr>
<tr>
<td class="row1">Allow Name Change</td>
<td class="row2"><input type="radio" name="allow_namechange" value="1" {NAMECHANGE_YES}> Yes&nbsp;&nbsp;<input type="radio" name="allow_namechange" value="0" {NAMECHANGE_NO}> No</td>
</tr>
<tr>
<th colspan="2">Avatar Settings</th>
</tr>
<tr>
<td class="row1">Allow use of local avatar images</td>
<td class="row2"><input type="radio" name="allow_avatars_local" value="1" {AVATARS_LOCAL_YES}> Yes&nbsp;&nbsp;<input type="radio" name="allow_avatars_local" value="0" {AVATARS_LOCAL_NO}> No</td>
</tr>
<tr>
<td class="row1">Allow use of remote avatar images <br />
<span class="gensmall">(Avatars linked from another website)
</td>
<td class="row2"><input type="radio" name="allow_avatars_remote" value="1" {AVATARS_REMOTE_YES}> Yes&nbsp;&nbsp;<input type="radio" name="allow_avatars_remote" value="0" {AVATARS_REMOTE_NO}> No</td>
</tr>
<tr>
<td class="row1">Allow avatar uploading</td>
<td class="row2"><input type="radio" name="allow_avatars_upload" value="1" {AVATARS_UPLOAD_YES}> Yes&nbsp;&nbsp;<input type="radio" name="allow_avatars_upload" value="0" {AVATARS_UPLOAD_NO}> 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_height" value="{AVATAR_HEIGHT}"> x <input type="text" size="3" maxlength="4" name="avatar_width" value="{AVATAR_WIDTH}"></td>
</tr>
<tr>
<td class="row1">Avatar Storage Path <br />
<span class="gensmall">(Specify the 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>
<th 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="admin_email" value="{ADMIN_EMAIL}"></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="email_sig" rows="5" cols="30">{EMAIL_SIG}</textarea></td>
</tr>
<tr>
<td class="row1">Use SMTP for delivery<br />
<span class="gensmall">(This will tell phpBB to use a specified email server insted of the built in mail() function)</span>
</td>
<td class="row2"><input type="radio" name="use_smtp" value="1" {SMTP_YES}> Yes&nbsp;&nbsp;<input type="radio" name="use_smtp" value="0" {SMTP_NO}> No</td>
</tr>
<tr>
<td class="row1">SMTP Server</td>
<td class="row2"><input type="text" name="smtp_server" value="{SMTP_SERVER}" size="25" maxlength="50"></td>
</tr>
<tr>
<td class="row1" align="center" colspan="2">
<input type="hidden" name="mode" value="config">
<input type="submit" name="submit" value="Save Settings">
</td>
</tr>
</table>
</td>
<td class="tablebg" width="100%"><table width="100%" cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="cat" colspan="2"><span class="cattitle">General Board Settings</span></td>
</tr>
<tr>
<td class="row1">Site Name:</td>
<td class="row2"><input type="text" size="25" maxlength="100" name="sitename" value="{SITENAME}"></td>
</tr>
<tr>
<td class="row1">Enable account activation:</td>
<td class="row2"><input type="radio" name="require_activation" value="1" {ACTIVATION_YES}>Yes&nbsp;&nbsp;<input type="radio" name="require_activation" value="0" {ACTIVATION_NO}>No</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_topic" size="3" maxlength="4" value="{HOT_TOPIC}"></td>
</tr>
<tr>
<td class="row1">Default Template:</td>
<td class="row2">{TEMPLATE_SELECT}</td>
</tr>
<tr>
<td class="row1">Default Theme:</td>
<td class="row2">{THEME_SELECT}</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="date_format" value="{DATE_FORMAT}"></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" value="1" {GZIP_YES}> Yes&nbsp;&nbsp;<input type="radio" name="gzip" value="1" {GZIP_NO}> No</td>
</tr>
<tr>
<td class="cat" colspan="2"><span class="cattitle">User/Forum Ability Settings</span></td>
</tr>
<tr>
<td class="row1">Allow HTML</td>
<td class="row2"><input type="radio" name="allow_html" value="1" {HTML_YES}> Yes&nbsp;&nbsp;<input type="radio" name="allow_html" value="0" {HTML_NO}> No</td>
</tr>
<tr>
<td class="row1">Allow BBCode</td>
<td class="row2"><input type="radio" name="allow_bbcode" value="1" {BBCODE_YES}> Yes&nbsp;&nbsp;<input type="radio" name="allow_bbcode" value="0" {BBCODE_NO}> No</td>
</tr>
<tr>
<td class="row1">Allow Smilies</td>
<td class="row2"><input type="radio" name="allow_smile" value="1" {SMILE_YES}> Yes&nbsp;&nbsp;<input type="radio" name="allow_smile" value="0" {SMILE_NO}> No</td>
</tr>
<tr>
<td class="row1">Allow Signatures</td>
<td class="row2"><input type="radio" name="allow_sig" value="1" {SIG_YES}> Yes&nbsp;&nbsp;<input type="radio" name="allow_sig" value="0" {SIG_NO}> No</td>
</tr>
<tr>
<td class="row1">Allow Name Change</td>
<td class="row2"><input type="radio" name="allow_namechange" value="1" {NAMECHANGE_YES}> Yes&nbsp;&nbsp;<input type="radio" name="allow_namechange" value="0" {NAMECHANGE_NO}> No</td>
</tr>
<tr>
<td class="cat" colspan="2"><span class="cattitle">Avatar Settings</span></td>
</tr>
<tr>
<td class="row1">Allow local gallery avatars</td>
<td class="row2"><input type="radio" name="allow_avatars_local" value="1" {AVATARS_LOCAL_YES}> Yes&nbsp;&nbsp;<input type="radio" name="allow_avatars_local" value="0" {AVATARS_LOCAL_NO}> 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_avatars_remote" value="1" {AVATARS_REMOTE_YES}> Yes&nbsp;&nbsp;<input type="radio" name="allow_avatars_remote" value="0" {AVATARS_REMOTE_NO}> No</td>
</tr>
<tr>
<td class="row1">Allow avatar uploading</td>
<td class="row2"><input type="radio" name="allow_avatars_upload" value="1" {AVATARS_UPLOAD_YES}> Yes&nbsp;&nbsp;<input type="radio" name="allow_avatars_upload" value="0" {AVATARS_UPLOAD_NO}> 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_height" value="{AVATAR_HEIGHT}"> x <input type="text" size="3" maxlength="4" name="avatar_width" value="{AVATAR_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="cat" colspan="2"><span class="cattitle">Email Settings</span></td>
</tr>
<tr>
<td class="row1">Admin Email Address</td>
<td class="row2"><input type="text" size="25" maxlength="100" name="admin_email" value="{ADMIN_EMAIL}"></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="email_sig" rows="5" cols="30">{EMAIL_SIG}</textarea></td>
</tr>
<tr>
<td class="row1">Use SMTP for delivery<br /><span class="gensmall">Say 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="use_smtp" value="1" {SMTP_YES}> Yes&nbsp;&nbsp;<input type="radio" name="use_smtp" value="0" {SMTP_NO}> No</td>
</tr>
<tr>
<td class="row1">SMTP Server</td>
<td class="row2"><input type="text" name="smtp_server" value="{SMTP_SERVER}" size="25" maxlength="50"></td>
</tr>
<tr>
<td class="cat" colspan="2" align="center">
<input type="hidden" name="mode" value="config">
<input type="submit" name="submit" value="Save Settings">
</td>
</tr>
</table></td>
</tr>
</table>
</form>
<br clear="all">

View File

@@ -1,50 +1,49 @@
<br clear="all">
<h1>Welcome to phpBB</h1>
<p>
Thank you for choosing phpBB as your forum solution. This screen will give you a quick overview of all the various statistics of your board. You can get back to this page by clicking on the <i><u>overview</u></i> link in the left pane.<br />
The other links on the left hand side of this screen will allow you to control every aspect of your forum experiance, each screen will have instructions on how to use the tools.
</p>
<p>Thank you for choosing phpBB as your forum solution. This screen will give you a quick overview of all the various statistics of your board. You can get back to this page by clicking on the <u>Admin Index</u> link in the left pane. To return to the index of your board, click the <u>Board Index</u> link also in the left pane. The other links on the left hand side of this screen will allow you to control every aspect of your forum experience, each screen will have instructions on how to use the tools.</p>
<h2>Forum Statistics</h2>
<table border="0" cellpadding="1" cellspacing="0" width="70%" align="center">
<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%">Statistic</th>
<th width="25%" nowrap>Statistic</th>
<th width="25%">Value</th>
<th width="25%">Statistic</th>
<th width="25%" nowrap>Statistic</th>
<th width="25%">Value</th>
</tr>
<tr>
<td class="row1">Current number of posts:</td>
<td class="row1" nowrap>Current number of posts:</td>
<td class="row2"><b>{NUMBER_OF_POSTS}</b></td>
<td class="row1">Current number of topics:</td>
<td class="row2"><b>{NUMBER_OF_TOPICS}</b></td>
</tr>
<tr>
<td class="row1">Current number of users:</td>
<td class="row2"><b>{NUMBER_OF_USERS}</b></td>
<td class="row1">Board started on:</td>
<td class="row2"><b>{STARTDATE}</b></td>
</tr>
<tr>
<td class="row1">Posts per day:</td>
<td class="row1" nowrap>Posts per day:</td>
<td class="row2"><b>{POSTS_PER_DAY}</b></td>
<td class="row1">Topics per day:</td>
</tr>
<tr>
<td class="row1" nowrap>Current number of topics:</td>
<td class="row2"><b>{NUMBER_OF_TOPICS}</b></td>
<td class="row1" nowrap>Topics per day:</td>
<td class="row2"><b>{TOPICS_PER_DAY}</b></td>
</tr>
<tr>
<td class="row1">Users per day:</td>
<td class="row1" nowrap>Current number of users:</td>
<td class="row2"><b>{NUMBER_OF_USERS}</b></td>
<td class="row1" nowrap>Users per day:</td>
<td class="row2"><b>{USERS_PER_DAY}</b></td>
<td class="row1">Avatar directory size:</td>
</tr>
<tr>
<td class="row1" nowrap>Board started on:</td>
<td class="row2"><b>{START_DATE}</b></td>
<td class="row1" nowrap>Avatar directory size:</td>
<td class="row2"><b>{AVATAR_DIR_SIZE}</b></td>
</tr>
<tr>
<td class="row1">Database size:</td>
<td class="row1" nowrap>Database size:</td>
<td class="row2"><b>{DB_SIZE}</b></td>
<td class="row1">&nbsp;</td>
<td class="row1" nowrap>&nbsp;</td>
<td class="row2">&nbsp;</td>
</tr>
</table>

View File

@@ -1,5 +1,5 @@
<br clear="all"><br>
<br clear="all" /><br />
<table width="85%" cellpadding="1" cellspacing="0" border="0" align="center">
<tr>
@@ -14,4 +14,4 @@
</tr>
</table>
<br clear="all">
<br clear="all" />

View File

@@ -1,7 +1,9 @@
<br clear="all" />
<h1>Database Utilities</h1>
<div align="center">{U_DB_MESSAGE}
<br clear="all" />
{U_DB_LINKS}</div>
<br clear="all" />

View File

@@ -1,11 +1,13 @@
<br clear="all" />
<h1>Forum Authorisation Control</h1>
<p>Here you can control individual authorisation levels for each forum. You can either choose a <i>simple</i> setting which has pre-defined levels for each discrete authorisation type, or you can set each type via the <i>advanced</i> settings.</p>
<h2>Forum: {FORUM_NAME}</h2>
<div align="center"><table cellspacing="1" cellpadding="4" border="0">
<tr><form method="post" action="admin_forumauth.php">
<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 -->
@@ -18,13 +20,13 @@
<tr>
<td colspan="{S_COLUMN_SPAN}"><table width="100%" cellspacing="0" cellpadding="4" border="0">
<tr>
<td align="center">{U_SWITCH_MODE}</td>
<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="Submit Changes">&nbsp;&nbsp;<input type="reset" value="Reset to Initial"></td>
</tr>
</table></td>
</form></tr>
</table></div>
</table>
<br clear="all">
<br clear="all" />

View File

@@ -1,7 +1,8 @@
<br clear="all" />
<div align="center"><h1>Forum Authorisation Control</h1>
<h1>Forum Authorisation Control</h1>
<table cellspacing="1" cellpadding="4" border="0">
<table cellspacing="1" cellpadding="4" border="0" align="center">
<tr>
<th bgcolor="#CCCCCC">Select a Forum</th>
</tr>
@@ -10,4 +11,4 @@
</form></tr>
</table></div>
<br clear="all">
<br clear="all" />

View File

@@ -1,17 +1,20 @@
<br clear="all" />
<h1>Forum Pruning</h1>
<h2>Forum: {FORUM_NAME}</h2>
<div align="center"><table cellspacing="1" cellpadding="4" border="0">
<tr><form method="post" action="{S_FORUMPRUNE_ACTION}">{S_HIDDEN_VARS}
<td>{S_PRUNE_DATA}</td>
<table cellspacing="1" cellpadding="4" border="0" align="center">
<tr><form method="post" action="{S_FORUMPRUNE_ACTION}">{S_HIDDEN_VARS}
<td>{S_PRUNE_DATA}</td>
</tr>
<tr>
<td align="center"><input type="submit" name="submit" value="Prune"></td>
<td align="center"><input type="submit" name="submit" value="Prune"></td>
</tr>
<tr>
<td><i>Note: This will not prune announcements or sticky topics, these must be removed manually.</i></td>
</tr>
</form>
</table></div>
<br clear="all">
<td><span class="gensmall">Note: This will not prune announcements or sticky topics, these must be removed manually.</span></td>
</form></tr>
</table>
<br clear="all" />

View File

@@ -1,19 +1,23 @@
<br clear="all" />
<h1>Forum Pruning</h1>
<p>Here are the results from your forum pruning:</p>
<div align="center"><table cellspacing="1" cellpadding="4" border="0">
<table cellspacing="1" cellpadding="4" border="0" align="center">
<tr>
<th>FORUM NAME</th>
<th>TOPICS PRUNED</th>
<th>POSTS PRUNED</th>
</tr>
<!-- BEGIN prune_results -->
<!-- BEGIN prune_results -->
<tr>
<td class="row1" align="center">{prune_results.FORUM_NAME}</td>
<td class="row1" align="center">{prune_results.FORUM_TOPICS}</td>
<td class="row1" align="center">{prune_results.FORUM_POSTS}</td>
</tr>
<!-- END prune_results -->
</table></div>
<br clear="all">
<!-- END prune_results -->
</table>
<br clear="all" />

View File

@@ -1,13 +1,15 @@
<div align="center"><h1>Forum Pruning</h1>
<br clear="all" />
<table cellspacing="1" cellpadding="4" border="0">
<h1>Forum Pruning</h1>
<table cellspacing="1" cellpadding="4" border="0" align="center">
<tr>
<th bgcolor="#CCCCCC">Select a Forum</th>
</tr>
<tr><form method="get" action="{S_FORUMPRUNE_ACTION}">
<td class="row1" align="center">{S_FORUMS_SELECT}&nbsp;&nbsp;<input type="submit" value="Select">&nbsp;</td>
</form></tr>
</table></div>
</table>
<br clear="all">
<br clear="all" />

View File

@@ -1,18 +1,17 @@
<html>
<head>
<title>Admin</title>
<title>phpBB Administration</title>
</head>
<frameset rows="80,*" border="0" frameborder="0">
<frame src="{S_FRAME_HEADER}" name="top" SCROLLING="NO">
<frameset cols="140,*" border="0" frameborder="0">
<frame src="{S_FRAME_NAV}" name="nav">
<frame src="{S_FRAME_MAIN}" name="main">
</frameset>
<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">
Sorry, your browser doesn't seem to support Frames..
</body>
<body bgcolor="#FFFFFF" text="#000000">
<p>Sorry, your browser doesn't seem to support frames</p>
</body>
</noframes>
</html>
</html>

View File

@@ -1,21 +1,24 @@
<base target="main">
<table width="99%" cellpadding="1" cellspacing="0" border="0" align="center">
<table width="100%" cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="tablebg"><table width="100%" cellpadding="3" cellspacing="1" border="0">
<!-- BEGIN catrow -->
<tr>
<td class="cat" colspan="6"><span class="cattitle"><b>{catrow.CATNAME}</b>&nbsp;</span></td>
</tr>
<!-- BEGIN actionrow -->
<tr>
<td class="row1" width="7%"><a href="{catrow.actionrow.FILE}">{catrow.actionrow.ACTIONNAME}</a></td>
</tr>
<!-- END actionrow -->
<!-- END catrow -->
</table></td>
<th class="cat">phpBB Admin</th>
</tr>
<tr>
<td class="row1"><a href="{U_ADMIN_INDEX}" target="main">{L_ADMIN_INDEX}</a></td>
</tr>
<tr>
<td class="row2"><a href="{U_BOARD_INDEX}" target="_top">{L_BOARD_INDEX}</a></td>
</tr>
<!-- BEGIN catrow -->
<tr>
<td class="cat" align="center"><span class="cattitle"><b>{catrow.CATNAME}</b></span></td>
</tr>
<!-- BEGIN actionrow -->
<tr>
<td class="{catrow.actionrow.ROW_CLASS}"><a href="{catrow.actionrow.FILE}" target="main">{catrow.actionrow.ACTIONNAME}</a></td>
</tr>
<!-- END actionrow -->
<!-- END catrow -->
</table>
</body>

View File

@@ -20,20 +20,16 @@ SPAN.gensmall {font-family:{T_FONTFACE1};font-size:8pt}
</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">
<table width="100%" height="100%" cellpadding="1" cellspacing="2" border="0" align="center">
<table width="100%" height="100%" cellpadding="4" cellspacing="0" border="0" align="center">
<tr>
<td class="tablebg" width="100%" height="100%"><table width="100%" height="100%" cellspacing="1" cellpadding="4" border="0">
<td class="cat" width="100%" height="100%"><table width="100%" height="100%" cellspacing="0" border="0">
<tr>
<td class="cat" width="100%" height="100%"><table width="100%" height="100%" cellspacing="0" border="0">
<tr>
<td valign="top"><span class="title"><a href="{U_INDEX}" target="_top">phpBB2</a></span><span class="smalltitle"> : Administration</td>
<td align="right" valign="bottom"><span class="gensmall"><a href="http://www.phpbb.com/">Goto phpBB.com</a></span></td>
</tr>
</table></td>
<td valign="top"><span class="title"><a href="{U_INDEX}" target="_top">phpBB2</a></span><span class="smalltitle"> : Administration</td>
<td align="right" valign="bottom"><span class="gensmall"><a href="http://www.phpbb.com/">Goto phpBB.com</a></span></td>
</tr>
</table></td>
</tr>
</table>
</table></td>
</body>
</html>

View File

@@ -12,7 +12,7 @@ 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:8pt}
TD {font-family:Verdana,serif;font-size:10pt}
TD.tablebg {background-color:{T_TH_COLOR1}}
TD.cat {background-color:{T_TH_COLOR2}}
TD.row1 {background-color:{T_TD_COLOR1}}
@@ -34,4 +34,4 @@ INPUT.text {font-family:"Courier New",courier;font-size:8pt;}
//-->
</style>
</head>
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<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">

View File

@@ -1,3 +1,4 @@
<br clear="all" />
<h1>{L_USER_OR_GROUP} Authorisation Control</h1>
@@ -31,7 +32,7 @@
<tr>
<td colspan="{S_COLUMN_SPAN}"><table width="100%" cellspacing="0" cellpadding="4" border="0">
<tr>
<td align="center">{U_SWITCH_MODE}</td>
<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="Request Update">&nbsp;&nbsp;&nbsp;<input type="reset" value="Reset Changes"></td>

View File

@@ -1,7 +1,8 @@
<br clear="all" />
<div align="center"><h1>{L_USER_OR_GROUP} Authorisation Control</h1>
<h1>{L_USER_OR_GROUP} Authorisation Control</h1>
<table cellspacing="1" cellpadding="4" border="0">
<table cellspacing="1" cellpadding="4" border="0" align="center">
<tr>
<th>Select a {L_USER_OR_GROUP}</th>
</tr>
@@ -10,4 +11,4 @@
</form></tr>
</table></div>
<br clear="all">
<br clear="all" />