Removed for same reason as Euclid, James I did save a copy if you've not done so already
git-svn-id: file:///svn/phpbb/trunk@2290 89ea8834-ac86-4346-8a33-228a782c2dd0
|
@ -1,57 +0,0 @@
|
|||
<?php
|
||||
|
||||
//
|
||||
// Do not alter this line!
|
||||
//
|
||||
define(TEMPLATE_CONFIG, TRUE);
|
||||
|
||||
//
|
||||
// Configuration file for PSO template
|
||||
//
|
||||
// This contains (at present) an array, images which
|
||||
// points to the location of individiual images used
|
||||
// by the template
|
||||
//
|
||||
|
||||
$images['icon_quote'] = "images/icon_quote.gif";
|
||||
$images['icon_edit'] = "images/icon_edit.gif";
|
||||
$images['icon_search'] = "images/icon_search.gif";
|
||||
$images['icon_profile'] = "images/icon_profile.gif";
|
||||
$images['icon_pm'] = "images/icon_pm.gif";
|
||||
$images['icon_email'] = "images/icon_email.gif";
|
||||
$images['icon_delpost'] = "images/icon_delete.gif";
|
||||
$images['icon_ip'] = "images/icon_ip.gif";
|
||||
$images['icon_www'] = "images/icon_www.gif";
|
||||
$images['icon_icq'] = "images/icon_icq_add.gif";
|
||||
$images['icon_aim'] = "images/icon_aim.gif";
|
||||
$images['icon_yim'] = "images/icon_yim.gif";
|
||||
$images['icon_msnm'] = "images/icon_msnm.gif";
|
||||
$images['icon_minipost'] = "images/icon_minipost.gif";
|
||||
$images['icon_latest_reply'] = "images/icon_latest_reply.gif";
|
||||
|
||||
$images['folder'] = "images/folder.gif";
|
||||
$images['folder_new'] = "images/folder_new.gif";
|
||||
$images['folder_locked'] = "images/folder_lock.gif";
|
||||
$images['folder_sticky'] = "images/folder_sticky.gif";
|
||||
$images['folder_sticky_new'] = "images/folder_sticky_new.gif";
|
||||
$images['folder_announce'] = "images/folder_announce.gif";
|
||||
$images['folder_announce_new'] = "images/folder_announce_new.gif";
|
||||
|
||||
$images['post_new'] = "templates/PSO/images/post.gif";
|
||||
$images['post_locked'] = "templates/PSO/images/post-locked.gif";
|
||||
$images['reply_new'] = "templates/PSO/images/reply.gif";
|
||||
$images['reply_locked'] = "templates/PSO/images/reply-locked.gif";
|
||||
|
||||
$images['topic_mod_lock'] = "images/topic_lock.gif";
|
||||
$images['topic_mod_unlock'] = "images/topic_unlock.gif";
|
||||
$images['topic_mod_split'] = "images/topic_split.gif";
|
||||
$images['topic_mod_move'] = "images/topic_move.gif";
|
||||
$images['topic_mod_delete'] = "images/topic_delete.gif";
|
||||
|
||||
//
|
||||
// Default theme to use (can be blank if
|
||||
// themes aren't supported by this template)
|
||||
//
|
||||
$template_default_theme = "Default-Default";
|
||||
|
||||
?>
|
|
@ -1,33 +0,0 @@
|
|||
<tr>
|
||||
<td>
|
||||
<table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" cellpadding="0" cellspacing="1">
|
||||
<tr class="tableheader">
|
||||
<td width="100%" align="center"><b>{SITENAME} Forums Registration Agreement<b></td>
|
||||
</tr>
|
||||
<tr class="tablebody" bgcolor="#CCCCCC">
|
||||
<td width="100%" style="{padding: 5px; font-size: 10pt;}">
|
||||
Registration to this forum is free! We do insist that you abide by the rules and policies detailed below.
|
||||
If you agree to the terms, please press the Agree button at the end of the page.
|
||||
<br>
|
||||
Although the administrators and moderators of phpBB.com will attempt to keep all objectionable messages off this forum,
|
||||
it is impossible for us to review all messages. All messages express the views of the author, the owners of phpBB.com
|
||||
will be held responsible for the content of any message.<br>
|
||||
<br>
|
||||
By clicking the Agree button, you warrant that you will not post any messages that are obscene, vulgar, sexually-orientated,
|
||||
hateful, threatening, or otherwise violative of any laws.<br>
|
||||
<br>
|
||||
The owners of phpBB.com and the moderators of this forum have the right to remove, edit, move or close any thread for any reason.<br>
|
||||
<br>
|
||||
<div align="center" style="{font-weight: bold;}"><a href="{U_AGREE_OVER13}">I Agree to these terms (and am over 13 years of age)</a>
|
||||
<a href="{U_AGREE_UNDER13}">I Agree to these terms (and am <b>under</b> 13 years of age)</a>
|
||||
<a href="{U_INDEX}">I do not agree to these terms</a></div>
|
||||
</td>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
|
@ -1,132 +0,0 @@
|
|||
// bbcode.tpl -- bbcode replacement templates.
|
||||
|
||||
<!-- 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_open -->
|
||||
<table border="0" align="center" width="85%">
|
||||
<tr>
|
||||
<td>
|
||||
<font size="-1">{L_QUOTE}</font>
|
||||
<hr />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<font size="-1">
|
||||
<blockquote>
|
||||
<!-- END quote_open -->
|
||||
<!-- BEGIN quote_open -->
|
||||
<table border="0" align="center" width="85%">
|
||||
<tr>
|
||||
<td>
|
||||
<font size="-1">{USERNAME} {L_WROTE}:</font>
|
||||
<hr />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<font size="-1">
|
||||
<blockquote>
|
||||
<!-- END quote_open -->
|
||||
<!-- BEGIN quote_close -->
|
||||
</blockquote>
|
||||
</font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<hr />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- END quote_close -->
|
||||
|
||||
<!-- BEGIN code_open -->
|
||||
<table width="85%" border="0" align="center">
|
||||
<tr>
|
||||
<td>
|
||||
<font size="-1">{L_CODE}</font>
|
||||
<hr />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<font size="-1">
|
||||
<pre>
|
||||
<!-- END code_open -->
|
||||
<!-- BEGIN code_close -->
|
||||
</pre>
|
||||
</font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<hr />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- END code_close -->
|
||||
|
||||
<!-- BEGIN b_open -->
|
||||
<b>
|
||||
<!-- END b_open -->
|
||||
<!-- BEGIN b_close -->
|
||||
</b>
|
||||
<!-- END b_close -->
|
||||
|
||||
<!-- BEGIN u_open -->
|
||||
<u>
|
||||
<!-- END u_open -->
|
||||
<!-- BEGIN u_close -->
|
||||
</u>
|
||||
<!-- END u_close -->
|
||||
|
||||
<!-- BEGIN i_open -->
|
||||
<i>
|
||||
<!-- END i_open -->
|
||||
<!-- BEGIN i_close -->
|
||||
</i>
|
||||
<!-- END i_close -->
|
||||
|
||||
<!-- BEGIN color_open -->
|
||||
<font color="{COLOR}">
|
||||
<!-- END color_open -->
|
||||
<!-- BEGIN color_close -->
|
||||
</font>
|
||||
<!-- END color_close -->
|
||||
|
||||
<!-- BEGIN size_open -->
|
||||
<font size="{SIZE}">
|
||||
<!-- END size_open -->
|
||||
<!-- BEGIN size_close -->
|
||||
</font>
|
||||
<!-- END size_close -->
|
||||
|
||||
<!-- BEGIN img -->
|
||||
<img src="{URL}" border="0"></img>
|
||||
<!-- END img -->
|
||||
|
||||
<!-- BEGIN url -->
|
||||
<a href="{URL}" target="_blank">{DESCRIPTION}</a>
|
||||
<!-- END url -->
|
||||
|
||||
<!-- BEGIN email -->
|
||||
<a href="mailto:{EMAIL}">{EMAIL}</A>
|
||||
<!-- END email -->
|
|
@ -1,15 +0,0 @@
|
|||
<tr>
|
||||
<td>
|
||||
<table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" cellpadding="0" cellspacing="1">
|
||||
<tr class="tableheader">
|
||||
<td width="100%" align="center"><b>{ERROR_MESSAGE}<b></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
Before Width: | Height: | Size: 201 B |
Before Width: | Height: | Size: 196 B |
Before Width: | Height: | Size: 204 B |
Before Width: | Height: | Size: 203 B |
Before Width: | Height: | Size: 210 B |
Before Width: | Height: | Size: 218 B |
Before Width: | Height: | Size: 221 B |
Before Width: | Height: | Size: 228 B |
Before Width: | Height: | Size: 207 B |
Before Width: | Height: | Size: 196 B |
|
@ -1,74 +0,0 @@
|
|||
<tr>
|
||||
<td>
|
||||
<table border="0" align="right" width="30%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
|
||||
<tr>
|
||||
<td align="right" style="{font-size: 8pt;}">{L_POSTEDTOTAL} -<b>{TOTAL_POSTS}</b>- {L_MESSAGES}.<br>
|
||||
{L_WEHAVE} <b>{TOTAL_USERS}</b> {L_REGUSERS}.<br>
|
||||
{L_NEWESTUSER} <b><a href="{U_NEWEST_USER_PROFILE}">{NEWEST_USER}</a></b><br>
|
||||
{L_ARECURRENTLY} <a href="{U_VIEWONLINE}"><b>{USERS_BROWSING}</b> {L_BROWSING}</a> {L_THEFORUMS}<br>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td bgcolor="#000000" align="center"><table width="100%" cellpadding="0" cellspacing="1" border="0">
|
||||
<tr>
|
||||
<td><table width="100%" cellpadding="3" cellspacing="1" border="0">
|
||||
<tr class="tableheader">
|
||||
<td width="5%"> </td>
|
||||
<td>{L_FORUM}</td>
|
||||
<td align="center" width="5%">{L_TOPICS}</td>
|
||||
<td align="center" width="5%">{L_POSTS}</td>
|
||||
<td align="center" width="15%">{L_LASTPOST}</td>
|
||||
<td align="center" width="5%">{L_MODERATOR}</td>
|
||||
</tr>
|
||||
<!-- BEGIN catrow -->
|
||||
<tr class="catheader">
|
||||
<td colspan="6"><a href="{catrow.U_VIEWCAT}">{catrow.CAT_DESC}</a></td>
|
||||
</tr>
|
||||
<!-- BEGIN forumrow -->
|
||||
<tr bgcolor="{catrow.forumrow.ROW_COLOR}" class="tablebody">
|
||||
<td width="5%" align="center" valign="middle">{catrow.forumrow.FOLDER}</td>
|
||||
<td><a href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br>{catrow.forumrow.FORUM_DESC}</td>
|
||||
<td width="5%" align="center" valign="middle">{catrow.forumrow.TOPICS}</td>
|
||||
<td width="5%" align="center" valign="middle">{catrow.forumrow.POSTS}</td>
|
||||
<td width="15%" align="center" valign="middle">{catrow.forumrow.LAST_POST}</td>
|
||||
<td width="5%" align="center" valign="middle">{catrow.forumrow.MODERATORS}</td>
|
||||
</tr>
|
||||
<!-- END forumrow -->
|
||||
<!-- END catrow -->
|
||||
<tr class="catheader">
|
||||
<td colspan="6"><b><a href="{U_PRIVATEMSGS}">Private Messages</a></b></td>
|
||||
</tr>
|
||||
<tr style="background-color:#DEDEDE">
|
||||
<td align="center"><img src="images/mailbox.gif"></td>
|
||||
<td colspan="5">{L_PRIVATE_MESSAGE_INFO}</font></td>
|
||||
</tr>
|
||||
<tr class="catheader">
|
||||
<td colspan="6"><a href="{U_VIEWONLINE}">Who is Online</a></td>
|
||||
</tr>
|
||||
<tr style="background-color:#DEDEDE">
|
||||
<td colspan="6" align="left">{TOTAL_USERS_ONLINE}<br />{LOGGED_IN_USER_LIST}</td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><table border="0" width="100%" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td style="{font-size: 8pt;}"><img src="images/folder.gif"> = {L_NEWPOSTS}</td>
|
||||
<td style="{font-size: 8pt;}" align="right" valign="top"><b>{S_TIMEZONE}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="{font-size: 8pt;}"><img src="images/red_folder.gif"> = {L_NONEWPOSTS}</td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
|
@ -1,38 +0,0 @@
|
|||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>phpBB Version 2.0 Installation</TITLE>
|
||||
</HEAD>
|
||||
<BODY BACKGROUND="WHITE">
|
||||
<FORM action='{S_FORM_ACTION}' method="post" >
|
||||
<!-- BEGIN hidden_fields -->
|
||||
<input type="hidden" name='{hidden_fields.NAME}' value='{hidden_fields.VALUE}'>
|
||||
<!-- END hidden_fields -->
|
||||
<table>
|
||||
<tr>
|
||||
<td>{L_INSTRUCT}</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table>
|
||||
<!-- BEGIN selects -->
|
||||
<tr>
|
||||
<td align="right">{selects.L_LABEL}</td>
|
||||
<td><select name='{selects.NAME}'>
|
||||
<!-- BEGIN options -->
|
||||
<option value='{selects.options.VALUE}' {selects.options.DEFAULT}>{selects.options.LABEL}</option>
|
||||
<!-- END options -->
|
||||
</td>
|
||||
</tr>
|
||||
<!-- END selects -->
|
||||
<!-- BEGIN inputs -->
|
||||
<tr>
|
||||
<td align="right">{inputs.L_LABEL}</td>
|
||||
<td><input type="{inputs.TYPE}" name="{inputs.NAME}" value="{inputs.VALUE}"></td>
|
||||
</tr>
|
||||
<!-- END inputs -->
|
||||
<tr>
|
||||
<td align="center" colspan="2"><input type="submit" value="{L_SUBMIT}"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</FORM>
|
||||
</BODY>
|
||||
</HTML>
|
|
@ -1,29 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>phpBB Version 2.0 Installer</title>
|
||||
</head>
|
||||
<body background="white">
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<H1>{L_TITLE}</H1>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" cellpadding="0" bgcolor="#FFFFFF" cellspacing="1">
|
||||
<tr>
|
||||
<td width="100%" align="center"><b>{L_ERROR}<b></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
|
@ -1,5 +0,0 @@
|
|||
<table cellspacing="0" cellpadding="0" border="0">
|
||||
<tr><form method="post" action="{S_JUMPBOX_ACTION}">
|
||||
<td nowrap>Jump To:<select name="{SELECT_NAME}"><option value="-1">Select A Forum</option>{JUMPBOX_LIST}</select><input type="submit" value="Go"></td>
|
||||
</form></tr>
|
||||
</table>
|
|
@ -1,48 +0,0 @@
|
|||
<tr>
|
||||
<td><div align="center"><table width="60%" cellspacing="0" cellpadding="4" border="0">
|
||||
<tr>
|
||||
<td align="left" style="{font-size: 8pt; height: 55px;}" nowrap><a href="{U_INDEX}">{SITENAME} {L_INDEX}</a></font></td>
|
||||
</tr>
|
||||
</table></div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><br clear="all" /><br />
|
||||
|
||||
<table border="0" align="center" width="60%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr><form action="{S_LOGIN_ACTION}" method="post">
|
||||
<td><table border="0" width="100%" cellpadding="3" cellspacing="1">
|
||||
<tr class="tableheader">
|
||||
<td colspan="2" align="center"><b>Please enter your username and password to login</b></td>
|
||||
</tr>
|
||||
<tr bgcolor="#DDDDDD" class="tablebody">
|
||||
<td width="45%" align="right">{L_USERNAME}: </td>
|
||||
<td><input type="text" name="username" size="25" maxlength="40" value="{USERNAME}"></td>
|
||||
</tr>
|
||||
<tr bgcolor="#DDDDDD" class="tablebody">
|
||||
<td align="right">{L_PASSWORD}: </td>
|
||||
<td><input type="password" name="password" size="25" maxlength="25"></td>
|
||||
</tr>
|
||||
<tr bgcolor="#DDDDDD" class="tablebody">
|
||||
<td colspan="2" align="center">{L_AUTO_LOGIN}: <input type="checkbox" name="autologin"></td>
|
||||
</tr>
|
||||
<tr bgcolor="#DDDDDD" class="tablebody">
|
||||
<td colspan="2"><table width="100%" cellspacing="0" cellpadding="6" border="0">
|
||||
<tr>
|
||||
<td align="center"><input type="hidden" name="forward_page" value="{FORWARD_PAGE}"><input type="submit" name="submit" value="{L_LOGIN}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><a href="{U_SEND_PASSWORD}">{L_SEND_PASSWORD}</a></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</form></tr>
|
||||
</table></td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><div align="center"><table align="center" border="0" width="60%">
|
||||
<td style="{font-size: 8pt;}" align="right" valign="top"><b>{S_TIMEZONE}</b></td>
|
||||
</table></div></td>
|
||||
</tr>
|
|
@ -1 +0,0 @@
|
|||
{L_USERNAME} : <input type="text" name="username"><br>{L_PASSWORD} : <input type="password" name="password"><br>{L_LOG_ME_IN}<input type="checkbox" name="autologin"> <input type="submit" name="submit" value="{L_LOGIN}">
|
|
@ -1,38 +0,0 @@
|
|||
<tr>
|
||||
<td><table border="0" width="100%" cellpadding="0" cellspacing="0">
|
||||
<tr><form method="post" action="{S_MODE_ACTION}">
|
||||
<td align="right" valign="bottom" style="{font-size: 8pt; height: 55px;}" nowrap>{L_SELECT_SORT_METHOD}: {S_MODE_SELECT} {L_ORDER} {S_ORDER_SELECT} <input type="submit" name="submit" value="{L_SUBMIT}"></td>
|
||||
</form></tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td bgcolor="#000000" align="center"><table width="100%" cellpadding="0" cellspacing="1" border="0">
|
||||
<td>
|
||||
<table width="100%" cellpadding="3" cellspacing="1" border="0">
|
||||
<tr class="tableheader">
|
||||
<td width="8%" align="center"> </td>
|
||||
<td align="center">{L_USERNAME}</td>
|
||||
<td width="8%" align="center">{L_EMAIL}</td>
|
||||
<td align="center">{L_FROM}</td>
|
||||
<td align="center">{L_JOINED}</td>
|
||||
<td align="center">{L_POSTS}</td>
|
||||
<td width="8%" align="center">{L_WEBSITE}</td>
|
||||
</tr>
|
||||
<!-- BEGIN memberrow -->
|
||||
<tr bgcolor="{memberrow.ROW_COLOR}" class="tablebody">
|
||||
<td align="center"> {memberrow.PM_IMG} </td>
|
||||
<td align="center"><a href="{memberrow.U_VIEWPROFILE}">{memberrow.USERNAME}</a></td>
|
||||
<td align="center" valign="middle"> {memberrow.EMAIL_IMG} </td>
|
||||
<td align="center" valign="middle">{memberrow.FROM}</td>
|
||||
<td align="center" valign="middle">{memberrow.JOINED}</td>
|
||||
<td align="center" valign="middle">{memberrow.POSTS}</td>
|
||||
<td align="center"> {memberrow.WWW_IMG} </td>
|
||||
</tr>
|
||||
<!-- END memberrow -->
|
||||
<tr class="catheader">
|
||||
<td colspan="7">{PAGINATION}</td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
|
@ -1,18 +0,0 @@
|
|||
<tr>
|
||||
<td>
|
||||
<table border="0" align="center" width="80%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" cellpadding="0" cellspacing="1">
|
||||
<tr class="tableheader">
|
||||
<td width="100%" align="center"><b>{MESSAGE_TITLE}</b></td>
|
||||
</tr>
|
||||
<tr bgcolor="#DDDDDD" class="tablebody">
|
||||
<td width="100%" align="center">{MESSAGE_TEXT}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
|
@ -1,61 +0,0 @@
|
|||
<tr>
|
||||
<td><form action="{S_MODCP_URL}" method="post">
|
||||
<table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" cellpadding="0" cellspacing="1">
|
||||
<tr class="tableheader">
|
||||
<td width="100%" align="center"><b>Moderator Contol Panel<b></td>
|
||||
</tr>
|
||||
<tr class="tablebody" bgcolor="#CCCCCC">
|
||||
<td width="100%" style="{padding: 5px; font-size: 10pt;}">
|
||||
{L_MOD_EXPLAIN}
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="tablebody" bgcolor="#000000">
|
||||
<td>
|
||||
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
||||
<tr class="tableheader">
|
||||
<td width="5%"> </td>
|
||||
<td align="center" width="25%">{L_TOPICS}</td>
|
||||
<td align="center" width="5%">{L_REPLIES}</td>
|
||||
<td align="center" width="15%">{L_LASTPOST}</td>
|
||||
<td align="center" width="5%">{L_SELECT}</td>
|
||||
</tr>
|
||||
<!-- BEGIN topicrow -->
|
||||
<tr class="tablebody">
|
||||
<td width="3%" bgcolor="#DDDDDD">{topicrow.FOLDER_IMG}</td>
|
||||
<td bgcolor="#CCCCCC"><a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></td>
|
||||
<td bgcolor="#DDDDDD" align="center">{topicrow.REPLIES}</td>
|
||||
<td bgcolor="#CCCCCC" align="center">{topicrow.LAST_POST}</td>
|
||||
<td bgcolor="#DDDDDD"><input type="checkbox" name="preform_op[]" value="{topicrow.TOPIC_ID}">{L_SELECT}</td>
|
||||
</tr>
|
||||
<!-- END topicrow -->
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#CCCCCC" colspan="5">
|
||||
<table border="0" width="100%">
|
||||
<tr>
|
||||
<td>{L_PAGE} <b>{ON_PAGE}</b> {L_OF} <b>{TOTAL_PAGES}</b></td>
|
||||
<td align="right">{PAGINATION}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="tableheader">
|
||||
<td colspan="5" align="right">
|
||||
<input type="hidden" name="{POST_FORUM_URL}" value="{FORUM_ID}">
|
||||
<input type="submit" name="delete" value="{L_DELETE}">
|
||||
<input type="submit" name="move" value="{L_MOVE}">
|
||||
<input type="submit" name="lock" value="{L_LOCK}">
|
||||
<input type="submit" name="unlock" value="{L_UNLOCK}">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form></td>
|
||||
</tr>
|
|
@ -1,14 +0,0 @@
|
|||
<tr>
|
||||
<td>
|
||||
<div align="center" style="{font-size: 8pt;}">
|
||||
{ADMIN_LINK}<br>
|
||||
Powered by: <a href="http://www.phpbb.com">phpBB</a> Version {PHPBB_VERSION}<br>
|
||||
Copyright © 2001 <a href="http://www.phpbb.com/credits.php">The phpBB Group</a><br>
|
||||
The current time is: {CURRENT_TIME}</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
@ -1,72 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>{SITENAME} - {PAGE_TITLE}</title>
|
||||
{META_INFO}
|
||||
<style type="text/css">
|
||||
<!--
|
||||
.mainbody {
|
||||
background: #FFFFFF;
|
||||
color: #000000;
|
||||
font-family: sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
.tableheader {
|
||||
background: #495FA8;
|
||||
color: #FFFFFF;
|
||||
font-size: 8pt;
|
||||
}
|
||||
.tablebody {
|
||||
font-size: 8pt;
|
||||
}
|
||||
.tablefooter {
|
||||
background: #C9C9D8;
|
||||
color: #000000;
|
||||
font-size: 8pt;
|
||||
}
|
||||
.catheader {
|
||||
font-size: 8pt;
|
||||
background: #C5C9CD;
|
||||
color: #000000;
|
||||
}
|
||||
TD {
|
||||
font-size: 8pt;
|
||||
}
|
||||
A {
|
||||
text-decoration: none;
|
||||
}
|
||||
A:Hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
//-->
|
||||
</style>
|
||||
</head>
|
||||
<body class="mainbody" bgcolor="#FFFFFF" text="#000000">
|
||||
|
||||
<table border="0" align="center" width="95%" cellspacing="2">
|
||||
<tr>
|
||||
<td bgcolor="#000000"><table width="100%" cellpadding="0" cellspacing="1" border="0">
|
||||
<tr>
|
||||
<td bgcolor="#CCCCCC"><table width="100%" cellspacing="1" cellpadding="3" border="0">
|
||||
<tr class="tablebody"><form method="post" action="{S_LOGIN_ACTION}">
|
||||
<td align="left" valign="top"><a href="{U_INDEX}"><img src="images/title.jpg" height="55" width="450" border="0"></a></td>
|
||||
<td align="right">{S_LOGINBOX}</td>
|
||||
</tr></form>
|
||||
<tr class="tablebody">
|
||||
<td colspan="2"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td align="left" valign="bottom">{L_WELCOMETO} {SITENAME}<br>{LOGIN_STATUS}</td>
|
||||
<td align="right" valign="bottom">[<a href="{U_REGISTER}">{L_REGISTER}</a>]
|
||||
[<a href="{U_PROFILE}">{L_PROFILE}</a>]
|
||||
[<a href="{U_GROUP_CP}">{L_USERGROUPS}</a>]
|
||||
[<a href="{U_SEARCH}">{L_SEARCH}</a>]
|
||||
[<a href="{U_PRIVATEMSGS}">{L_PRIVATEMSGS}</a>]
|
||||
[<a href="{U_MEMBERSLIST}">{L_MEMBERLIST}</a>]
|
||||
[<a href="{U_FAQ}">{L_FAQ}</a>]</td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
|
@ -1,132 +0,0 @@
|
|||
<script language="Javascript">
|
||||
<!--
|
||||
function x ()
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
function addBBcode(bbCode)
|
||||
{
|
||||
document.posting.message.value=document.posting.message.value+bbCode;
|
||||
document.posting.message.focus();
|
||||
return;
|
||||
}
|
||||
-->
|
||||
</script>
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" align="right" width="20%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
|
||||
<tr>
|
||||
<td align="center" style="{font-size: 8pt;}">{L_POSTNEWIN}<br><a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><form action="{S_POST_ACTION}" method="post" name="posting">
|
||||
<table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" cellpadding="3" cellspacing="1">
|
||||
<tr class="tableheader">
|
||||
<td colspan="2">{L_POST_A}</td>
|
||||
</tr>
|
||||
<!-- BEGIN anon_user -->
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD">{L_USERNAME}</td>
|
||||
<td bgcolor="#CCCCCC"><input type="text" name="username" size="25" maxlength="25" value="{USERNAME}" /></td>
|
||||
</tr>
|
||||
<!-- END anon_user -->
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD">{L_SUBJECT}</td>
|
||||
<td bgcolor="#CCCCCC"><input type="text" name="subject" size="50" maxlength="100" value="{SUBJECT}" /></td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD">{L_MESSAGE_BODY}<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></td>
|
||||
<td bgcolor="#CCCCCC">
|
||||
<table border="0" with="100%">
|
||||
<tr><td><textarea name="message" rows="10" cols="40" wrap="virtual">{MESSAGE}</textarea></td>
|
||||
<td width="60%">Instant BBCode<br>
|
||||
<a href="javascript: x()" onclick="addBBcode('[url] [/url]');"><img src="templates/Default/images//url.gif" width="72" height="16" border="0" alt="Insert URL BBCode"></a>
|
||||
<a href="javascript: x()" onclick="addBBcode('[email] [/email]');"><img src="templates/Default/images//email_url.gif" width="72" height="16" border="0" alt="Insert Email Address"></a>
|
||||
<br>
|
||||
<a href="javascript: x()" onclick="addBBcode('[b] [/b]');"><img src="templates/Default/images//bold.gif" width="72" height="16" border="0" alt="Bold"></a>
|
||||
<a href="javascript: x()" onclick="addBBcode('[i] [/i]');"><img src="templates/Default/images//italics.gif" width="72" height="16" border="0 alt="Italics"></a>
|
||||
<br>
|
||||
<a href="javascript: x()" onclick="addBBcode('[quote] [/quote]');"><img src="templates/Default/images//quote.gif" width="72" height="16" border="0" alt="Quote"></a>
|
||||
<a href="javascript: x()" onclick="addBBcode('[code] [/code]');"><img src="templates/Default/images//code.gif" width="72" height="16" border="0" alt="Code - UBBCode™"></a>
|
||||
<br>
|
||||
<a href="javascript: x()" onclick="addBBcode('[list]');"><img src="templates/Default/images//list-start.gif" width="72" height="16" border="0" alt="Start List"></a>
|
||||
<a href="javascript: x()" onclick="addBBcode('[*]');"><img src="templates/Default/images//list-item.gif" width="72" height="16" border="0" alt="List Item"></a>
|
||||
<br>
|
||||
<a href="javascript: x()" onclick="addBBcode('[/list]');"><img src="templates/Default/images//list-end.gif" width="72" height="16" border="0" alt="End List"></a>
|
||||
<a href="javascript: x()" onclick="addBBcode('[img] [/img]');"><img src="templates/Default/images//image.gif" width="72" height="16" border="0" alt="Display Image"></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD">{L_OPTIONS}</td>
|
||||
<td bgcolor="#CCCCCC"><table cellspacing="0" cellpadding="1" border="0">
|
||||
<!-- BEGIN html_checkbox -->
|
||||
<tr>
|
||||
<td><input type="checkbox" name="disable_html" {S_HTML_CHECKED} /></td>
|
||||
<td>{L_DISABLE_HTML}</td>
|
||||
</tr>
|
||||
<!-- END html_checkbox -->
|
||||
<!-- BEGIN bbcode_checkbox -->
|
||||
<tr>
|
||||
<td><input type="checkbox" name="disable_bbcode" {S_BBCODE_CHECKED} /></td>
|
||||
<td>{L_DISABLE_BBCODE}</td>
|
||||
</tr>
|
||||
<!-- END bbcode_checkbox -->
|
||||
<!-- BEGIN smilies_checkbox -->
|
||||
<tr>
|
||||
<td><input type="checkbox" name="disable_smilies" {S_SMILIES_CHECKED} /></td>
|
||||
<td>{L_DISABLE_SMILIES}</td>
|
||||
</tr>
|
||||
<!-- END smilies_checkbox -->
|
||||
<!-- BEGIN signature_checkbox -->
|
||||
<tr>
|
||||
<td><input type="checkbox" name="attach_sig" {S_SIGNATURE_CHECKED} /></td>
|
||||
<td>{L_ATTACH_SIGNATURE}</td>
|
||||
</tr>
|
||||
<!-- END signature_checkbox -->
|
||||
<!-- BEGIN notify_checkbox -->
|
||||
<tr>
|
||||
<td><input type="checkbox" name="notify" {S_NOTIFY_CHECKED} /></td>
|
||||
<td>{L_NOTIFY_ON_REPLY}</td>
|
||||
</tr>
|
||||
<!-- END notify_checkbox -->
|
||||
<!-- BEGIN delete_checkbox -->
|
||||
<tr>
|
||||
<td><input type="checkbox" name="delete" /></td>
|
||||
<td>{L_DELETE_POST}</td>
|
||||
</tr>
|
||||
<!-- END delete_checkbox -->
|
||||
<!-- BEGIN type_toggle -->
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><br />{S_TYPE_TOGGLE}</td>
|
||||
</tr>
|
||||
<!-- END type_toggle -->
|
||||
</table></td>
|
||||
</tr>
|
||||
<tr class="tableheader">
|
||||
<td align="center" colspan="2">{S_HIDDEN_FORM_FIELDS}
|
||||
<input type="submit" name="preview" value="{L_PREVIEW}"> <input type="submit" name="submit" value="{L_SUBMIT}"> <input type="submit" name="cancel" value="{L_CANCEL}"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form></td>
|
||||
</tr>
|
|
@ -1,28 +0,0 @@
|
|||
<tr>
|
||||
<td>
|
||||
<table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" cellpadding="3" cellspacing="1">
|
||||
<tr class="tableheader">
|
||||
<td width="15%">Author</td>
|
||||
<td colspan="2">{TOPIC_TITLE}</td>
|
||||
</tr>
|
||||
<tr bgcolor="{ROW_COLOR}" class="tablebody">
|
||||
<td width="20%" align="left" valign="top" nowrap rowspan="2">
|
||||
<font style="{font-size: 10pt; font-weight: bold;}">{POSTER_NAME}</font><br>
|
||||
</td>
|
||||
<td><i><b>{TOPIC_TITLE}</b></i></td>
|
||||
<td align="right" width="15%"><img src="images/posticon.gif"><font style="{font-size: 8pt;}">{L_POSTED}: {POST_DATE}</font></td>
|
||||
</tr>
|
||||
<tr bgcolor="{ROW_COLOR}" class="tablebody">
|
||||
<td colspan="3">
|
||||
{MESSAGE}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
|
@ -1,48 +0,0 @@
|
|||
<tr>
|
||||
<td>
|
||||
<table width="100%" cellpadding="1" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td bgcolor="{T_TH_COLOR1}"><table border="0" cellpadding="0" cellspacing="1" width="100%">
|
||||
<tr>
|
||||
<td colspan="4" bgcolor="{T_TH_COLOR2}"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr class="catheader">
|
||||
<td> {INBOX_FOLDER} {SENT_FOLDER}</td>
|
||||
<td align="right"><a href="{U_POST_NEW_MSG}"><img src="templates/PSO/images/post.gif" border="0"></a></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<tr class="tableheader">
|
||||
<td width="5%"></td>
|
||||
<td width="20%" align="center"><b>{L_FROM_OR_TO}</b></td>
|
||||
<td width="60%" align="center"><b>{L_SUBJECT}</b></td>
|
||||
<td width="15%" align="center"><b>{L_DATE}</b></td>
|
||||
</tr>
|
||||
<!-- BEGIN listrow -->
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="{listrow.ROW_COLOR}" align="center" valign="middle">{listrow.ICON_FLAG_IMG}</td>
|
||||
<td bgcolor="{listrow.ROW_COLOR}" width="5%" valign="middle"> <a href="{listrow.U_FROM_USER_PROFILE}">{listrow.FROM}</a></td>
|
||||
<td bgcolor="{listrow.ROW_COLOR}" width="5%" valign="middle"> <a href="{listrow.U_READ}">{listrow.SUBJECT}</a></td>
|
||||
<td bgcolor="{listrow.ROW_COLOR}" width="15%" align="center" valign="middle">{listrow.DATE}</td>
|
||||
</tr>
|
||||
<!-- END listrow -->
|
||||
<tr>
|
||||
<td colspan="6" bgcolor="{T_TH_COLOR2}"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr class="catheader">
|
||||
<td width="5" align="left" valign="middle"><a href="{U_POST_NEW_TOPIC}"><img src="templates/PSO/images/post.gif" border="0"></a></td>
|
||||
<td align="left" valign="middle"> {L_PAGE} <b>{ON_PAGE}</b> {L_OF} <b>{TOTAL_PAGES}</b> </td>
|
||||
<td align="right" valign="middle">{L_GOTO_PAGE}: {PAGINATION} </td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></div>
|
||||
|
||||
<div align="center"><table align="center" border="0" width="98%">
|
||||
<tr>
|
||||
<td valign="top"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}"><b>{S_TIMEZONE}</b></font></td>
|
||||
<td align="right" nowrap>{JUMPBOX}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
|
@ -1,160 +0,0 @@
|
|||
<tr>
|
||||
<td><form action="{S_PROFILE_ACTION}" {S_FORM_ENCTYPE} method="post">
|
||||
<table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" cellpadding="3" cellspacing="1">
|
||||
<tr class="tableheader">
|
||||
<td colspan="2"><b>{L_REGISTRATION_INFO}</b> ({L_ITEMS_REQUIRED})</td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_USERNAME}: *</b><br>{L_USER_UNIQ}</td>
|
||||
<td bgcolor="#CCCCCC"><input type="text" name="username" size="35" maxlength="40" value="{USERNAME}"></td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_EMAIL_ADDRESS}: *</b></td>
|
||||
<td bgcolor="#CCCCCC"><input type="text" name="email" size="35" maxlength="255" value="{EMAIL}"></td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_PASSWORD}: *</b><br /><font style="{font-size: 8pt;}">{L_PASSWORD_IF_CHANGED}</font></td>
|
||||
<td bgcolor="#CCCCCC"><input type="password" name="password" size="35" maxlength="100" value="{PASSWORD}"></td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_CONFIRM} {L_PASSWORD}: *</b><br /><font style="{font-size: 8pt;}">{L_PASSWORD_CONFIRM_IF_CHANGED}</font></td>
|
||||
<td bgcolor="#CCCCCC"><input type="password" name="password_confirm" size="35" maxlength="100" value="{PASSWORD_CONFIRM}"></td>
|
||||
</tr>
|
||||
<tr class="tableheader">
|
||||
<td colspan="2"><b>{L_PROFILE_INFO}</b> ({L_PROFILE_INFO_NOTICE})</td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_ICQ_NUMBER}:</b></td>
|
||||
<td bgcolor="#CCCCCC"><input type="text" name="icq" size="10" maxlength="15" value="{ICQ}"></td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_AIM}:</b></td>
|
||||
<td bgcolor="#CCCCCC"><input type="text" name="aim" size="20" maxlength="255" value="{AIM}"></td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_MESSENGER}:</b></td>
|
||||
<td bgcolor="#CCCCCC"><input type="text" name="msn" size="20" maxlength="255" value="{MSN}"></td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_YAHOO}:</b></td>
|
||||
<td bgcolor="#CCCCCC"><input type="text" name="yim" size="20" maxlength="255" value="{YIM}"></td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_WEBSITE}:</b></td>
|
||||
<td bgcolor="#CCCCCC"><input type="text" name="website" size="35" maxlength="255" value="{WEBSITE}"></td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_LOCATION}:</b></td>
|
||||
<td bgcolor="#CCCCCC"><input type="text" name="location" size="35" maxlength="100" value="{LOCATION}"></td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_OCCUPATION}:</b></td>
|
||||
<td bgcolor="#CCCCCC"><input type="text" name="occupation" size="35" maxlength="100" value="{OCCUPATION}"></td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_INTERESTS}:</b></td>
|
||||
<td bgcolor="#CCCCCC"><input type="text" name="interests" size="35" maxlength="150" value="{INTERESTS}"></td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_SIGNATURE}:</b><br><font style="{font-size: 8pt;}">{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></font></td>
|
||||
<td bgcolor="#CCCCCC"><textarea name="signature" rows="6" cols="45">{SIGNATURE}</textarea></td>
|
||||
</tr>
|
||||
<tr class="tableheader">
|
||||
<td colspan="2"><b>{L_PREFERENCES}</b></td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_PUBLIC_VIEW_EMAIL}:</b></td>
|
||||
<td bgcolor="#CCCCCC"><input type="radio" name="viewemail" value="1" {VIEW_EMAIL_YES}> {L_YES} <input type="radio" name="viewemail" value="0" {VIEW_EMAIL_NO}> {L_NO}</td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_HIDE_USER}:</b></td>
|
||||
<td bgcolor="#CCCCCC"><input type="radio" name="allowviewonline" value="1" {HIDE_USER_YES}> {L_YES} <input type="radio" name="allowviewonline" value="0" {HIDE_USER_NO}> {L_NO}</td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_NOTIFY_ON_PRIVMSG}:</b></td>
|
||||
<td bgcolor="#CCCCCC"><input type="radio" name="notifypm" value="1" {NOTIFY_PM_YES}> {L_YES} <input type="radio" name="notifypm" value="0" {NOTIFY_PM_NO}> {L_NO}</td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_ALWAYS_ADD_SIGNATURE}:</b></td>
|
||||
<td bgcolor="#CCCCCC"><input type="radio" name="attachsig" value="1" {ALWAYS_ADD_SIGNATURE_YES}> {L_YES} <input type="radio" name="attachsig" value="0" {ALWAYS_ADD_SIGNATURE_NO}> {L_NO}</td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_ALWAYS_ALLOW_BBCODE}:</b></td>
|
||||
<td bgcolor="#CCCCCC"><input type="radio" name="allowbbcode" value="1" {ALWAYS_ALLOW_BBCODE_YES}> {L_YES} <input type="radio" name="allowbbcode" value="0" {ALWAYS_ALLOW_BBCODE_NO}> {L_NO}</td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_ALWAYS_ALLOW_HTML}:</b></td>
|
||||
<td bgcolor="#CCCCCC"><input type="radio" name="allowhtml" value="1" {ALWAYS_ALLOW_HTML_YES}> {L_YES} <input type="radio" name="allowhtml" value="0" {ALWAYS_ALLOW_HTML_NO}> {L_NO}</td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_ALWAYS_ALLOW_SMILIES}:</b></td>
|
||||
<td bgcolor="#CCCCCC"><input type="radio" name="allowsmilies" value="1" {ALWAYS_ALLOW_SMILIES_YES}> {L_YES} <input type="radio" name="allowsmilies" value="0" {ALWAYS_ALLOW_SMILIES_NO}> {L_NO}</td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_BOARD_LANGUAGE}:</b></td>
|
||||
<td bgcolor="#CCCCCC">{LANGUAGE_SELECT}</td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_BOARD_THEME}:</b></td>
|
||||
<td bgcolor="#CCCCCC">{THEME_SELECT}</td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_BOARD_TEMPLATE}:</b></td>
|
||||
<td bgcolor="#CCCCCC">{TEMPLATE_SELECT}</td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_TIMEZONE}:</b></td>
|
||||
<td bgcolor="#CCCCCC">{TIMEZONE_SELECT}</td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD" width="30%"><b>{L_DATE_FORMAT}:</b><br /><font style="{font-size: 8pt;}">{L_DATE_FORMAT_EXPLANATION}</font></td>
|
||||
<td bgcolor="#CCCCCC"><input type="text" name="dateformat" value="{DATE_FORMAT}" maxlength="16"></td>
|
||||
</tr>
|
||||
<tr class="tableheader">
|
||||
<td colspan="2"><b>{L_AVATAR_PANEL}</b></td>
|
||||
</tr>
|
||||
<!-- IF $S_ALLOW_AVATAR_UPLOAD eq TRUE || $S_ALLOW_AVATAR_LOCAL eq TRUE || $S_ALLOW_AVATAR_REMOTE eq TRUE -->
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#CCCCCC" colspan="2" align="center"><table width="70%" cellspacing="2" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td width="65%">{L_AVATAR_EXPLAIN}</td>
|
||||
<td align="center">{L_CURRENT_IMAGE}<br>{AVATAR}<br><input type="checkbox" name="avatardel"> {L_DELETE_AVATAR}</td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF $S_ALLOW_AVATAR_UPLOAD eq TRUE -->
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><span class="gen">{L_UPLOAD_AVATAR_FILE}:</span></td>
|
||||
<td bgcolor="#CCCCCC"><input type="hidden" name="MAX_FILE_SIZE" value="{AVATAR_SIZE}"><input type="file" name="avatar"></td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD">{L_UPLOAD_AVATAR_URL}:<br>{L_UPLOAD_AVATAR_URL_EXPLAIN}</td>
|
||||
<td bgcolor="#CCCCCC"><input type="text" name="avatarurl" size="40"></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF $S_ALLOW_AVATAR_REMOTE eq TRUE -->
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD">{L_LINK_REMOTE_AVATAR}:<br>{L_LINK_REMOTE_AVATAR_EXPLAIN}</td>
|
||||
<td bgcolor="#CCCCCC"><input type="text" name="avatarremoteurl" size="40"></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF $S_ALLOW_AVATAR_LOCAL eq TRUE -->
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD">{L_AVATAR_GALLERY}:</td>
|
||||
<td bgcolor="#CCCCCC"><input type="submit" name="avatargallery" value="{L_SHOW_GALLERY}"></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
<tr class="tableheader">
|
||||
<td align="center" colspan="2">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
|
@ -1,80 +0,0 @@
|
|||
<tr>
|
||||
<td>
|
||||
<table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" cellpadding="3" cellspacing="1">
|
||||
<tr class="tableheader">
|
||||
<td colspan="2">{L_VIEWING_PROFILE} {USERNAME}</td>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD" width="15%"><b>{L_USERNAME}:</b></td>
|
||||
<td bgcolor="#CCCCCC">{USERNAME} ({UL_SEARCH})</td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_JOINED}:</b></td>
|
||||
<td bgcolor="#CCCCCC">{JOINED} ({POSTS_PER_DAY} {L_PER_DAY})</td>
|
||||
</tr>
|
||||
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_POSTS}:</b></td>
|
||||
<td bgcolor="#CCCCCC">{POSTS} ({PERCENTAGE} {L_OF_TOTAL})</td>
|
||||
</tr>
|
||||
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_EMAIL_ADDRESS}:</b></td>
|
||||
<td bgcolor="#CCCCCC">{EMAIL}</td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_ICQ_NUMBER}:</b></td>
|
||||
<td bgcolor="#CCCCCC">{ICQ}</td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_AIM}:</b></td>
|
||||
<td bgcolor="#CCCCCC">{AIM}</td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_MESSENGER}:</b></td>
|
||||
<td bgcolor="#CCCCCC">{MSN}</td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_YAHOO}:</b></td>
|
||||
<td bgcolor="#CCCCCC">{YIM}</td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_WEBSITE}:</b></td>
|
||||
<td bgcolor="#CCCCCC"><a href="{U_USER_WEBSITE}" target="_wwwuser">{WEBSITE}</a></td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_LOCATION}:</b></td>
|
||||
<td bgcolor="#CCCCCC">{LOCATION}</td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_OCCUPATION}:</b></td>
|
||||
<td bgcolor="#CCCCCC">{OCCUPATION}</td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_INTERESTS}:</b></td>
|
||||
<td bgcolor="#CCCCCC">{INTERESTS}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><table border="0" width="100%" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td style="{font-size: 8pt;}" align="right" ><table cellpadding="0" cellspacing="1" border="0" bgcolor="#000000">
|
||||
<tr>
|
||||
<td bgcolor="#CCCCCC"><table width="100%" cellpadding="1" cellspacing="1" border="0">
|
||||
<tr>
|
||||
<td style="{font-size:8pt; height:55px;}" align="right">{JUMPBOX}</td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
|
@ -1,54 +0,0 @@
|
|||
<tr>
|
||||
<td><div align="center"><table border="0" cellpadding="1" cellspacing="0" width="70%">
|
||||
<tr><form action="{S_SEARCH_ACTION}" method="post">
|
||||
<td bgcolor="#000000"><table border="0" cellpadding="4" cellspacing="1" width="100%">
|
||||
<tr class="tableheader">
|
||||
<td colspan="2" align="center"> {L_SEARCH} </td>
|
||||
</tr>
|
||||
<tr bgcolor="#DDDDDD" class="tablebody">
|
||||
<td align="right">Search query: </td>
|
||||
<td><input type="text" name="querystring" size="40"><br><input type="radio" name="addterms" value="any" checked>{L_SEARCH_ANY_TERMS}<br><input type="radio" name="addterms" value="all">{L_SEARCH_ALL_TERMS}</td>
|
||||
</tr>
|
||||
<tr bgcolor="#DDDDDD" class="tablebody">
|
||||
<td align="right">{L_SEARCH_AUTHOR}: </td>
|
||||
<td><input type="text" name="authorstring"></td>
|
||||
</tr>
|
||||
<tr bgcolor="#DDDDDD" class="tablebody">
|
||||
<td align="right">{L_FORUM}: </td>
|
||||
<td><select name="searchforum">{S_FORUM_OPTIONS}</select></td>
|
||||
</tr>
|
||||
<tr bgcolor="#DDDDDD" class="tablebody">
|
||||
<td align="right"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}" color="{T_FONTCOLOR1}">{L_LIMIT_CHARACTERS}: </td>
|
||||
<td><select name="charsreqd">{S_CHARACTER_OPTIONS}</select></td>
|
||||
</tr>
|
||||
<tr bgcolor="#DDDDDD" class="tablebody">
|
||||
<td align="right">{L_SORT_BY}: </td>
|
||||
<td valign="middle"><select name="sortby">{S_SORT_OPTIONS}</select> <input type="radio" name="sortdir" value="ASC" checked> {L_SORT_ASCENDING} <input type="radio" name="sortdir" value="DESC"> {L_SORT_DECENDING} </td>
|
||||
</tr>
|
||||
<tr bgcolor="#CCCCCC" class="tablebody">
|
||||
<td colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" value="{L_SEARCH}"></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</form></tr>
|
||||
</table></div>
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><table border="0" cellpadding="1" cellspacing="0" width="70%">
|
||||
<tr>
|
||||
<td><table border="0" align="right" width="20%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
|
||||
<tr>
|
||||
<td align="right" style="{font-size: 8pt; height: 55px;}">{JUMPBOX}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
|
@ -1,77 +0,0 @@
|
|||
<tr>
|
||||
<td><div align="center"><table border="0" cellpadding="1" cellspacing="0" width="100%">
|
||||
<tr>
|
||||
<td bgcolor="#000000"><table border="0" cellpadding="4" cellspacing="1" width="100%">
|
||||
<tr class="tableheader">
|
||||
<td colspan="2" align="center"> {L_SEARCH} - {SEARCH_MATCHES} Matches </td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></div>
|
||||
|
||||
<br clear="all">
|
||||
|
||||
<div align="center"><table border="0" cellpadding="1" cellspacing="0" width="100%">
|
||||
<tr>
|
||||
<td bgcolor="#000000"><table border="0" cellpadding="0" cellspacing="1" width="100%">
|
||||
<!-- BEGIN searchresults -->
|
||||
<tr>
|
||||
<td bgcolor="#CCCCCC" class="tablebody" colspan="2" align="left"><table cellpadding="4" cellspacing="1" border="0">
|
||||
<tr>
|
||||
<td><img src="images/folder.gif"> {L_FORUM}: <a href="{U_FORUM}">{searchresults.FORUM_NAME}</a></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td bgcolor="#CCCCCC" class="tablebody" rowspan="2" width="20%"><table height="100%" cellspacing="0" cellpadding="4" border="0">
|
||||
<tr>
|
||||
<td valign="top"><b><a href="{searchresults.U_USER_PROFILE}">{searchresults.POSTER_NAME}</a></b><br><br>{L_REPLIES}: <b>{searchresults.TOPIC_REPLIES}</b><br>{L_VIEWS}: <b>{searchresults.TOPIC_VIEWS}</b><br></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
<td bgcolor="#DDDDDD" class="tablebody" width="80%"><table width="100%" cellspacing="0" cellpadding="4" border="0">
|
||||
<tr>
|
||||
<td>{L_TOPIC}: <a href="{searchresults.U_TOPIC}">{searchresults.TOPIC_TITLE}</a></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td bgcolor="#DDDDDD" class="tablebody"><table width="100%" height="100%" cellspacing="0" cellpadding="4" border="0">
|
||||
<tr>
|
||||
<td><a href="{searchresults.U_POST}"><img src="images/posticon.gif" alt="Post image icon" border="0"></a>{L_POSTED}: {searchresults.POST_DATE} Post Subject: {searchresults.POST_SUBJECT}<hr></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="100%">{searchresults.MESSAGE}<br><br></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<!-- END searchresults -->
|
||||
<tr>
|
||||
<td colspan="2" bgcolor="#CCCCCC" class="tablebody"><table width="100%" cellspacing="0" cellpadding="4" border="0">
|
||||
<tr>
|
||||
<td align="left" valign="middle"> {L_PAGE} <b>{ON_PAGE}</b> {L_OF} <b>{TOTAL_PAGES}</b> </td>
|
||||
<td align="right" valign="middle">{PAGINATION}</td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><table border="0" cellpadding="1" cellspacing="0" width="100%">
|
||||
<tr>
|
||||
<td><table border="0" align="right" width="20%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
|
||||
<tr>
|
||||
<td align="right" style="{font-size: 8pt; height: 55px;}">{JUMPBOX}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
|
@ -1,107 +0,0 @@
|
|||
<tr>
|
||||
<td><table border="0" width="100%" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td rowspan="2" valign="top"><table border="0" align="left" width="20%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td><table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
|
||||
<tr>
|
||||
<td align="left" style="{font-size: 8pt; height: 55px;}" nowrap><div style="{font-size:10pt; font-weight: bold}">{FORUM_NAME}</div>Moderated by - {MODERATORS}<br><a href="{U_INDEX}">{SITENAME} - Forum Index</a> >> {FORUM_NAME}</td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
<td valign="middle"><table border="0" align="right" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td><table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
|
||||
<tr>
|
||||
<td align="center" style="{font-size: 8pt;}"><a href="{U_POST_NEW_TOPIC}"><img src="images/newpost.gif" alt="Post New Topic" border="0"></a></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<tr><form method="post" action="{S_POST_DAYS_ACTION}">
|
||||
<td align="right" valign="bottom" style="{font-size: 8pt; height: 55px;}" nowrap>View Topics in Previous: {S_SELECT_POST_DAYS} <input type="submit" value="Go"></td>
|
||||
</form></tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" cellpadding="3" cellspacing="1">
|
||||
<tr class="tableheader">
|
||||
<td width="5%"> </td>
|
||||
<td>Topic</td>
|
||||
<td align="center" width="5%">Replies</td>
|
||||
<td align="center" width="10%">Topic Poster</td>
|
||||
<td align="center" width="5%">Views</td>
|
||||
<td align="center" width="15%">Last Post</td>
|
||||
</tr>
|
||||
<!-- BEGIN topicrow -->
|
||||
<tr bgcolor="#DDDDDD" class="tablebody">
|
||||
<td width="5%" align="center" valign="middle">{topicrow.FOLDER}</td>
|
||||
<td>{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a> {topicrow.GOTO_PAGE}</td>
|
||||
<td width="5%" align="center" valign="middle">{topicrow.REPLIES}</td>
|
||||
<td width="10%" align="center" valign="middle">{topicrow.TOPIC_POSTER}</td>
|
||||
<td width="5%" align="center" valign="middle">{topicrow.VIEWS}</td>
|
||||
<td width="15%" align="center" valign="middle">{topicrow.LAST_POST}</td>
|
||||
</tr>
|
||||
<!-- END topicrow -->
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" bgcolor="#000000"><table border="0" width="100%" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td bgcolor="#CCCCCC"><table border="0" width="100%" cellpadding="3" cellspacing="1">
|
||||
<tr class="tablebody">
|
||||
<td align="left"><b>{S_TIMEZONE}</b></td>
|
||||
<td align="right">{PAGINATION}</td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" align="center" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" align="left" width="20%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
|
||||
<tr>
|
||||
<td align="center" style="{font-size: 8pt;}"><a href="{U_POST_NEW_TOPIC}"><img src="images/newpost.gif" alt="Post New Topic" border="0"></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table border="0" align="right" width="20%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
|
||||
<tr>
|
||||
<td align="right" style="{font-size: 8pt; height: 55px;}">{JUMPBOX}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" style="{font-size: 8pt; height: 55px;}">{S_AUTH_LIST}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
|
@ -1,50 +0,0 @@
|
|||
<tr>
|
||||
<td><table border="0" align="right" width="30%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td><table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
|
||||
<tr>
|
||||
<td align="right" style="{font-size: 8pt;}">{L_POSTEDTOTAL} -<b>{TOTAL_POSTS}</b>- {L_MESSAGES}.<br> {L_WEHAVE} <b>{TOTAL_USERS}</b> {L_REGUSERS}.<br>{L_NEWESTUSER} <b><a href="{U_NEWEST_USER_PROFILE}">{NEWEST_USER}</a></b></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td><table border="0" width="100%" cellpadding="3" cellspacing="1">
|
||||
<tr class="tableheader">
|
||||
<td colspan="4" align="center"><b>There are {ACTIVE_USERS} logged in users and {GUEST_USERS} guest users browsing this board.</b><br />This data is based on users active over the past five minutes.</td>
|
||||
</tr>
|
||||
<tr class="catheader">
|
||||
<td width="30%" align="center"> {L_USERNAME} </td>
|
||||
<td width="30%" align="center"> {L_LASTUPDATE} </td>
|
||||
<td width="40%" align="center"> {L_LOCATION} </td>
|
||||
</tr>
|
||||
<!-- BEGIN userrow -->
|
||||
<tr bgcolor="{userrow.ROW_COLOR}" class="tablebody">
|
||||
<td width="30%"> {userrow.USERNAME} </td>
|
||||
<td width="30%" align="center"> {userrow.LASTUPDATE} </td>
|
||||
<td width="40%"><a href="{userguestrow.LOCATION_URL}"> {userrow.LOCATION} </a></td>
|
||||
</tr>
|
||||
<!-- END userrow -->
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><table border="0" width="100%" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td style="{font-size: 8pt;}" align="left" valign="top"><b>{S_TIMEZONE}</b></td>
|
||||
<td style="{font-size: 8pt;}" align="right" ><table cellpadding="0" cellspacing="1" border="0" bgcolor="#000000">
|
||||
<tr>
|
||||
<td bgcolor="#CCCCCC"><table width="100%" cellpadding="1" cellspacing="1" border="0">
|
||||
<tr>
|
||||
<td style="{font-size:8pt; height:55px;}" align="right">{JUMPBOX}</td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
|
@ -1,152 +0,0 @@
|
|||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" align="left" width="20%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
|
||||
<tr>
|
||||
<td align="left" valign="bottom" style="{font-size: 8pt; height: 55px;}" nowrap>
|
||||
<a href="{U_INDEX}">{SITENAME} - Forum Index</a> >> <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a> >> {TOPIC_TITLE}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table border="0" align="right" width="20%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
|
||||
<tr>
|
||||
<td align="center" style="{font-size: 8pt;}">
|
||||
<a href="{U_POST_NEW_TOPIC}"><img src="images/newpost.gif" alt="Post New Topic" border="0"></a> <a href="{U_POST_REPLY_TOPIC}"><img src="images/reply.gif" alt="Reply to this topic" border="0"></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" cellpadding="3" cellspacing="1">
|
||||
<tr><td wdith="90%" class="tablebody" bgcolor="#CCCCCC">This topic is {PAGES} {L_PAGES} long. {PAGINATION}</td>
|
||||
<td width="5%" class="tableheader" align="center"><a href="{U_VIEW_OLDER_TOPIC}"><img src="images/prev.gif" alt="View previous topic" border="0"></a></td>
|
||||
<td width="5%" class="tableheader" align="center"><a href="{U_VIEW_NEWER_TOPIC}"><img src="images/next.gif" alt="View next topic" border="0"></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" cellpadding="3" cellspacing="1">
|
||||
<tr class="tableheader">
|
||||
<td width="15%">Author</td>
|
||||
<td colspan="2">{TOPIC_TITLE}</td>
|
||||
</tr>
|
||||
<!-- BEGIN postrow -->
|
||||
<tr bgcolor="{postrow.ROW_COLOR}" class="tablebody">
|
||||
<td width="20%" align="left" valign="top" nowrap rowspan="2">
|
||||
<a name="{postrow.U_POST_ID}">
|
||||
<font style="{font-size: 10pt; font-weight: bold;}">{postrow.POSTER_NAME}</font><br>
|
||||
{postrow.POSTER_RANK}<br>
|
||||
{postrow.RANK_IMAGE}<br>
|
||||
<br>
|
||||
<font style="{font-size: 8pt;}">{postrow.POSTER_JOINED}<br>{postrow.POSTER_POSTS}<br>{postrow.POSTER_FROM}</font>
|
||||
</td>
|
||||
<td><i><b>{postrow.POST_SUBJECT}</b></i></td>
|
||||
<td align="right" width="15%"><img src="images/icon_minipost.gif"><font style="{font-size: 8pt;}">{L_POSTED}: {postrow.POST_DATE}</font></td>
|
||||
</tr>
|
||||
<tr bgcolor="{postrow.ROW_COLOR}" class="tablebody">
|
||||
<td colspan="3">
|
||||
{postrow.MESSAGE}<hr>
|
||||
{postrow.PROFILE_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.ICQ_STATUS_IMG} {postrow.ICQ_ADD_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG} <img src="images/div.gif"> {postrow.EDIT_IMG} {postrow.QUOTE_IMG} {postrow.PMSG_IMG} <img src="images/div.gif"> {postrow.IP_IMG} {postrow.DELPOST_IMG}
|
||||
</td>
|
||||
</tr>
|
||||
<!-- END postrow -->
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" cellpadding="3" cellspacing="1">
|
||||
<tr>
|
||||
<td width="90%" class="tablebody" bgcolor="#CCCCCC"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td align="left" nowrap><b>{S_TIMEZONE}</b></td>
|
||||
<td align="right" nowrap>This topic is {TOTAL_PAGES} {L_PAGES} long. {PAGINATION}</td>
|
||||
</tr>
|
||||
</table></td>
|
||||
<td width="5%" class="tableheader" align="center"><a href="{U_VIEW_OLDER_TOPIC}"><img src="images/prev.gif" alt="View previous topic" border="0"></a></td>
|
||||
<td width="5%" class="tableheader" align="center"><a href="{U_VIEW_NEWER_TOPIC}"><img src="images/next.gif" alt="View next topic" border="0"></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" align="center" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" align="left" width="20%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
|
||||
<tr>
|
||||
<td align="center" style="{font-size: 8pt;}">
|
||||
<a href="{U_POST_NEW_TOPIC}">
|
||||
<img src="images/newpost.gif" alt="Post New Topic" border="0"></a>
|
||||
<a href="{U_POST_REPLY_TOPIC}">
|
||||
<img src="images/reply.gif" alt="Reply to this topic" border="0">
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table border="0" align="right" width="20%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
|
||||
<tr>
|
||||
<td align="right" style="{font-size: 8pt; height: 55px;}">{JUMPBOX}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" style="{font-size: 8pt; height: 55px;}">{S_AUTH_LIST}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|