diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-07-14 14:54:36 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-07-14 14:54:36 +0000 |
commit | 4d4dbfaf8957db66301d2cc92cd3a5e7e52237af (patch) | |
tree | 0997a0db1b422acd09345f67181cd26cd379c6a3 /phpBB/templates | |
parent | 427a71155ebd6caf2944ba7db72c89881a7cef8a (diff) | |
download | forums-4d4dbfaf8957db66301d2cc92cd3a5e7e52237af.tar forums-4d4dbfaf8957db66301d2cc92cd3a5e7e52237af.tar.gz forums-4d4dbfaf8957db66301d2cc92cd3a5e7e52237af.tar.bz2 forums-4d4dbfaf8957db66301d2cc92cd3a5e7e52237af.tar.xz forums-4d4dbfaf8957db66301d2cc92cd3a5e7e52237af.zip |
Name changes, removal of .cfg
git-svn-id: file:///svn/phpbb/trunk@2677 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
31 files changed, 0 insertions, 2587 deletions
diff --git a/phpBB/templates/subSilver/agreement.tpl b/phpBB/templates/subSilver/agreement.tpl deleted file mode 100644 index 6c1e9ed434..0000000000 --- a/phpBB/templates/subSilver/agreement.tpl +++ /dev/null @@ -1,19 +0,0 @@ - -<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> - <tr> - <td align="left"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a></span></td> - </tr> -</table> - -<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0"> - <tr> - <th class="thHead" height="25" valign="middle"><span class="tableTitle">{SITENAME} - {REGISTRATION}</span></th> - </tr> - <tr> - <td class="row1" align="center"><table width="80%" cellspacing="2" cellpadding="2" border="0" align="center"> - <tr> - <td><span class="genmed"><br />{AGREEMENT}<br /><br /><br /><div align="center"><a href="{U_AGREE_OVER13}" class="genmed">{AGREE_OVER_13}</a><br /><br /><a href="{U_AGREE_UNDER13}" class="genmed">{AGREE_UNDER_13}</a><br /><br /><a href="{U_INDEX}" class="genmed">{DO_NOT_AGREE}</a></div><br /></span></td> - </tr> - </table></td> - </tr> -</table> diff --git a/phpBB/templates/subSilver/bbcode.tpl b/phpBB/templates/subSilver/bbcode.tpl deleted file mode 100755 index caef76b99e..0000000000 --- a/phpBB/templates/subSilver/bbcode.tpl +++ /dev/null @@ -1,60 +0,0 @@ -<!-- BEGIN ulist_open --><ul><!-- END ulist_open --> -<!-- BEGIN ulist_close --></ul><!-- END ulist_close --> - -<!-- BEGIN olist_open --><ol type="{LIST_TYPE}"><!-- END olist_open --> -<!-- BEGIN olist_close --></ol><!-- END olist_close --> - -<!-- BEGIN listitem --><li><!-- END listitem --> - -<!-- BEGIN quote_username_open --></span> -<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"> -<tr> - <td><span class="genmed"><b>{USERNAME} {L_WROTE}:</b></span></td> - </tr> - <tr> - <td class="quote"><!-- END quote_username_open --> -<!-- BEGIN quote_open --></span> -<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"> -<tr> - <td><span class="genmed"><b>{L_QUOTE}:</b></span></td> - </tr> - <tr> - <td class="quote"><!-- END quote_open --> -<!-- BEGIN quote_close --></td> - </tr> -</table> -<span class="postbody"><!-- END quote_close --> - -<!-- BEGIN code_open --></span> -<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"> -<tr> - <td><span class="genmed"><b>{L_CODE}:</b></span></td> - </tr> - <tr> - <td class="code"><!-- END code_open --> -<!-- BEGIN code_close --></td> - </tr> -</table> -<span class="postbody"><!-- END code_close --> - - -<!-- BEGIN b_open --><span style="font-weight: bold"><!-- END b_open --> -<!-- BEGIN b_close --></span><!-- END b_close --> - -<!-- BEGIN u_open --><span style="text-decoration: underline"><!-- END u_open --> -<!-- BEGIN u_close --></span><!-- END u_close --> - -<!-- BEGIN i_open --><span style="font-style: italic"><!-- END i_open --> -<!-- BEGIN i_close --></span><!-- END i_close --> - -<!-- BEGIN color_open --><span style="color: {COLOR}"><!-- END color_open --> -<!-- BEGIN color_close --></span><!-- END color_close --> - -<!-- BEGIN size_open --><span style="font-size: {SIZE}px; line-height: normal"><!-- END size_open --> -<!-- BEGIN size_close --></span><!-- END size_close --> - -<!-- BEGIN img --><img src="{URL}" border="0" /><!-- END img --> - -<!-- BEGIN url --><a href="{URL}" target="_blank" class="postlink">{DESCRIPTION}</a><!-- END url --> - -<!-- BEGIN email --><a href="mailto:{EMAIL}">{EMAIL}</A><!-- END email --> diff --git a/phpBB/templates/subSilver/confirm_body.tpl b/phpBB/templates/subSilver/confirm_body.tpl deleted file mode 100644 index f79a6438de..0000000000 --- a/phpBB/templates/subSilver/confirm_body.tpl +++ /dev/null @@ -1,17 +0,0 @@ - -<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> - <tr> - <td class="nav" align="left"><a class="nav" href="{U_INDEX}">{L_INDEX}</a></td> - </tr> -</table> - -<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0"> - <tr> - <th class="thHead" height="25" valign="middle"><span class="tableTitle">{MESSAGE_TITLE}</span></th> - </tr> - <tr> - <td class="row1" align="center"><form action="{S_CONFIRM_ACTION}" method="post"><span class="gen"><br />{MESSAGE_TEXT}<br /><br />{S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{L_YES}" class="mainoption" /> <input type="submit" name="cancel" value="{L_NO}" class="liteoption" /></span></form></td> - </tr> -</table> - -<br clear="all" /> diff --git a/phpBB/templates/subSilver/error_body.tpl b/phpBB/templates/subSilver/error_body.tpl deleted file mode 100644 index dd71af8518..0000000000 --- a/phpBB/templates/subSilver/error_body.tpl +++ /dev/null @@ -1,18 +0,0 @@ - -<table class="forumline" width="100%" cellspacing="1" cellpadding="4" border="0"> - <tr> - <td><table width="100%" cellspacing="0" cellpadding="1" border="0"> - <tr> - <td> </td> - </tr> - <tr> - <td align="center"><span class="error">{ERROR_MESSAGE}</span></td> - </tr> - <tr> - <td> </td> - </tr> - </table></td> - </tr> -</table> - -<br clear="all" /> diff --git a/phpBB/templates/subSilver/faq_body.tpl b/phpBB/templates/subSilver/faq_body.tpl deleted file mode 100755 index 9c8a3a8e7d..0000000000 --- a/phpBB/templates/subSilver/faq_body.tpl +++ /dev/null @@ -1,52 +0,0 @@ - -<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> - <tr> - <td align="left" class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></td> - </tr> -</table> - -<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0" align="center"> - <tr> - <th class="thHead">{L_FAQ_TITLE}</th> - </tr> - <tr> - <td class="row1"> - <!-- BEGIN faq_block_link --> - <span class="gen"><b>{faq_block_link.BLOCK_TITLE}</b></span><br /> - <!-- BEGIN faq_row_link --> - <span class="gen"><a href="{faq_block_link.faq_row_link.U_FAQ_LINK}" class="postlink">{faq_block_link.faq_row_link.FAQ_LINK}</a></span><br /> - <!-- END faq_row_link --> - <br /> - <!-- END faq_block_link --> - </td> - </tr> - <tr> - <td class="catBottom" height="28"> </td> - </tr> -</table> - -<br clear="all" /> - -<!-- BEGIN faq_block --> -<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0" align="center"> - <tr> - <td class="catHead" height="28" align="center"><span class="cattitle">{faq_block.BLOCK_TITLE}</span></td> - </tr> - <!-- BEGIN faq_row --> - <tr> - <td class="{faq_block.faq_row.ROW_CLASS}" align="left" valign="top"><span class="postbody"><a name="{faq_block.faq_row.U_FAQ_ID}"></a><b>{faq_block.faq_row.FAQ_QUESTION}</b></span><br /><span class="postbody">{faq_block.faq_row.FAQ_ANSWER}<br /><a class="postlink" href="#Top">{L_BACK_TO_TOP}</a></span></td> - </tr> - <tr> - <td class="spaceRow" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td> - </tr> - <!-- END faq_row --> -</table> - -<br clear="all" /> -<!-- END faq_block --> - -<table width="100%" cellspacing="2" border="0" align="center"> - <tr> - <td align="right" valign="middle" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /><br />{JUMPBOX}</td> - </tr> -</table> diff --git a/phpBB/templates/subSilver/index_body.tpl b/phpBB/templates/subSilver/index_body.tpl deleted file mode 100644 index b06c77a637..0000000000 --- a/phpBB/templates/subSilver/index_body.tpl +++ /dev/null @@ -1,104 +0,0 @@ - -<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center"> - <tr> - <td width="100%" align="left" valign="bottom"><table width="100%" cellspacing="0" cellpadding="0" border="0"> - <tr> - <td align="left" valign="bottom"><p><span class="gensmall">{TOTAL_POSTS}<br />{TOTAL_USERS}<br />{NEWEST_USER}</span></p><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> - <td align="right" class="gensmall" valign="bottom"> - <!-- BEGIN switch_user_logged_in --> - <a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br /><a href="{U_SEARCH_SELF}" class="gensmall">{L_SEARCH_SELF}</a><br /> - <!-- END switch_user_logged_in --> - <a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a><br /> - <br /> - <!-- BEGIN switch_user_logged_in --> - {LAST_VISIT_DATE}<br /> - <!-- END switch_user_logged_in --> - {CURRENT_TIME}</td> - </tr> - </table></td> - </tr> -</table> - -<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> - <tr> - <th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th> - <th width="50" class="thTop" nowrap="nowrap"> {L_TOPICS} </th> - <th width="50" class="thTop" nowrap="nowrap"> {L_POSTS} </th> - <th class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th> - </tr> - <!-- BEGIN catrow --> - <tr> - <td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></span></td> - <td class="rowpic" colspan="3" align="right"> </td> - </tr> - <!-- BEGIN forumrow --> - <tr> - <td class="row1" width="50" height="50" align="center" valign="middle"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="46" height="25" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td> - <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br /></span> <span class="genmed">{catrow.forumrow.FORUM_DESC}<br /></span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td> - <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td> - <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.POSTS}</span></td> - <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span></td> - </tr> - <!-- END forumrow --> - <!-- END catrow --> -</table> - -<table width="100%" cellspacing="0" border="0" align="center" cellpadding="2"> - <tr> - <td align="left"><span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a></span></td> - <td align="right"><span class="gensmall">{S_TIMEZONE}</span></td> - </tr> -</table> - -<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> - <tr> - <td class="catHead" colspan="2" height="28"><span class="cattitle"><a href="{U_VIEWONLINE}" class="cattitle">{L_WHO_IS_ONLINE}</a></span></td> - </tr> - <tr> - <td class="row1" width="46" rowspan="2" align="center" valign="middle" rowspan="2"><img src="templates/subSilver/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td> - <td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE}<br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span></td> - </tr> - <tr> - <td class="row1" align="left"><span class="gensmall"><b>{L_LEGEND}</b> :: {L_WHOSONLINE_ADMIN} - {L_WHOSONLINE_MOD} - {L_WHOSONLINE_USER}</span></td> - </tr> -</table> - -<table width="100%" cellpadding="1" cellspacing="1" border="0"> - <td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td> -</table> - -<!-- BEGIN switch_user_logged_out --> -<form method="post" action="{S_LOGIN_ACTION}"> - <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline"> - <tr> - <td class="catHead" height="28"><a name="login"></a><span class="cattitle">{L_LOGIN_LOGOUT}</span></td> - </tr> - <tr> - <td class="row1" align="center" valign="middle" height="28"><span class="gensmall">{L_USERNAME}: - <input class="post" type="text" name="username" size="10" /> - {L_PASSWORD}: - <input class="post" type="password" name="password" size="10" /> - {L_AUTO_LOGIN} - <input class="text" type="checkbox" name="autologin" /> - - <input type="submit" class="mainoption" name="login" value="{L_LOGIN}" /> - </span> </td> - </tr> - </table> -</form> -<!-- END switch_user_logged_out --> - -<br clear="all" /> - -<table cellspacing="3" border="0" align="center" cellpadding="0"> - <tr> - <td width="20" align="center"><img src="templates/subSilver/images/folder_new.gif" alt="{L_NEW_POSTS}"/></td> - <td><span class="gensmall">{L_NEW_POSTS}</span></td> - <td> </td> - <td width="20" align="center"><img src="templates/subSilver/images/folder.gif" alt="{L_NO_NEW_POSTS}" /></td> - <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td> - <td> </td> - <td width="20" align="center"><img src="templates/subSilver/images/folder_lock.gif" alt="{L_FORUM_LOCKED}" /></td> - <td><span class="gensmall">{L_FORUM_LOCKED}</span></td> - </tr> -</table> diff --git a/phpBB/templates/subSilver/install.tpl b/phpBB/templates/subSilver/install.tpl deleted file mode 100644 index bdfbe1305f..0000000000 --- a/phpBB/templates/subSilver/install.tpl +++ /dev/null @@ -1,183 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<meta http-equiv="Content-Style-Type" content="text/css"> -<title>{L_INSTALLATION}</title> -<link rel="stylesheet" href="templates/subSilver/subSilver.css" type="text/css"> -<style type="text/css"> -<!-- -/* Specifiy background images for selected styles - This can't be done within the external style sheet as NS4 sees image paths relative to - the page which called the style sheet (i.e. this page in the root phpBB directory) - whereas all other browsers see image paths relative to the style sheet. Stupid NS again! -*/ -TH { background-image: url(templates/subSilver/images/cellpic3.gif) } -TD.cat { background-image: url(templates/subSilver/images/cellpic1.gif) } -TD.rowpic { background-image: url(templates/subSilver/images/cellpic2.jpg); background-repeat: repeat-y } -td.icqback { background-image: url(templates/subSilver/images/icon_icq_add.gif); background-repeat: no-repeat } -TD.catHead,TD.catSides,TD.catLeft,TD.catRight,TD.catBottom { background-image: url(templates/subSilver/images/cellpic1.gif) } - -/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ -@import url("templates/subSilver/formIE.css"); ---> -</style> -</head> -<body bgcolor="#E5E5E5" text="#000000" link="#006699" vlink="#5584AA"> - -<table width="100%" border="0" cellspacing="0" cellpadding="10" align="center"> - <tr> - <td class="bodyline" width="100%"><table width="100%" border="0" cellspacing="0" cellpadding="0"> - <tr> - <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> - <tr> - <td><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="Forum Home" vspace="1" /></td> - <td align="center" width="100%" valign="middle"><span class="maintitle">{L_INSTALLATION}</span></td> - </tr> - </table></td> - </tr> - <tr> - <td><br /><br /></td> - </tr> - <tr> - <td colspan="2"><table width="90%" border="0" align="center" cellspacing="0" cellpadding="0"> - <tr> - <td><span class="gen">{L_INSTRUCTION_TEXT}</span></td> - </tr> - </table></td> - </tr> - <tr> - <td><br /><br /></td> - </tr> - <tr> - <td width="100%"><form action="{S_FORM_ACTION}" name="install_form" method="post"><table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> - <!-- BEGIN switch_stage_one_install --> - <tr> - <th colspan="2">{L_INITIAL_CONFIGURATION}</th> - </tr> - <tr> - <td class="row1" align="right" width="30%"><span class="gen">{L_LANGUAGE}: </span></td> - <td class="row2">{S_LANG_SELECT}</td> - </tr> - <tr> - <td class="row1" align="right"><span class="gen">{L_DBMS}: </span></td> - <td class="row2">{S_DBMS_SELECT}</td> - </tr> - <tr> - <td class="row1" align="right"><span class="gen">{L_UPGRADE}:</span></td> - <td class="row2">{S_UPGRADE_SELECT}</td> - </tr> - <tr> - <th colspan="2">{L_DATABASE_CONFIGURATION}</th> - </tr> - <tr> - <td class="row1" align="right"><span class="gen">{L_DB_HOST}: </span></td> - <td class="row2"><input type="text" name="dbhost" value="{DB_HOST}" /></td> - </tr> - <tr> - <td class="row1" align="right"><span class="gen">{L_DB_NAME}: </span></td> - <td class="row2"><input type="text" name="dbname" value="{DB_NAME}" /></td> - </tr> - <tr> - <td class="row1" align="right"><span class="gen">{L_DB_USER}: </span></td> - <td class="row2"><input type="text" name="dbuser" value="{DB_USER}" /></td> - </tr> - <tr> - <td class="row1" align="right"><span class="gen">{L_DB_PASSWORD}: </span></td> - <td class="row2"><input type="password" name="dbpasswd" /></td> - </tr> - <tr> - <td class="row1" align="right"><span class="gen">{L_DB_PREFIX}: </span></td> - <td class="row2"><input type="text" name="prefix" value="{DB_PREFIX}" /></td> - </tr> - <tr> - <th colspan="2">{L_ADMIN_CONFIGURATION}</th> - </tr> - <tr> - <td class="row1" align="right"><span class="gen">{L_ADMIN_EMAIL}: </span></td> - <td class="row2"><input type="text" name="board_email" /></td> - </tr> - <tr> - <td class="row1" align="right"><span class="gen">{L_SERVER_NAME}: </span></td> - <td class="row2"><input type="text" name="server_name" value="{SERVER_NAME}" /></td> - </tr> - <tr> - <td class="row1" align="right"><span class="gen">{L_SERVER_PORT}: </span></td> - <td class="row2"><input type="text" name="server_port" value="{SERVER_PORT}" /></td> - </tr> - <tr> - <td class="row1" align="right"><span class="gen">{L_SCRIPT_PATH}: </span></td> - <td class="row2"><input type="text" name="script_path" value="{SCRIPT_PATH}" /></td> - </tr> - <tr> - <td class="row1" align="right"><span class="gen">{L_ADMIN_USERNAME}: </span></td> - <td class="row2"><input type="text" name="admin_name" value="{ADMIN_USERNAME}" /></td> - </tr> - <tr> - <td class="row1" align="right"><span class="gen">{L_ADMIN_PASSWORD}: </span></td> - <td class="row2"><input type="password" name="admin_pass1" /></td> - </tr> - <tr> - <td class="row1" align="right"><span class="gen">{L_ADMIN_CONFIRM_PASSWORD}: </span></td> - <td class="row2"><input type="password" name="admin_pass2" /></td> - </tr> - <!-- END switch_stage_one_install --> - <!-- BEGIN switch_error_install --> - <tr> - <th>{L_ERROR_TITLE}</th> - </tr> - <tr> - <td class="row1" align="center"><span class="gen">{L_ERROR}</span></td> - </tr> - <!-- END switch_error_install --> - <!-- BEGIN switch_ftp_file --> - <tr> - <th colspan="2">{L_FTP_INFO}</th> - </tr> - <tr> - <td class="row1" align="right"><span class="gen">{L_FTP_PATH}</span></td> - <td class="row2"><input type="text" name="ftp_dir"></td> - </tr> - <tr> - <td class="row1" align="right"><span class="gen">{L_FTP_USER}</span></td> - <td class="row2"><input type="text" name="ftp_user"></td> - </tr> - <tr> - <td class="row1" align="right"><span class="gen">{L_FTP_PASS}</span></td> - <td class="row2"><input type="password" name="ftp_pass"></td> - </tr> - <!-- END switch_ftp_file --> - <!-- BEGIN switch_ftp_option --> - <tr> - <th colspan="2">{L_CHOOSE_FTP}</th> - </tr> - <tr> - <td class="row1" align="right" width="50%"><span class="gen">{L_ATTEMPT_FTP}</span></td> - <td class="row2"><input type="radio" name="send_file" value="2"></td> - </tr> - <tr> - <td class="row1" align="right" width="50%"><span class="gen">{L_SEND_FILE}</span></td> - <td class="row2"><input type="radio" name="send_file" value="1"></td> - </tr> - <!-- END switch_ftp_option --> - <!-- BEGIN switch_common_install --> - <tr> - <td class="catbottom" align="center" colspan="2">{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" value="{L_SUBMIT}" /></td> - </tr> - <!-- END switch_common_install --> - <!-- BEGIN switch_upgrade_install --> - <tr> - <td class="catbottom" align="center" colspan="2">{L_UPGRADE_INST}</td> - </tr> - <tr> - <td class="catbottom" align="center" colspan="2"><input type="submit" name="upgrade_now" value="{L_UPGRADE_SUBMIT}" /></td> - </tr> - <!-- END switch_upgrade_install --> - </table></form></td> - </tr> - </table></td> - </tr> -</table> - -</body> -</html> diff --git a/phpBB/templates/subSilver/jumpbox.tpl b/phpBB/templates/subSilver/jumpbox.tpl deleted file mode 100644 index 2000e92056..0000000000 --- a/phpBB/templates/subSilver/jumpbox.tpl +++ /dev/null @@ -1,6 +0,0 @@ - -<form method="get" name="jumpbox" action="{S_JUMPBOX_ACTION}" onSubmit="if(document.jumpbox.f.value == -1){return false;}"><table cellspacing="0" cellpadding="0" border="0"> - <tr> - <td nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_SELECT} <input type="submit" value="{L_GO}" class="liteoption" /></span></td> - </tr> -</table></form> diff --git a/phpBB/templates/subSilver/login_body.tpl b/phpBB/templates/subSilver/login_body.tpl deleted file mode 100644 index 39bf9c2ba9..0000000000 --- a/phpBB/templates/subSilver/login_body.tpl +++ /dev/null @@ -1,44 +0,0 @@ - -<form action="{S_LOGIN_ACTION}" method="post"> - -<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> - <tr> - <td align="left" class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></td> - </tr> -</table> - -<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> - <tr> - <th height="25" class="thHead" nowrap="nowrap">{L_ENTER_PASSWORD}</th> - </tr> - <tr> - <td class="row1"><table border="0" cellpadding="3" cellspacing="1" width="100%"> - <tr> - <td colspan="2" align="center"> </td> - </tr> - <tr> - <td width="45%" align="right"><span class="gen">{L_USERNAME}:</span></td> - <td> - <input type="text" name="username" size="25" maxlength="40" value="{USERNAME}" /> - </td> - </tr> - <tr> - <td align="right"><span class="gen">{L_PASSWORD}:</span></td> - <td> - <input type="password" name="password" size="25" maxlength="25" /> - </td> - </tr> - <tr align="center"> - <td colspan="2"><span class="gen">{L_AUTO_LOGIN}: <input type="checkbox" name="autologin" /></span></td> - </tr> - <tr align="center"> - <td colspan="2">{S_HIDDEN_FIELDS}<input type="submit" name="login" class="mainoption" value="{L_LOGIN}" /></td> - </tr> - <tr align="center"> - <td colspan="2"><span class="gensmall"><a href="{U_SEND_PASSWORD}" class="gensmall">{L_SEND_PASSWORD}</a></span></td> - </tr> - </table></td> - </tr> -</table> - -</form> diff --git a/phpBB/templates/subSilver/memberlist_body.tpl b/phpBB/templates/subSilver/memberlist_body.tpl deleted file mode 100644 index 6f1523c00d..0000000000 --- a/phpBB/templates/subSilver/memberlist_body.tpl +++ /dev/null @@ -1,55 +0,0 @@ - -<form method="post" action="{S_MODE_ACTION}"> - <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> - <tr> - <td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> - <td align="right" nowrap="nowrap"><span class="genmed">{L_SELECT_SORT_METHOD}: {S_MODE_SELECT} {L_ORDER} {S_ORDER_SELECT} - <input type="submit" name="submit" value="{L_SUBMIT}" class="liteoption" /> - </span></td> - </tr> - </table> - <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline"> - <tr> - <th height="25" class="thCornerL" nowrap="nowrap">#</th> - <th class="thTop" nowrap="nowrap"> </th> - <th class="thTop" nowrap="nowrap">{L_USERNAME}</th> - <th class="thTop" nowrap="nowrap">{L_EMAIL}</th> - <th class="thTop" nowrap="nowrap">{L_FROM}</th> - <th class="thTop" nowrap="nowrap">{L_JOINED}</th> - <th class="thTop" nowrap="nowrap">{L_POSTS}</th> - <th class="thCornerR" nowrap="nowrap">{L_WEBSITE}</th> - </tr> - <!-- BEGIN memberrow --> - <tr> - <td class="{memberrow.ROW_CLASS}" align="center"><span class="gen"> {memberrow.ROW_NUMBER} </span></td> - <td class="{memberrow.ROW_CLASS}" align="center"> {memberrow.PM_IMG} </td> - <td class="{memberrow.ROW_CLASS}" align="center"><span class="gen"><a href="{memberrow.U_VIEWPROFILE}" class="gen">{memberrow.USERNAME}</a></span></td> - <td class="{memberrow.ROW_CLASS}" align="center" valign="middle"> {memberrow.EMAIL_IMG} </td> - <td class="{memberrow.ROW_CLASS}" align="center" valign="middle"><span class="gen">{memberrow.FROM}</span></td> - <td class="{memberrow.ROW_CLASS}" align="center" valign="middle"><span class="gensmall">{memberrow.JOINED}</span></td> - <td class="{memberrow.ROW_CLASS}" align="center" valign="middle"><span class="gen">{memberrow.POSTS}</span></td> - <td class="{memberrow.ROW_CLASS}" align="center"> {memberrow.WWW_IMG} </td> - </tr> - <!-- END memberrow --> - <tr> - <td class="catbottom" colspan="8" height="28"> </td> - </tr> - </table> - <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> - <tr> - <td align="right" valign="top"></td> - </tr> - </table> - -<table width="100%" cellspacing="0" cellpadding="0" border="0"> - <tr> - <td><span class="nav">{PAGE_NUMBER}</span></td> - <td align="right"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span></td> - </tr> -</table></form> - -<table width="100%" cellspacing="2" border="0" align="center"> - <tr> - <td valign="top" align="right">{JUMPBOX}</td> - </tr> -</table> diff --git a/phpBB/templates/subSilver/message_body.tpl b/phpBB/templates/subSilver/message_body.tpl deleted file mode 100644 index 6be7f51331..0000000000 --- a/phpBB/templates/subSilver/message_body.tpl +++ /dev/null @@ -1,27 +0,0 @@ - -<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> - <tr> - <td align="left" class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></td> - </tr> -</table> - -<table class="forumline" width="100%" cellspacing="1" cellpadding="4" border="0"> - <tr> - <th class="thHead" height="25"><b>{MESSAGE_TITLE}</b></th> - </tr> - <tr> - <td class="row1"><table width="100%" cellspacing="0" cellpadding="1" border="0"> - <tr> - <td> </td> - </tr> - <tr> - <td align="center"><span class="gen">{MESSAGE_TEXT}</span></td> - </tr> - <tr> - <td> </td> - </tr> - </table></td> - </tr> -</table> - -<br clear="all" /> diff --git a/phpBB/templates/subSilver/overall_footer.tpl b/phpBB/templates/subSilver/overall_footer.tpl deleted file mode 100644 index 326b38d3af..0000000000 --- a/phpBB/templates/subSilver/overall_footer.tpl +++ /dev/null @@ -1,19 +0,0 @@ - -<div align="center"><span class="copyright"><br />{ADMIN_LINK}<br /> -<!-- - We request you retain the full copyright notice below including the link to www.phpbb.com. - This not only gives respect to the large amount of time given freely by the developers - but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good - reason) retain the full copyright we request you at least leave in place the - Powered by phpBB {PHPBB_VERSION} line, with phpBB linked to www.phpbb.com. If you refuse - to include even this then support on our forums may be affected. - - The phpBB Group : 2002 -// --> -Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001 phpBB Group<br />{TRANSLATION_INFO}{DEBUG_OUTPUT}</span></div> - </td> - </tr> -</table> - -</body> -</html>
\ No newline at end of file diff --git a/phpBB/templates/subSilver/overall_header.tpl b/phpBB/templates/subSilver/overall_header.tpl deleted file mode 100644 index f7ebfb2775..0000000000 --- a/phpBB/templates/subSilver/overall_header.tpl +++ /dev/null @@ -1,248 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html dir="{S_CONTENT_DIRECTION}"> -<head> -<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}"> -<meta http-equiv="Content-Style-Type" content="text/css"> -{META} -{NAV_LINKS} -<title>{SITENAME} :: {PAGE_TITLE}</title> -<!-- link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" --> -<style type="text/css"> -<!-- -/* - The original subSilver Theme for phpBB version 2+ - Created by subBlue design - http://www.subBlue.com - - NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2 - theme administration centre. When you have finalised your style you could cut the final CSS code - and place it in an external file, deleting this section to save bandwidth. -*/ - -/* General page style. The scroll bar colours only visible in IE5.5+ */ -body { - background-color: {T_BODY_BGCOLOR}; - scrollbar-face-color: {T_TR_COLOR2}; - scrollbar-highlight-color: {T_TD_COLOR2}; - scrollbar-shadow-color: {T_TR_COLOR2}; - scrollbar-3dlight-color: {T_TR_COLOR3}; - scrollbar-arrow-color: {T_BODY_LINK}; - scrollbar-track-color: {T_TR_COLOR1}; - scrollbar-darkshadow-color: {T_TH_COLOR1}; -} - -/* General font families for common tags */ -font,th,td,p { font-family: {T_FONTFACE1} } -a:link,a:active,a:visited { color : {T_BODY_LINK}; } -a:hover { text-decoration: underline; color : {T_BODY_HLINK}; } -hr { height: 0px; border: solid {T_TR_COLOR3} 0px; border-top-width: 1px;} - -/* This is the border line & background colour round the entire page */ -.bodyline { background-color: {T_TD_COLOR2}; border: 1px {T_TH_COLOR1} solid; } - -/* This is the outline round the main forum tables */ -.forumline { background-color: {T_TD_COLOR2}; border: 2px {T_TH_COLOR2} solid; } - -/* Main table cell colours and backgrounds */ -td.row1 { background-color: {T_TR_COLOR1}; } -td.row2 { background-color: {T_TR_COLOR2}; } -td.row3 { background-color: {T_TR_COLOR3}; } - -/* - This is for the table cell above the Topics, Post & Last posts on the index.php page - By default this is the fading out gradiated silver background. - However, you could replace this with a bitmap specific for each forum -*/ -td.rowpic { - background-color: {T_TD_COLOR2}; - background-image: url(templates/subSilver/images/{T_TH_CLASS3}); - background-repeat: repeat-y; -} - -/* Header cells - the blue and silver gradient backgrounds */ -th { - color: {T_FONTCOLOR3}; font-size: {T_FONTSIZE2}px; font-weight : bold; - background-color: {T_BODY_LINK}; height: 25px; - background-image: url(templates/subSilver/images/{T_TH_CLASS2}); -} - -td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { - background-image: url(templates/subSilver/images/{T_TH_CLASS1}); - background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; height: 28px; -} - -/* - Setting additional nice inner borders for the main table cells. - The names indicate which sides the border will be on. - Don't worry if you don't understand this, just ignore it :-) -*/ -td.cat,td.catHead,td.catBottom { - height: 29px; - border-width: 0px 0px 0px 0px; -} -th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR { - font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px; -} -td.row3Right,td.spaceRow { - background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; -} - -th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 1px 1px 0px 1px; } -th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; } -th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; } -th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; } -th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; } -th.thTop { border-width: 1px 0px 0px 0px; } -th.thCornerL { border-width: 1px 0px 0px 1px; } -th.thCornerR { border-width: 1px 1px 0px 0px; } - -/* The largest text used in the index page title and toptic title etc. */ -.maintitle { - font-weight: bold; font-size: 22px; font-family: "{T_FONTFACE2}",{T_FONTFACE1}; - text-decoration: none; line-height : 120%; color : {T_BODY_TEXT}; -} - -/* General text */ -.gen { font-size : {T_FONTSIZE3}px; } -.genmed { font-size : {T_FONTSIZE2}px; } -.gensmall { font-size : {T_FONTSIZE1}px; } -.gen,.genmed,.gensmall { color : {T_BODY_TEXT}; } -a.gen,a.genmed,a.gensmall { color: {T_BODY_LINK}; text-decoration: none; } -a.gen:hover,a.genmed:hover,a.gensmall:hover { color: {T_BODY_HLINK}; text-decoration: underline; } - -/* The register, login, search etc links at the top of the page */ -.mainmenu { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} } -a.mainmenu { text-decoration: none; color : {T_BODY_LINK}; } -a.mainmenu:hover{ text-decoration: underline; color : {T_BODY_HLINK}; } - -/* Forum category titles */ -.cattitle { font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}} -a.cattitle { text-decoration: none; color : {T_BODY_LINK}; } -a.cattitle:hover{ text-decoration: underline; } - -/* Forum title: Text and link to the forums used in: index.php */ -.forumlink { font-weight: bold; font-size: {T_FONTSIZE3}px; color : {T_BODY_LINK}; } -a.forumlink { text-decoration: none; color : {T_BODY_LINK}; } -a.forumlink:hover{ text-decoration: underline; color : {T_BODY_HLINK}; } - -/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ -.nav { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT};} -a.nav { text-decoration: none; color : {T_BODY_LINK}; } -a.nav:hover { text-decoration: underline; } - -/* titles for the topics: could specify viewed link colour too */ -.topictitle,h1,h2 { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT}; } -a.topictitle:link { text-decoration: none; color : {T_BODY_LINK}; } -a.topictitle:visited { text-decoration: none; color : {T_BODY_VLINK}; } -a.topictitle:hover { text-decoration: underline; color : {T_BODY_HLINK}; } - -/* Name of poster in viewmsg.php and viewtopic.php and other places */ -.name { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT};} - -/* Location, number of posts, post date etc */ -.postdetails { font-size : {T_FONTSIZE1}px; color : {T_BODY_TEXT}; } - -/* The content of the posts (body of text) */ -.postbody { font-size : {T_FONTSIZE3}px; line-height: 18px} -a.postlink:link { text-decoration: none; color : {T_BODY_LINK} } -a.postlink:visited { text-decoration: none; color : {T_BODY_VLINK}; } -a.postlink:hover { text-decoration: underline; color : {T_BODY_HLINK}} - -/* Quote & Code blocks */ -.code { - font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2}; - background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid; - border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px -} - -.quote { - font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%; - background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid; - border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px -} - -/* Copyright and bottom info */ -.copyright { font-size: {T_FONTSIZE1}px; font-family: {T_FONTFACE1}; color: {T_FONTCOLOR1}; letter-spacing: -1px;} -a.copyright { color: {T_FONTCOLOR1}; text-decoration: none;} -a.copyright:hover { color: {T_BODY_TEXT}; text-decoration: underline;} - -/* Form elements */ -input,textarea, select { - color : {T_BODY_TEXT}; - font: normal {T_FONTSIZE2}px {T_FONTFACE1}; - border-color : {T_BODY_TEXT}; -} - -/* The text input fields background colour */ -input.post, textarea.post, select { - background-color : {T_TD_COLOR2}; -} - -input { text-indent : 2px; } - -/* The buttons used for bbCode styling in message post */ -input.button { - background-color : {T_TR_COLOR1}; - color : {T_BODY_TEXT}; - font-size: {T_FONTSIZE2}px; font-family: {T_FONTFACE1}; -} - -/* The main submit button option */ -input.mainoption { - background-color : {T_TD_COLOR1}; - font-weight : bold; -} - -/* None-bold submit button */ -input.liteoption { - background-color : {T_TD_COLOR1}; - font-weight : normal; -} - -/* This is the line in the posting page which shows the rollover - help line. This is actually a text box, but if set to be the same - colour as the background no one will know ;) -*/ -.helpline { background-color: {T_TR_COLOR2}; border-style: none; } - -/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ -@import url("templates/subSilver/formIE.css"); ---> -</style> -<!-- BEGIN switch_enable_pm_popup --> -<script language="Javascript" type="text/javascript"> -<!-- - if ( {PRIVATE_MESSAGE_NEW_FLAG} ) - { - window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');; - } -//--> -</script> -<!-- END switch_enable_pm_popup --> -</head> -<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}"> - -<a name="top"></a> - -<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center"> - <tr> - <td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0"> - <tr> - <td><a href="{U_INDEX}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td> - <td align="center" width="100%" valign="middle"><span class="maintitle">{SITENAME}</span><br /><span class="gen">{SITE_DESCRIPTION}<br /> </span> - <table cellspacing="0" cellpadding="2" border="0"> - <tr> - <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="{U_FAQ}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a></span><span class="mainmenu"> <a href="{U_SEARCH}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a> <a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a> <a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a> - <!-- BEGIN switch_user_logged_out --> - <a href="{U_REGISTER}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_register.gif" width="12" height="13" border="0" alt="{L_REGISTER}" hspace="3" />{L_REGISTER}</a></span> - <!-- END switch_user_logged_out --> - </td> - </tr> - <tr> - <td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="{U_PROFILE}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a> <a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a> <a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a> </span></td> - </tr> - </table></td> - </tr> - </table> - - <br /> diff --git a/phpBB/templates/subSilver/posting_body.tpl b/phpBB/templates/subSilver/posting_body.tpl deleted file mode 100644 index 08d7108bb7..0000000000 --- a/phpBB/templates/subSilver/posting_body.tpl +++ /dev/null @@ -1,448 +0,0 @@ -<script language="JavaScript" type="text/javascript"> -<!-- -// bbCode control by -// subBlue design -// www.subBlue.com - -// Startup variables -var imageTag = false; -var theSelection = false; - -// Check for Browser & Platform for PC & IE specific bits -// More details from: http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html -var clientPC = navigator.userAgent.toLowerCase(); // Get client info -var clientVer = parseInt(navigator.appVersion); // Get browser version - -var is_ie = ((clientPC.indexOf("msie") != -1) && (clientPC.indexOf("opera") == -1)); -var is_nav = ((clientPC.indexOf('mozilla')!=-1) && (clientPC.indexOf('spoofer')==-1) - && (clientPC.indexOf('compatible') == -1) && (clientPC.indexOf('opera')==-1) - && (clientPC.indexOf('webtv')==-1) && (clientPC.indexOf('hotjava')==-1)); - -var is_win = ((clientPC.indexOf("win")!=-1) || (clientPC.indexOf("16bit") != -1)); -var is_mac = (clientPC.indexOf("mac")!=-1); - - -// Helpline messages -b_help = "{L_BBCODE_B_HELP}"; -i_help = "{L_BBCODE_I_HELP}"; -u_help = "{L_BBCODE_U_HELP}"; -q_help = "{L_BBCODE_Q_HELP}"; -c_help = "{L_BBCODE_C_HELP}"; -l_help = "{L_BBCODE_L_HELP}"; -o_help = "{L_BBCODE_O_HELP}"; -p_help = "{L_BBCODE_P_HELP}"; -w_help = "{L_BBCODE_W_HELP}"; -a_help = "{L_BBCODE_A_HELP}"; -s_help = "{L_BBCODE_S_HELP}"; -f_help = "{L_BBCODE_F_HELP}"; - -// Define the bbCode tags -bbcode = new Array(); -bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]','[list]','[/list]','[list=]','[/list]','[img]','[/img]','[url]','[/url]'); -imageTag = false; - -// Shows the help messages in the helpline window -function helpline(help) { - document.post.helpbox.value = eval(help + "_help"); -} - - -// Replacement for arrayname.length property -function getarraysize(thearray) { - for (i = 0; i < thearray.length; i++) { - if ((thearray[i] == "undefined") || (thearray[i] == "") || (thearray[i] == null)) - return i; - } - return thearray.length; -} - -// Replacement for arrayname.push(value) not implemented in IE until version 5.5 -// Appends element to the array -function arraypush(thearray,value) { - thearray[ getarraysize(thearray) ] = value; -} - -// Replacement for arrayname.pop() not implemented in IE until version 5.5 -// Removes and returns the last element of an array -function arraypop(thearray) { - thearraysize = getarraysize(thearray); - retval = thearray[thearraysize - 1]; - delete thearray[thearraysize - 1]; - return retval; -} - - -function checkForm() { - - formErrors = false; - - if (document.post.message.value.length < 2) { - formErrors = "{L_EMPTY_MESSAGE}"; - } - - if (formErrors) { - alert(formErrors); - return false; - } else { - bbstyle(-1); - //formObj.preview.disabled = true; - //formObj.submit.disabled = true; - return true; - } -} - -function emoticon(text) { - text = ' ' + text + ' '; - if (document.post.message.createTextRange && document.post.message.caretPos) { - var caretPos = document.post.message.caretPos; - caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? text + ' ' : text; - document.post.message.focus(); - } else { - document.post.message.value += text; - document.post.message.focus(); - } -} - -function bbfontstyle(bbopen, bbclose) { - if ((clientVer >= 4) && is_ie && is_win) { - theSelection = document.selection.createRange().text; - if (!theSelection) { - document.post.message.value += bbopen + bbclose; - document.post.message.focus(); - return; - } - document.selection.createRange().text = bbopen + theSelection + bbclose; - document.post.message.focus(); - return; - } else { - document.post.message.value += bbopen + bbclose; - document.post.message.focus(); - return; - } - storeCaret(document.post.message); -} - - -function bbstyle(bbnumber) { - - donotinsert = false; - theSelection = false; - bblast = 0; - - if (bbnumber == -1) { // Close all open tags & default button names - while (bbcode[0]) { - butnumber = arraypop(bbcode) - 1; - document.post.message.value += bbtags[butnumber + 1]; - buttext = eval('document.post.addbbcode' + butnumber + '.value'); - eval('document.post.addbbcode' + butnumber + '.value ="' + buttext.substr(0,(buttext.length - 1)) + '"'); - } - imageTag = false; // All tags are closed including image tags :D - document.post.message.focus(); - return; - } - - if ((clientVer >= 4) && is_ie && is_win) - theSelection = document.selection.createRange().text; // Get text selection - - if (theSelection) { - // Add tags around selection - document.selection.createRange().text = bbtags[bbnumber] + theSelection + bbtags[bbnumber+1]; - document.post.message.focus(); - theSelection = ''; - return; - } - - // Find last occurance of an open tag the same as the one just clicked - for (i = 0; i < bbcode.length; i++) { - if (bbcode[i] == bbnumber+1) { - bblast = i; - donotinsert = true; - } - } - - if (donotinsert) { // Close all open tags up to the one just clicked & default button names - while (bbcode[bblast]) { - butnumber = arraypop(bbcode) - 1; - document.post.message.value += bbtags[butnumber + 1]; - buttext = eval('document.post.addbbcode' + butnumber + '.value'); - eval('document.post.addbbcode' + butnumber + '.value ="' + buttext.substr(0,(buttext.length - 1)) + '"'); - imageTag = false; - } - document.post.message.focus(); - return; - } else { // Open tags - - if (imageTag && (bbnumber != 14)) { // Close image tag before adding another - document.post.message.value += bbtags[15]; - lastValue = arraypop(bbcode) - 1; // Remove the close image tag from the list - document.post.addbbcode14.value = "Img"; // Return button back to normal state - imageTag = false; - } - - // Open tag - document.post.message.value += bbtags[bbnumber]; - if ((bbnumber == 14) && (imageTag == false)) imageTag = 1; // Check to stop additional tags after an unclosed image tag - arraypush(bbcode,bbnumber+1); - eval('document.post.addbbcode'+bbnumber+'.value += "*"'); - document.post.message.focus(); - return; - } - storeCaret(document.post.message); -} - -// Insert at Claret position. Code from -// http://www.faqts.com/knowledge_base/view.phtml/aid/1052/fid/130 -function storeCaret(textEl) { - if (textEl.createTextRange) textEl.caretPos = document.selection.createRange().duplicate(); -} - -//--> -</script> - -<!-- BEGIN privmsg_extensions --> -<table border="0" cellspacing="0" cellpadding="0" align="center" width="100%"> - <tr> - <td valign="top" align="center" width="100%"> - <table height="40" cellspacing="2" cellpadding="2" border="0"> - <tr valign="middle"> - <td>{INBOX_IMG}</td> - <td><span class="cattitle">{INBOX_LINK} </span></td> - <td>{SENTBOX_IMG}</td> - <td><span class="cattitle">{SENTBOX_LINK} </span></td> - <td>{OUTBOX_IMG}</td> - <td><span class="cattitle">{OUTBOX_LINK} </span></td> - <td>{SAVEBOX_IMG}</td> - <td><span class="cattitle">{SAVEBOX_LINK} </span></td> - </tr> - </table> - </td> - </tr> -</table> - -<br clear="all" /> -<!-- END privmsg_extensions --> - -<form action="{S_POST_ACTION}" method="post" name="post" onsubmit="return checkForm(this)"> - -{POST_PREVIEW_BOX} -{ERROR_BOX} - -<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> - <tr> - <td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> - <!-- BEGIN switch_not_privmsg --> - -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td> - <!-- END switch_not_privmsg --> - </tr> -</table> - -<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline"> - <tr> - <th class="thHead" colspan="2" height="25"><b>{L_POST_A}</b></th> - </tr> - <!-- BEGIN switch_username_select --> - <tr> - <td class="row1"><span class="gen"><b>{L_USERNAME}</b></span></td> - <td class="row2"><span class="genmed"><input type="text" class="post" tabindex="1" name="username" size="25" maxlength="25" value="{USERNAME}" /></span></td> - </tr> - <!-- END switch_username_select --> - <!-- BEGIN switch_privmsg --> - <tr> - <td class="row1"><span class="gen"><b>{L_USERNAME}</b></span></td> - <td class="row2"><span class="genmed"><input type="text" class="post" name="username" maxlength="25" size="25" tabindex="1" value="{USERNAME}" /> <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;" /></span></td> - </tr> - <!-- END switch_privmsg --> - <tr> - <td class="row1" width="22%"><span class="gen"><b>{L_SUBJECT}</b></span></td> - <td class="row2" width="78%"> <span class="gen"> - <input type="text" name="subject" size="45" maxlength="60" style="width:450px" tabindex="2" class="post" value="{SUBJECT}" /> - </span> </td> - </tr> - <tr> - <td class="row1" valign="top"> - <table width="100%" border="0" cellspacing="0" cellpadding="1"> - <tr> - <td><span class="gen"><b>{L_MESSAGE_BODY}</b></span> </td> - </tr> - <tr> - <td valign="middle" align="center"> <br /> - <table width="100" border="0" cellspacing="0" cellpadding="5"> - <tr align="center"> - <td colspan="{S_SMILIES_COLSPAN}" class="gensmall"><b>{L_EMOTICONS}</b></td> - </tr> - <!-- BEGIN smilies_row --> - <tr align="center" valign="middle"> - <!-- BEGIN smilies_col --> - <td><a href="javascript:emoticon('{smilies_row.smilies_col.SMILEY_CODE}')"><img src="{smilies_row.smilies_col.SMILEY_IMG}" border="0" alt="{smilies_row.smilies_col.SMILEY_DESC}" title="{smilies_row.smilies_col.SMILEY_DESC}" /></a></td> - <!-- END smilies_col --> - </tr> - <!-- END smilies_row --> - <!-- BEGIN switch_smilies_extra --> - <tr align="center"> - <td colspan="{S_SMILIES_COLSPAN}"><span class="nav"><a href="{U_MORE_SMILIES}" onclick="window.open('{U_MORE_SMILIES}', '_phpbbsmilies', 'HEIGHT=300,resizable=yes,scrollbars=yes,WIDTH=250');return false;" target="_phpbbsmilies" class="nav">{L_MORE_SMILIES}</a></span></td> - </tr> - <!-- END switch_smilies_extra --> - </table> - </td> - </tr> - </table> - </td> - <td class="row2" valign="top"><span class="gen"> <span class="genmed"> </span> - <table width="450" border="0" cellspacing="0" cellpadding="2"> - <tr align="center" valign="middle"> - <td><span class="genmed"> - <input type="button" class="button" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px" onClick="bbstyle(0)" onMouseOver="helpline('b')" /> - </span></td> - <td><span class="genmed"> - <input type="button" class="button" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px" onClick="bbstyle(2)" onMouseOver="helpline('i')" /> - </span></td> - <td><span class="genmed"> - <input type="button" class="button" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px" onClick="bbstyle(4)" onMouseOver="helpline('u')" /> - </span></td> - <td><span class="genmed"> - <input type="button" class="button" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onClick="bbstyle(6)" onMouseOver="helpline('q')" /> - </span></td> - <td><span class="genmed"> - <input type="button" class="button" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onClick="bbstyle(8)" onMouseOver="helpline('c')" /> - </span></td> - <td><span class="genmed"> - <input type="button" class="button" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onClick="bbstyle(10)" onMouseOver="helpline('l')" /> - </span></td> - <td><span class="genmed"> - <input type="button" class="button" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onClick="bbstyle(12)" onMouseOver="helpline('o')" /> - </span></td> - <td><span class="genmed"> - <input type="button" class="button" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onClick="bbstyle(14)" onMouseOver="helpline('p')" /> - </span></td> - <td><span class="genmed"> - <input type="button" class="button" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onClick="bbstyle(16)" onMouseOver="helpline('w')" /> - </span></td> - </tr> - <tr> - <td colspan="9"> - <table width="100%" border="0" cellspacing="0" cellpadding="0"> - <tr> - <td><span class="genmed"> {L_FONT_COLOR}: - <select name="addbbcode18" onChange="bbfontstyle('[color=' + this.form.addbbcode18.options[this.form.addbbcode18.selectedIndex].value + ']', '[/color]')" onMouseOver="helpline('s')"> - <option style="color:black; background-color: #FFFFFF " value="{T_FONTCOLOR1}" class="genmed">{L_COLOR_DEFAULT}</option> - <option style="color:darkred; background-color: #DEE3E7" value="darkred" class="genmed">{L_COLOR_DARK_RED}</option> - <option style="color:red; background-color: #DEE3E7" value="red" class="genmed">{L_COLOR_RED}</option> - <option style="color:orange; background-color: #DEE3E7" value="orange" class="genmed">{L_COLOR_ORANGE}</option> - <option style="color:brown; background-color: #DEE3E7" value="brown" class="genmed">{L_COLOR_BROWN}</option> - <option style="color:yellow; background-color: #DEE3E7" value="yellow" class="genmed">{L_COLOR_YELLOW}</option> - <option style="color:green; background-color: #DEE3E7" value="green" class="genmed">{L_COLOR_GREEN}</option> - <option style="color:olive; background-color: #DEE3E7" value="olive" class="genmed">{L_COLOR_OLIVE}</option> - <option style="color:cyan; background-color: #DEE3E7" value="cyan" class="genmed">{L_COLOR_CYAN}</option> - <option style="color:blue; background-color: #DEE3E7" value="blue" class="genmed">{L_COLOR_BLUE}</option> - <option style="color:darkblue; background-color: #DEE3E7" value="darkblue" class="genmed">{L_COLOR_DARK_BLUE}</option> - <option style="color:indigo; background-color: #DEE3E7" value="indigo" class="genmed">{L_COLOR_INDIGO}</option> - <option style="color:violet; background-color: #DEE3E7" value="violet" class="genmed">{L_COLOR_VIOLET}</option> - <option style="color:white; background-color: #DEE3E7" value="white" class="genmed">{L_COLOR_WHITE}</option> - <option style="color:black; background-color: #DEE3E7" value="black" class="genmed">{L_COLOR_BLACK}</option> - </select> {L_FONT_SIZE}:<select name="addbbcode20" onChange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]')" onMouseOver="helpline('f')"> - <option value="7" class="genmed">{L_FONT_TINY}</option> - <option value="9" class="genmed">{L_FONT_SMALL}</option> - <option value="12" selected class="genmed">{L_FONT_NORMAL}</option> - <option value="18" class="genmed">{L_FONT_LARGE}</option> - <option value="24" class="genmed">{L_FONT_HUGE}</option> - </select> - </span></td> - <td nowrap="nowrap" align="right"><span class="gensmall"><a href="javascript:bbstyle(-1)" class="genmed" onMouseOver="helpline('a')">{L_BBCODE_CLOSE_TAGS}</a></span></td> - </tr> - </table> - </td> - </tr> - <tr> - <td colspan="9"> <span class="gensmall"> - <input type="text" name="helpbox" size="45" maxlength="100" style="width:450px; font-size:10px" class="helpline" value="{L_STYLES_TIP}" /> - </span></td> - </tr> - <tr> - <td colspan="9"><span class="gen"> - <textarea name="message" rows="15" cols="35" wrap="virtual" style="width:450px" tabindex="3" class="post" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{MESSAGE}</textarea> - </span></td> - </tr> - </table> - </span></td> - </tr> - <tr> - <td class="row1" valign="top"><span class="gen"><b>{L_OPTIONS}</b></span><br /><span class="gensmall">{HTML_STATUS}<br />{BBCODE_STATUS}<br />{SMILIES_STATUS}</span></td> - <td class="row2"><span class="gen"> </span> - <table cellspacing="0" cellpadding="1" border="0"> - <!-- BEGIN switch_html_checkbox --> - <tr> - <td> - <input type="checkbox" name="disable_html" {S_HTML_CHECKED} /> - </td> - <td><span class="gen">{L_DISABLE_HTML}</span></td> - </tr> - <!-- END switch_html_checkbox --> - <!-- BEGIN switch_bbcode_checkbox --> - <tr> - <td> - <input type="checkbox" name="disable_bbcode" {S_BBCODE_CHECKED} /> - </td> - <td><span class="gen">{L_DISABLE_BBCODE}</span></td> - </tr> - <!-- END switch_bbcode_checkbox --> - <!-- BEGIN switch_smilies_checkbox --> - <tr> - <td> - <input type="checkbox" name="disable_smilies" {S_SMILIES_CHECKED} /> - </td> - <td><span class="gen">{L_DISABLE_SMILIES}</span></td> - </tr> - <!-- END switch_smilies_checkbox --> - <!-- BEGIN switch_signature_checkbox --> - <tr> - <td> - <input type="checkbox" name="attach_sig" {S_SIGNATURE_CHECKED} /> - </td> - <td><span class="gen">{L_ATTACH_SIGNATURE}</span></td> - </tr> - <!-- END switch_signature_checkbox --> - <!-- BEGIN switch_notify_checkbox --> - <tr> - <td> - <input type="checkbox" name="notify" {S_NOTIFY_CHECKED} /> - </td> - <td><span class="gen">{L_NOTIFY_ON_REPLY}</span></td> - </tr> - <!-- END switch_notify_checkbox --> - <!-- BEGIN switch_delete_checkbox --> - <tr> - <td> - <input type="checkbox" name="delete" /> - </td> - <td><span class="gen">{L_DELETE_POST}</span></td> - </tr> - <!-- END switch_delete_checkbox --> - <!-- BEGIN switch_type_toggle --> - <tr> - <td></td> - <td><span class="gen">{S_TYPE_TOGGLE}</span></td> - </tr> - <!-- END switch_type_toggle --> - </table> - </td> - </tr> - {POLLBOX} - <tr> - <td class="catBottom" colspan="2" align="center" height="28"> {S_HIDDEN_FORM_FIELDS}<input type="submit" tabindex="5" name="preview" class="mainoption" value="{L_PREVIEW}" /> <input type="submit" accesskey="s" tabindex="6" name="post" class="mainoption" value="{L_SUBMIT}" /></td> - </tr> - </table> - - <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> - <tr> - <td align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span></td> - </tr> - </table> -</form> - -<table width="100%" cellspacing="2" border="0" align="center"> - <tr> - <td valign="top" align="right">{JUMPBOX}</td> - </tr> -</table> - -{TOPIC_REVIEW_BOX} diff --git a/phpBB/templates/subSilver/posting_poll_body.tpl b/phpBB/templates/subSilver/posting_poll_body.tpl deleted file mode 100644 index 4391393208..0000000000 --- a/phpBB/templates/subSilver/posting_poll_body.tpl +++ /dev/null @@ -1,31 +0,0 @@ - - <tr> - <th class="thHead" colspan="2">{L_ADD_A_POLL}</th> - </tr> - <tr> - <td class="row1" colspan="2"><span class="gensmall">{L_ADD_POLL_EXPLAIN}</span></td> - </tr> - <tr> - <td class="row1"><span class="gen"><b>{L_POLL_QUESTION}</b></span></td> - <td class="row2"><span class="genmed"><input type="text" name="poll_title" size="50" maxlength="255" class="post" value="{POLL_TITLE}" /></span></td> - </tr> - <!-- BEGIN poll_option_rows --> - <tr> - <td class="row1"><span class="gen"><b>{L_POLL_OPTION}</b></span></td> - <td class="row2"><span class="genmed"><input type="text" name="poll_option_text[{poll_option_rows.S_POLL_OPTION_NUM}]" size="50" class="post" maxlength="255" value="{poll_option_rows.POLL_OPTION}" /></span> <input type="submit" name="edit_poll_option" value="{L_UPDATE_OPTION}" class="liteoption" /> <input type="submit" name="del_poll_option[{poll_option_rows.S_POLL_OPTION_NUM}]" value="{L_DELETE_OPTION}" class="liteoption" /></td> - </tr> - <!-- END poll_option_rows --> - <tr> - <td class="row1"><span class="gen"><b>{L_POLL_OPTION}</b></span></td> - <td class="row2"><span class="genmed"><input type="text" name="add_poll_option_text" size="50" maxlength="255" class="post" value="{ADD_POLL_OPTION}" /></span> <input type="submit" name="add_poll_option" value="{L_ADD_OPTION}" class="liteoption" /></td> - </tr> - <tr> - <td class="row1"><span class="gen"><b>{L_POLL_LENGTH}</b></span></td> - <td class="row2"><span class="genmed"><input type="text" name="poll_length" size="3" maxlength="3" class="post" value="{POLL_LENGTH}" /></span> <span class="gen"><b>{L_DAYS}</b></span> <span class="gensmall">{L_POLL_LENGTH_EXPLAIN}</span></td> - </tr> - <!-- BEGIN switch_poll_delete_toggle --> - <tr> - <td class="row1"><span class="gen"><b>{L_POLL_DELETE}</b></span></td> - <td class="row2"><input type="checkbox" name="poll_delete" /></td> - </tr> - <!-- END switch_poll_delete_toggle --> diff --git a/phpBB/templates/subSilver/posting_preview.tpl b/phpBB/templates/subSilver/posting_preview.tpl deleted file mode 100644 index 8da3409dcd..0000000000 --- a/phpBB/templates/subSilver/posting_preview.tpl +++ /dev/null @@ -1,23 +0,0 @@ - -<table class="forumline" width="100%" cellspacing="1" cellpadding="4" border="0"> - <tr> - <th height="25" class="thHead">{L_PREVIEW}</th> - </tr> - <tr> - <td class="row1"><img src="templates/subSilver/images/icon_minipost.gif" alt="{L_POST}" /><span class="postdetails">{L_POSTED}: {POST_DATE} {L_POST_SUBJECT}: {POST_SUBJECT}</span></td> - </tr> - <tr> - <td class="row1"><table width="100%" border="0" cellspacing="0" cellpadding="0"> - <tr> - <td> - <span class="postbody">{MESSAGE}</span> - </td> - </tr> - </table></td> - </tr> - <tr> - <td class="spaceRow" height="1"><img src="templates/subSilver/images/spacer.gif" width="1" height="1" /></td> - </tr> -</table> - -<br clear="all" /> diff --git a/phpBB/templates/subSilver/posting_smilies.tpl b/phpBB/templates/subSilver/posting_smilies.tpl deleted file mode 100644 index 7028535c49..0000000000 --- a/phpBB/templates/subSilver/posting_smilies.tpl +++ /dev/null @@ -1,45 +0,0 @@ - -<script language="javascript" type="text/javascript"> -<!-- -function emoticon(text) { - text = ' ' + text + ' '; - if (opener.document.forms['post'].message.createTextRange && opener.document.forms['post'].message.caretPos) { - var caretPos = opener.document.forms['post'].message.caretPos; - caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? text + ' ' : text; - opener.document.forms['post'].message.focus(); - } else { - opener.document.forms['post'].message.value += text; - opener.document.forms['post'].message.focus(); - } -} -//--> -</script> - -<table width="100%" border="0" cellspacing="0" cellpadding="10"> - <tr> - <td><table width="100%" border="0" cellspacing="1" cellpadding="4" class="forumline"> - <tr> - <th class="thHead" height="25">{L_EMOTICONS}</th> - </tr> - <tr> - <td><table width="100" border="0" cellspacing="0" cellpadding="5"> - <!-- BEGIN smilies_row --> - <tr align="center" valign="middle"> - <!-- BEGIN smilies_col --> - <td><a href="javascript:emoticon('{smilies_row.smilies_col.SMILEY_CODE}')"><img src="{smilies_row.smilies_col.SMILEY_IMG}" border="0" alt="{smilies_row.smilies_col.SMILEY_DESC}" title="{smilies_row.smilies_col.SMILEY_DESC}" /></a></td> - <!-- END smilies_col --> - </tr> - <!-- END smilies_row --> - <!-- BEGIN switch_smilies_extra --> - <tr align="center"> - <td colspan="{S_SMILIES_COLSPAN}"><span class="nav"><a href="{U_MORE_SMILIES}" onclick="open_window('{U_MORE_SMILIES}', 250, 300);return false" target="_smilies" class="nav">{L_MORE_SMILIES}</a></td> - </tr> - <!-- END switch_smilies_extra --> - </table></td> - </tr> - <tr> - <td align="center"><br /><span class="genmed"><a href="javascript:window.close();" class="genmed">{L_CLOSE_WINDOW}</a></span></td> - </tr> - </table></td> - </tr> -</table> diff --git a/phpBB/templates/subSilver/posting_topic_review.tpl b/phpBB/templates/subSilver/posting_topic_review.tpl deleted file mode 100644 index 7b8960c0fa..0000000000 --- a/phpBB/templates/subSilver/posting_topic_review.tpl +++ /dev/null @@ -1,39 +0,0 @@ - -<!-- BEGIN switch_inline_mode --> -<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline"> - <tr> - <td class="catHead" height="28" align="center"><b><span class="cattitle">{L_TOPIC_REVIEW}</span></b></td> - </tr> - <tr> - <td class="row1"><iframe width="100%" height="300" src="{U_REVIEW_TOPIC}" > -<!-- END switch_inline_mode --> -<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline"> - <tr> - <th class="thCornerL" width="22%" height="26">{L_AUTHOR}</th> - <th class="thCornerR">{L_MESSAGE}</th> - </tr> - <!-- BEGIN postrow --> - <tr> - <td width="22%" align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span></td> - <td class="{postrow.ROW_CLASS}" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> - <tr> - <td width="100%"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" border="0" /><span class="postdetails">{L_POSTED}: {postrow.POST_DATE}<span class="gen"> </span> {L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td> - </tr> - <tr> - <td colspan="2"><hr /></td> - </tr> - <tr> - <td colspan="2"><span class="postbody">{postrow.MESSAGE}</span></td> - </tr> - </table></td> - </tr> - <tr> - <td colspan="2" height="1" class="spaceRow"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td> - </tr> - <!-- END postrow --> -</table> -<!-- BEGIN switch_inline_mode --> - </iframe></td> - </tr> -</table> -<!-- END switch_inline_mode --> diff --git a/phpBB/templates/subSilver/profile_add_body.tpl b/phpBB/templates/subSilver/profile_add_body.tpl deleted file mode 100644 index 476b7923e8..0000000000 --- a/phpBB/templates/subSilver/profile_add_body.tpl +++ /dev/null @@ -1,256 +0,0 @@ - -<form action="{S_PROFILE_ACTION}" {S_FORM_ENCTYPE} method="post"> - -{ERROR_BOX} - -<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> - <tr> - <td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> - </tr> -</table> - -<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline"> - <tr> - <th class="thHead" colspan="2" height="25" valign="middle">{L_REGISTRATION_INFO}</th> - </tr> - <tr> - <td class="row2" colspan="2"><span class="gensmall">{L_ITEMS_REQUIRED}</span></td> - </tr> - <tr> - <td class="row1" width="38%"><span class="gen">{L_USERNAME}: *</span></td> - <td class="row2"><input type="text" class="post" style="width:200px" name="username" size="25" maxlength="40" value="{USERNAME}" /></td> - </tr> - <tr> - <td class="row1"><span class="gen">{L_EMAIL_ADDRESS}: *</span></td> - <td class="row2"><input type="text" class="post" style="width:200px" name="email" size="25" maxlength="255" value="{EMAIL}" /></td> - </tr> - <!-- BEGIN switch_edit_profile --> - <tr> - <td class="row1"><span class="gen">{L_CURRENT_PASSWORD}: *</span><br /> - <span class="gensmall">{L_CONFIRM_PASSWORD_EXPLAIN}</span></td> - <td class="row2"> - <input type="password" class="post" style="width: 200px" name="cur_password" size="25" maxlength="100" value="{PASSWORD}" /> - </td> - </tr> - <!-- END switch_edit_profile --> - <tr> - <td class="row1"><span class="gen">{L_NEW_PASSWORD}: *</span><br /> - <span class="gensmall">{L_PASSWORD_IF_CHANGED}</span></td> - <td class="row2"> - <input type="password" class="post" style="width: 200px" name="new_password" size="25" maxlength="100" value="{PASSWORD}" /> - </td> - </tr> - <tr> - <td class="row1"><span class="gen">{L_CONFIRM_PASSWORD}: * </span><br /> - <span class="gensmall">{L_PASSWORD_CONFIRM_IF_CHANGED}</span></td> - <td class="row2"> - <input type="password" class="post" style="width: 200px" name="password_confirm" size="25" maxlength="100" value="{PASSWORD_CONFIRM}" /> - </td> - </tr> - <tr> - <td class="catSides" colspan="2" height="28"> </td> - </tr> - <tr> - <th class="thSides" colspan="2" height="25" valign="middle">{L_PROFILE_INFO}</th> - </tr> - <tr> - <td class="row2" colspan="2"><span class="gensmall">{L_PROFILE_INFO_NOTICE}</span></td> - </tr> - <tr> - <td class="row1"><span class="gen">{L_ICQ_NUMBER}:</span></td> - <td class="row2"> - <input type="text" name="icq" class="post"style="width: 100px" size="10" maxlength="15" value="{ICQ}" /> - </td> - </tr> - <tr> - <td class="row1"><span class="gen">{L_AIM}:</span></td> - <td class="row2"> - <input type="text" class="post"style="width: 150px" name="aim" size="20" maxlength="255" value="{AIM}" /> - </td> - </tr> - <tr> - <td class="row1"><span class="gen">{L_MESSENGER}:</span></td> - <td class="row2"> - <input type="text" class="post"style="width: 150px" name="msn" size="20" maxlength="255" value="{MSN}" /> - </td> - </tr> - <tr> - <td class="row1"><span class="gen">{L_YAHOO}:</span></td> - <td class="row2"> - <input type="text" class="post"style="width: 150px" name="yim" size="20" maxlength="255" value="{YIM}" /> - </td> - </tr> - <tr> - <td class="row1"><span class="gen">{L_WEBSITE}:</span></td> - <td class="row2"> - <input type="text" class="post"style="width: 200px" name="website" size="25" maxlength="255" value="{WEBSITE}" /> - </td> - </tr> - <tr> - <td class="row1"><span class="gen">{L_LOCATION}:</span></td> - <td class="row2"> - <input type="text" class="post"style="width: 200px" name="location" size="25" maxlength="100" value="{LOCATION}" /> - </td> - </tr> - <tr> - <td class="row1"><span class="gen">{L_OCCUPATION}:</span></td> - <td class="row2"> - <input type="text" class="post"style="width: 200px" name="occupation" size="25" maxlength="100" value="{OCCUPATION}" /> - </td> - </tr> - <tr> - <td class="row1"><span class="gen">{L_INTERESTS}:</span></td> - <td class="row2"> - <input type="text" class="post"style="width: 200px" name="interests" size="35" maxlength="150" value="{INTERESTS}" /> - </td> - </tr> - <tr> - <td class="row1"><span class="gen">{L_SIGNATURE}:</span><br /><span class="gensmall">{L_SIGNATURE_EXPLAIN}<br /><br />{HTML_STATUS}<br />{BBCODE_STATUS}<br />{SMILIES_STATUS}</span></td> - <td class="row2"> - <textarea name="signature"style="width: 300px" rows="6" cols="30" class="post">{SIGNATURE}</textarea> - </td> - </tr> - <tr> - <td class="catSides" colspan="2" height="28"> </td> - </tr> - <tr> - <th class="thSides" colspan="2" height="25" valign="middle">{L_PREFERENCES}</th> - </tr> - <tr> - <td class="row1"><span class="gen">{L_PUBLIC_VIEW_EMAIL}:</span></td> - <td class="row2"> - <input type="radio" name="viewemail" value="1" {VIEW_EMAIL_YES} /> - <span class="gen">{L_YES}</span> - <input type="radio" name="viewemail" value="0" {VIEW_EMAIL_NO} /> - <span class="gen">{L_NO}</span></td> - </tr> - <tr> - <td class="row1"><span class="gen">{L_HIDE_USER}:</span></td> - <td class="row2"> - <input type="radio" name="hideonline" value="1" {HIDE_USER_YES} /> - <span class="gen">{L_YES}</span> - <input type="radio" name="hideonline" value="0" {HIDE_USER_NO} /> - <span class="gen">{L_NO}</span></td> - </tr> - <tr> - <td class="row1"><span class="gen">{L_NOTIFY_ON_REPLY}:</span><br /> - <span class="gensmall">{L_NOTIFY_ON_REPLY_EXPLAIN}</span></td> - <td class="row2"> - <input type="radio" name="notifyreply" value="1" {NOTIFY_REPLY_YES} /> - <span class="gen">{L_YES}</span> - <input type="radio" name="notifyreply" value="0" {NOTIFY_REPLY_NO} /> - <span class="gen">{L_NO}</span></td> - </tr> - <tr> - <td class="row1"><span class="gen">{L_NOTIFY_ON_PRIVMSG}:</span></td> - <td class="row2"> - <input type="radio" name="notifypm" value="1" {NOTIFY_PM_YES} /> - <span class="gen">{L_YES}</span> - <input type="radio" name="notifypm" value="0" {NOTIFY_PM_NO} /> - <span class="gen">{L_NO}</span></td> - </tr> - <tr> - <td class="row1"><span class="gen">{L_POPUP_ON_PRIVMSG}:</span><br /><span class="gensmall">{L_POPUP_ON_PRIVMSG_EXPLAIN}</span></td> - <td class="row2"> - <input type="radio" name="popup_pm" value="1" {POPUP_PM_YES} /> - <span class="gen">{L_YES}</span> - <input type="radio" name="popup_pm" value="0" {POPUP_PM_NO} /> - <span class="gen">{L_NO}</span></td> - </tr> - <tr> - <td class="row1"><span class="gen">{L_ALWAYS_ADD_SIGNATURE}:</span></td> - <td class="row2"> - <input type="radio" name="attachsig" value="1" {ALWAYS_ADD_SIGNATURE_YES} /> - <span class="gen">{L_YES}</span> - <input type="radio" name="attachsig" value="0" {ALWAYS_ADD_SIGNATURE_NO} /> - <span class="gen">{L_NO}</span></td> - </tr> - <tr> - <td class="row1"><span class="gen">{L_ALWAYS_ALLOW_BBCODE}:</span></td> - <td class="row2"> - <input type="radio" name="allowbbcode" value="1" {ALWAYS_ALLOW_BBCODE_YES} /> - <span class="gen">{L_YES}</span> - <input type="radio" name="allowbbcode" value="0" {ALWAYS_ALLOW_BBCODE_NO} /> - <span class="gen">{L_NO}</span></td> - </tr> - <tr> - <td class="row1"><span class="gen">{L_ALWAYS_ALLOW_HTML}:</span></td> - <td class="row2"> - <input type="radio" name="allowhtml" value="1" {ALWAYS_ALLOW_HTML_YES} /> - <span class="gen">{L_YES}</span> - <input type="radio" name="allowhtml" value="0" {ALWAYS_ALLOW_HTML_NO} /> - <span class="gen">{L_NO}</span></td> - </tr> - <tr> - <td class="row1"><span class="gen">{L_ALWAYS_ALLOW_SMILIES}:</span></td> - <td class="row2"> - <input type="radio" name="allowsmilies" value="1" {ALWAYS_ALLOW_SMILIES_YES} /> - <span class="gen">{L_YES}</span> - <input type="radio" name="allowsmilies" value="0" {ALWAYS_ALLOW_SMILIES_NO} /> - <span class="gen">{L_NO}</span></td> - </tr> - <tr> - <td class="row1"><span class="gen">{L_BOARD_LANGUAGE}:</span></td> - <td class="row2"><span class="gensmall">{LANGUAGE_SELECT}</span></td> - </tr> - <tr> - <td class="row1"><span class="gen">{L_BOARD_STYLE}:</span></td> - <td class="row2"><span class="gensmall">{STYLE_SELECT}</span></td> - </tr> - <tr> - <td class="row1"><span class="gen">{L_TIMEZONE}:</span></td> - <td class="row2"><span class="gensmall">{TIMEZONE_SELECT}</span></td> - </tr> - <tr> - <td class="row1"><span class="gen">{L_DATE_FORMAT}:</span><br /> - <span class="gensmall">{L_DATE_FORMAT_EXPLAIN}</span></td> - <td class="row2"> - <input type="text" name="dateformat" value="{DATE_FORMAT}" maxlength="14" class="post" /> - </td> - </tr> - <tr> - <td class="catSides" colspan="2" height="28"> </td> - </tr> - <!-- BEGIN switch_avatar_block --> - <tr> - <th class="thSides" colspan="2" height="12" valign="middle">{L_AVATAR_PANEL}</th> - </tr> - <tr> - <td class="row1" colspan="2"><table width="70%" cellspacing="2" cellpadding="0" border="0" align="center"> - <tr> - <td width="65%"><span class="gensmall">{L_AVATAR_EXPLAIN}</span></td> - <td align="center"><span class="gensmall">{L_CURRENT_IMAGE}</span><br />{AVATAR}<br /><input type="checkbox" name="avatardel" /> <span class="gensmall">{L_DELETE_AVATAR}</span></td> - </tr> - </table></td> - </tr> - <!-- BEGIN switch_avatar_local_upload --> - <tr> - <td class="row1"><span class="gen">{L_UPLOAD_AVATAR_FILE}:</span></td> - <td class="row2"><input type="hidden" name="MAX_FILE_SIZE" value="{AVATAR_SIZE}" /><input type="file" name="avatar" class="post" style="width:200px" /></td> - </tr> - <!-- END switch_avatar_local_upload --> - <!-- BEGIN switch_avatar_remote_upload --> - <tr> - <td class="row1"><span class="gen">{L_UPLOAD_AVATAR_URL}:</span><br /><span class="gensmall">{L_UPLOAD_AVATAR_URL_EXPLAIN}</span></td> - <td class="row2"><input type="text" name="avatarurl" size="40" class="post" style="width:200px" /></td> - </tr> - <!-- END switch_avatar_remote_upload --> - <!-- BEGIN switch_avatar_remote_link --> - <tr> - <td class="row1"><span class="gen">{L_LINK_REMOTE_AVATAR}:</span><br /><span class="gensmall">{L_LINK_REMOTE_AVATAR_EXPLAIN}</span></td> - <td class="row2"><input type="text" name="avatarremoteurl" size="40" class="post" style="width:200px" /></td> - </tr> - <!-- END switch_avatar_remote_link --> - <!-- BEGIN switch_avatar_local_gallery --> - <tr> - <td class="row1"><span class="gen">{L_AVATAR_GALLERY}:</span></td> - <td class="row2"><input type="submit" name="avatargallery" value="{L_SHOW_GALLERY}" class="liteoption" /></td> - </tr> - <!-- END switch_avatar_local_gallery --> - <!-- END switch_avatar_block --> - <tr> - <td class="catBottom" colspan="2" align="center" height="28">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" name="reset" class="liteoption" /></td> - </tr> -</table> - -</form> diff --git a/phpBB/templates/subSilver/profile_view_body.tpl b/phpBB/templates/subSilver/profile_view_body.tpl deleted file mode 100644 index b4a0138b6d..0000000000 --- a/phpBB/templates/subSilver/profile_view_body.tpl +++ /dev/null @@ -1,91 +0,0 @@ - -<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> - <tr> - <td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> - </tr> -</table> - -<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0" align="center"> - <tr> - <th class="thHead" colspan="2" height="25" nowrap="nowrap">{L_VIEWING_PROFILE}</th> - </tr> - <tr> - <td class="catLeft" width="40%" height="28" align="center"><b><span class="gen">{L_AVATAR}</span></b></td> - <td class="catRight" width="60%"><b><span class="gen">{L_ABOUT_USER}</span></b></td> - </tr> - <tr> - <td class="row1" height="6" valign="top" align="center">{AVATAR_IMG}<br /><span class="postdetails">{POSTER_RANK}</span></td> - <td class="row1" rowspan="3" valign="top"><table width="100%" border="0" cellspacing="1" cellpadding="3"> - <tr> - <td valign="middle" align="right" nowrap="nowrap"><span class="gen">{L_JOINED}: </span></td> - <td width="100%"><b><span class="gen">{JOINED}</span></b></td> - </tr> - <tr> - <td valign="top" align="right" nowrap="nowrap"><span class="gen">{L_TOTAL_POSTS}: </span></td> - <td valign="top"><b><span class="gen">{POSTS}</span></b><br /><span class="genmed">[{POST_PERCENT_STATS} / {POST_DAY_STATS}]</span> <br /><span class="genmed"><a href="{U_SEARCH_USER}" class="genmed">{L_SEARCH_USER_POSTS}</a></span></td> - </tr> - <tr> - <td valign="middle" align="right" nowrap="nowrap"><span class="gen">{L_LOCATION}: </span></td> - <td><b><span class="gen">{LOCATION}</span></b></td> - </tr> - <tr> - <td valign="middle" align="right" nowrap="nowrap"><span class="gen">{L_WEBSITE}: </span></td> - <td><span class="gen"><b>{WWW}</b></span></td> - </tr> - <tr> - <td valign="middle" align="right" nowrap="nowrap"><span class="gen">{L_OCCUPATION}: </span></td> - <td><b><span class="gen">{OCCUPATION}</span></b></td> - </tr> - <tr> - <td valign="top" align="right" nowrap="nowrap"><span class="gen">{L_INTERESTS}:</span></td> - <td> <b><span class="gen">{INTERESTS}</span></b></td> - </tr> - </table> - </td> - </tr> - <tr> - <td class="catLeft" align="center" height="28"><b><span class="gen">{L_CONTACT} {USERNAME} </span></b></td> - </tr> - <tr> - <td class="row1" valign="top"><table width="100%" border="0" cellspacing="1" cellpadding="3"> - <tr> - <td valign="middle" align="right" nowrap="nowrap"><span class="gen">{L_EMAIL_ADDRESS}:</span></td> - <td class="row1" valign="middle" width="100%"><b><span class="gen">{EMAIL_IMG}</span></b></td> - </tr> - <tr> - <td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_PM}:</span></td> - <td class="row1" valign="middle"><b><span class="gen">{PM_IMG}</span></b></td> - </tr> - <tr> - <td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_MESSENGER}:</span></td> - <td class="row1" valign="middle"><span class="gen">{MSN}</span></td> - </tr> - <tr> - <td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_YAHOO}:</span></td> - <td class="row1" valign="middle"><span class="gen">{YIM_IMG}</span></td> - </tr> - <tr> - <td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_AIM}:</span></td> - <td class="row1" valign="middle"><span class="gen">{AIM_IMG}</span></td> - </tr> - <tr> - <td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_ICQ_NUMBER}:</span></td> - <td class="row1"><script language="JavaScript" type="text/javascript"><!-- - - if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 ) - document.write(' {ICQ_IMG}'); - else - document.write('<table cellspacing="0" cellpadding="0" border="0"><tr><td nowrap="nowrap"><div style="position:relative;height:18px"><div style="position:absolute">{ICQ_IMG}</div><div style="position:absolute;left:3px;top:-1px">{ICQ_STATUS_IMG}</div></div></td></tr></table>'); - - //--></script><noscript>{ICQ_IMG}</noscript></td> - </tr> - </table> - </td> - </tr> -</table> - -<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"> - <tr> - <td align="right"><span class="nav"><br />{JUMPBOX}</span></td> - </tr> -</table> diff --git a/phpBB/templates/subSilver/search_body.tpl b/phpBB/templates/subSilver/search_body.tpl deleted file mode 100644 index d1316df23b..0000000000 --- a/phpBB/templates/subSilver/search_body.tpl +++ /dev/null @@ -1,57 +0,0 @@ - -<form action="{S_SEARCH_ACTION}" method="POST"><table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> - <tr> - <td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> - </tr> -</table> - -<table class="forumline" width="100%" cellpadding="4" cellspacing="1" border="0"> - <tr> - <th class="thHead" colspan="4" height="25">{L_SEARCH_QUERY}</th> - </tr> - <tr> - <td class="row1" colspan="2" width="50%"><span class="gen">{L_SEARCH_KEYWORDS}:</span><br /><span class="gensmall">{L_SEARCH_KEYWORDS_EXPLAIN}</span></td> - <td class="row2" colspan="2" valign="top"><span class="genmed"><input type="text" style="width: 300px" class="post" name="search_keywords" size="30" /><br /><input type="radio" name="search_terms" value="any" checked="checked" /> {L_SEARCH_ANY_TERMS}<br /><input type="radio" name="search_terms" value="all" /> {L_SEARCH_ALL_TERMS}</span></td> - </tr> - <tr> - <td class="row1" colspan="2"><span class="gen">{L_SEARCH_AUTHOR}:</span><br /><span class="gensmall">{L_SEARCH_AUTHOR_EXPLAIN}</span></td> - <td class="row2" colspan="2" valign="middle"><span class="genmed"><input type="text" style="width: 300px" class="post" name="search_author" size="30" /></span></td> - </tr> - <tr> - <th class="thHead" colspan="4" height="25">{L_SEARCH_OPTIONS}</th> - </tr> - <tr> - <td class="row1" align="right"><span class="gen">{L_FORUM}: </span></td> - <td class="row2"><span class="genmed"><select class="post" name="search_forum">{S_FORUM_OPTIONS}</select></span></td> - <td class="row1" align="right" nowrap="nowrap"><span class="gen">{L_SEARCH_PREVIOUS}: </span></td> - <td class="row2" valign="middle"><span class="genmed"><select class="post" name="search_time">{S_TIME_OPTIONS}</select><br /><input type="radio" name="search_fields" value="all" checked="checked" /> {L_SEARCH_MESSAGE_TITLE}<br /><input type="radio" name="search_fields" value="msgonly" /> {L_SEARCH_MESSAGE_ONLY}</span></td> - </tr> - <tr> - <td class="row1" align="right"><span class="gen">{L_CATEGORY}: </span></td> - <td class="row2"><span class="genmed"><select class="post" name="search_cat">{S_CATEGORY_OPTIONS} - </select></span></td> - <td class="row1" align="right"><span class="gen">{L_SORT_BY}: </span></td> - <td class="row2" valign="middle" nowrap="nowrap"><span class="genmed"><select class="post" name="sort_by">{S_SORT_OPTIONS}</select><br /><input type="radio" name="sort_dir" value="ASC" /> {L_SORT_ASCENDING}<br /><input type="radio" name="sort_dir" value="DESC" checked /> {L_SORT_DESCENDING}</span> </td> - </tr> - <tr> - <td class="row1" align="right" nowrap="nowrap"><span class="gen">{L_DISPLAY_RESULTS}: </span></td> - <td class="row2" nowrap="nowrap"><input type="radio" name="show_results" value="posts" /><span class="genmed">{L_POSTS}<input type="radio" name="show_results" value="topics" checked="checked" />{L_TOPICS}</span></td> - <td class="row1" align="right"><span class="gen">{L_RETURN_FIRST}</span></td> - <td class="row2"><span class="genmed"><select class="post" name="return_chars">{S_CHARACTER_OPTIONS}</select> {L_CHARACTERS}</span></td> - </tr> - <tr> - <td class="catBottom" colspan="4" align="center" height="28">{S_HIDDEN_FIELDS}<input class="liteoption" type="submit" value="{L_SEARCH}" /></td> - </tr> -</table> - -<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> - <tr> - <td align="right" valign="middle"><span class="gensmall">{S_TIMEZONE}</span></td> - </tr> -</table></form> - -<table width="100%" border="0"> - <tr> - <td align="right" valign="top">{JUMPBOX}</td> - </tr> -</table> diff --git a/phpBB/templates/subSilver/search_username.tpl b/phpBB/templates/subSilver/search_username.tpl deleted file mode 100644 index 611ec3fc12..0000000000 --- a/phpBB/templates/subSilver/search_username.tpl +++ /dev/null @@ -1,30 +0,0 @@ - -<script language="javascript" type="text/javascript"> -<!-- -function refresh_username(selected_username) -{ - opener.document.forms['post'].username.value = selected_username; - opener.focus(); - window.close(); -} -//--> -</script> - -<form method="post" name="search" action="{S_SEARCH_ACTION}"> -<table width="100%" border="0" cellspacing="0" cellpadding="10"> - <tr> - <td><table width="100%" class="forumline" cellpadding="4" cellspacing="1" border="0"> - <tr> - <th class="thHead" height="25">{L_SEARCH_USERNAME}</th> - </tr> - <tr> - <td valign="top" class="row1"><span class="genmed"><br /><input type="text" name="search_username" value="{USERNAME}" class="post" /> <input type="submit" name="search" value="{L_SEARCH}" class="liteoption" /></span><br /><span class="gensmall">{L_SEARCH_EXPLAIN}</span><br /> - <!-- BEGIN switch_select_name --> - <span class="genmed">{L_UPDATE_USERNAME}<br /><select name="username_list">{S_USERNAME_OPTIONS}</select> <input type="submit" class="liteoption" onClick="refresh_username(this.form.username_list.options[this.form.username_list.selectedIndex].value);return false;" name="use" value="{L_SELECT}" /></span><br /> - <!-- END switch_select_name --> - <br /><span class="genmed"><a href="javascript:window.close();" class="genmed">{L_CLOSE_WINDOW}</a></span></td> - </tr> - </table></td> - </tr> -</table> -</form> diff --git a/phpBB/templates/subSilver/simple_footer.tpl b/phpBB/templates/subSilver/simple_footer.tpl deleted file mode 100644 index d58334b499..0000000000 --- a/phpBB/templates/subSilver/simple_footer.tpl +++ /dev/null @@ -1,19 +0,0 @@ - -<div align="center"><span class="copyright"><br /> -<!-- - We request you retain the full copyright notice below including the link to www.phpbb.com. - This not only gives respect to the large amount of time given freely by the developers - but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good - reason) retain the full copyright we request you at least leave in place the - Powered by phpBB {PHPBB_VERSION} line, with phpBB linked to www.phpbb.com. If you refuse - to include even this then support on our forums may be affected. - - The phpBB Group : 2002 -// --> -Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001 phpBB Group</span></div> - </td> - </tr> -</table> - -</body> -</html>
\ No newline at end of file diff --git a/phpBB/templates/subSilver/simple_header.tpl b/phpBB/templates/subSilver/simple_header.tpl deleted file mode 100644 index 705cb67f4d..0000000000 --- a/phpBB/templates/subSilver/simple_header.tpl +++ /dev/null @@ -1,237 +0,0 @@ -<!-- DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" --> -<!-- <html xmlns="http://www.w3.org/1999/xhtml"> --> -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html dir="{S_CONTENT_DIRECTION}"> -<head> -<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" /> -<meta http-equiv="Content-Style-Type" content="text/css" /> -<style type="text/css"> -<!-- ---> -</style> -{META} -<title>{SITENAME} :: {PAGE_TITLE}</title> -<!-- link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" --> -<style type="text/css"> -<!-- - -/* - The original subSilver Theme for phpBB version 2+ - Created by subBlue design - http://www.subBlue.com - - NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2 - theme administration centre. When you have finalised your style you could cut the final CSS code - and place it in an external file, deleting this section to save bandwidth. -*/ - - - /* General page style. The scroll bar colours only visible in IE5.5+ */ -body { - background-color: {T_BODY_BGCOLOR}; - scrollbar-face-color: {T_TR_COLOR2}; - scrollbar-highlight-color: {T_TD_COLOR2}; - scrollbar-shadow-color: {T_TR_COLOR2}; - scrollbar-3dlight-color: {T_TR_COLOR3}; - scrollbar-arrow-color: {T_BODY_LINK}; - scrollbar-track-color: {T_TR_COLOR1}; - scrollbar-darkshadow-color: {T_TH_COLOR1}; -} - -/* General font families for common tags */ -font,th,td,p { font-family: {T_FONTFACE1} } -a:link,a:active,a:visited { color : {T_BODY_LINK}; } -a:hover { text-decoration: underline; color : {T_BODY_HLINK}; } -hr { height: 0px; border: solid {T_TR_COLOR3} 0px; border-top-width: 1px;} - - -/* This is the border line & background colour round the entire page */ -.bodyline { background-color: {T_TD_COLOR2}; border: 1px {T_TH_COLOR1} solid; } - -/* This is the outline round the main forum tables */ -.forumline { background-color: {T_TD_COLOR2}; border: 2px {T_TH_COLOR2} solid; } - - -/* Main table cell colours and backgrounds */ -td.row1 { background-color: {T_TR_COLOR1}; } -td.row2 { background-color: {T_TR_COLOR2}; } -td.row3 { background-color: {T_TR_COLOR3}; } - - -/* - This is for the table cell above the Topics, Post & Last posts on the index.php page - By default this is the fading out gradiated silver background. - However, you could replace this with a bitmap specific for each forum -*/ -td.rowpic { - background-color: {T_TD_COLOR2}; - background-image: url(templates/subSilver/images/{T_TH_CLASS3}); - background-repeat: repeat-y; -} - -/* Header cells - the blue and silver gradient backgrounds */ -th { - color: {T_FONTCOLOR3}; font-size: {T_FONTSIZE2}px; font-weight : bold; - background-color: {T_BODY_LINK}; height: 25px; - background-image: url(templates/subSilver/images/{T_TH_CLASS2}); -} - -td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { - background-image: url(templates/subSilver/images/{T_TH_CLASS1}); - background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; height: 28px; -} - - -/* - Setting additional nice inner borders for the main table cells. - The names indicate which sides the border will be on. - Don't worry if you don't understand this, just ignore it :-) -*/ -td.cat,td.catHead,td.catBottom { - height: 29px; -} -th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR { - font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px; } -td.row3Right,td.spaceRow { - background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; } - -th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 1px 1px 0px 1px; } -th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; } -th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; } -th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; } -th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; } -th.thTop { border-width: 1px 0px 0px 0px; } -th.thCornerL { border-width: 1px 0px 0px 1px; } -th.thCornerR { border-width: 1px 1px 0px 0px; } - - -/* The largest text used in the index page title and toptic title etc. */ -.maintitle { - font-weight: bold; font-size: 22px; font-family: "{T_FONTFACE2}",{T_FONTFACE1}; - text-decoration: none; line-height : 120%; color : {T_BODY_TEXT}; -} - - -/* General text */ -.gen { font-size : {T_FONTSIZE3}px; } -.genmed { font-size : {T_FONTSIZE2}px; } -.gensmall { font-size : {T_FONTSIZE1}px; } -.gen,.genmed,.gensmall { color : {T_BODY_TEXT}; } -a.gen,a.genmed,a.gensmall { color: {T_BODY_LINK}; text-decoration: none; } -a.gen:hover,a.genmed:hover,a.gensmall:hover { color: {T_BODY_HLINK}; text-decoration: underline; } - - -/* The register, login, search etc links at the top of the page */ -.mainmenu { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} } -a.mainmenu { text-decoration: none; color : {T_BODY_LINK}; } -a.mainmenu:hover{ text-decoration: underline; color : {T_BODY_HLINK}; } - - -/* Forum category titles */ -.cattitle { font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}} -a.cattitle { text-decoration: none; color : {T_BODY_LINK}; } -a.cattitle:hover{ text-decoration: underline; } - - -/* Forum title: Text and link to the forums used in: index.php */ -.forumlink { font-weight: bold; font-size: {T_FONTSIZE3}px; color : {T_BODY_LINK}; } -a.forumlink { text-decoration: none; color : {T_BODY_LINK}; } -a.forumlink:hover{ text-decoration: underline; color : {T_BODY_HLINK}; } - - -/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ -.nav { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT};} -a.nav { text-decoration: none; color : {T_BODY_LINK}; } -a.nav:hover { text-decoration: underline; } - - -/* titles for the topics: could specify viewed link colour too */ -.topictitle { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT}; } -a.topictitle:link { text-decoration: none; color : {T_BODY_LINK}; } -a.topictitle:visited { text-decoration: none; color : {T_BODY_VLINK}; } -a.topictitle:hover { text-decoration: underline; color : {T_BODY_HLINK}; } - - -/* Name of poster in viewmsg.php and viewtopic.php and other places */ -.name { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT};} - -/* Location, number of posts, post date etc */ -.postdetails { font-size : {T_FONTSIZE1}px; color : {T_BODY_TEXT}; } - - -/* The content of the posts (body of text) */ -.postbody { font-size : {T_FONTSIZE3}px; line-height: 18px} -a.postlink:link { text-decoration: none; color : {T_BODY_LINK} } -a.postlink:visited { text-decoration: none; color : {T_BODY_VLINK}; } -a.postlink:hover { text-decoration: underline; color : {T_BODY_HLINK}} - - -/* Quote & Code blocks */ -.code { - font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2}; - background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid; - border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px -} - -.quote { - font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%; - background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid; - border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px -} - - -/* Copyright and bottom info */ -.copyright { font-size: {T_FONTSIZE1}px; font-family: {T_FONTFACE1}; color: {T_FONTCOLOR1}; letter-spacing: -1px;} -a.copyright { color: {T_FONTCOLOR1}; text-decoration: none;} -a.copyright:hover { color: {T_BODY_TEXT}; text-decoration: underline;} - - -/* Form elements */ -input,textarea, select { - color : {T_BODY_TEXT}; - font: normal {T_FONTSIZE2}px {T_FONTFACE1}; - border-color : {T_BODY_TEXT}; -} - -/* The text input fields background colour */ -input.post, textarea.post, select { - background-color : {T_TD_COLOR2}; -} - -input { text-indent : 2px; } - -/* The buttons used for bbCode styling in message post */ -input.button { - background-color : {T_TR_COLOR1}; - color : {T_BODY_TEXT}; - font-size: {T_FONTSIZE2}px; font-family: {T_FONTFACE1}; -} - -/* The main submit button option */ -input.mainoption { - background-color : {T_TD_COLOR1}; - font-weight : bold; -} - -/* None-bold submit button */ -input.liteoption { - background-color : {T_TD_COLOR1}; - font-weight : normal; -} - -/* This is the line in the posting page which shows the rollover - help line. This is actually a text box, but if set to be the same - colour as the background no one will know ;) -*/ -.helpline { background-color: {T_TR_COLOR2}; border-style: none; } - - -/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ -@import url("templates/subSilver/formIE.css"); ---> -</style> -</head> - -<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}"> -<span class="gen"><a name="top"></a></span> diff --git a/phpBB/templates/subSilver/subSilver.cfg b/phpBB/templates/subSilver/subSilver.cfg deleted file mode 100644 index a3a2cdda2b..0000000000 --- a/phpBB/templates/subSilver/subSilver.cfg +++ /dev/null @@ -1,101 +0,0 @@ -<?php -// -// ** Configuration file for subSilver template ** -// -// ** copyright (C) 2001 The phpBB Group ** -// ** Created by subBlue design ** -// ** www.subBlue.com ** -// -// ** subSilver dev. forum: www.subSky.com/phpBB2/ ** -// -// $Id$ -// -// Please note that to enable support of different languages -// the {LANG} place holder is available. This will be replaced -// with xxx where xxx is the users selected language. If -// that language isn't available it will default to english. -// Therefore you MUST ensure you have at least a english -// directory if you choose to localise your template -// - -// -// Do not alter this line! -// -define(TEMPLATE_CONFIG, TRUE); - -$current_template_images = $current_template_path . "/images"; - -$images['icon_quote'] = "$current_template_images/{LANG}/icon_quote.gif"; -$images['icon_edit'] = "$current_template_images/{LANG}/icon_edit.gif"; -$images['icon_search'] = "$current_template_images/{LANG}/icon_search.gif"; -$images['icon_profile'] = "$current_template_images/{LANG}/icon_profile.gif"; -$images['icon_pm'] = "$current_template_images/{LANG}/icon_pm.gif"; -$images['icon_email'] = "$current_template_images/{LANG}/icon_email.gif"; -$images['icon_delpost'] = "$current_template_images/icon_delete.gif"; -$images['icon_ip'] = "$current_template_images/{LANG}/icon_ip.gif"; -$images['icon_www'] = "$current_template_images/{LANG}/icon_www.gif"; -$images['icon_icq'] = "$current_template_images/{LANG}/icon_icq_add.gif"; -$images['icon_aim'] = "$current_template_images/{LANG}/icon_aim.gif"; -$images['icon_yim'] = "$current_template_images/{LANG}/icon_yim.gif"; -$images['icon_msnm'] = "$current_template_images/{LANG}/icon_msnm.gif"; -$images['icon_minipost'] = "$current_template_images/icon_minipost.gif"; -$images['icon_gotopost'] = "$current_template_images/icon_minipost.gif"; -$images['icon_minipost_new'] = "$current_template_images/icon_minipost_new.gif"; -$images['icon_latest_reply'] = "$current_template_images/icon_latest_reply.gif"; -$images['icon_newest_reply'] = "$current_template_images/icon_newest_reply.gif"; - -$images['forum'] = "$current_template_images/folder_big.gif"; -$images['forum_new'] = "$current_template_images/folder_new_big.gif"; -$images['forum_locked'] = "$current_template_images/folder_locked_big.gif"; - -$images['folder'] = "$current_template_images/folder.gif"; -$images['folder_new'] = "$current_template_images/folder_new.gif"; -$images['folder_hot'] = "$current_template_images/folder_hot.gif"; -$images['folder_hot_new'] = "$current_template_images/folder_new_hot.gif"; -$images['folder_locked'] = "$current_template_images/folder_lock.gif"; -$images['folder_locked_new'] = "$current_template_images/folder_lock_new.gif"; -$images['folder_sticky'] = "$current_template_images/folder_sticky.gif"; -$images['folder_sticky_new'] = "$current_template_images/folder_sticky_new.gif"; -$images['folder_announce'] = "$current_template_images/folder_announce.gif"; -$images['folder_announce_new'] = "$current_template_images/folder_announce_new.gif"; - -$images['post_new'] = "$current_template_images/{LANG}/post.gif"; -$images['post_locked'] = "$current_template_images/{LANG}/reply-locked.gif"; -$images['reply_new'] = "$current_template_images/{LANG}/reply.gif"; -$images['reply_locked'] = "$current_template_images/{LANG}/reply-locked.gif"; - -$images['pm_inbox'] = "$current_template_images/msg_inbox.gif"; -$images['pm_outbox'] = "$current_template_images/msg_outbox.gif"; -$images['pm_savebox'] = "$current_template_images/msg_savebox.gif"; -$images['pm_sentbox'] = "$current_template_images/msg_sentbox.gif"; -$images['pm_readmsg'] = "$current_template_images/folder.gif"; -$images['pm_unreadmsg'] = "$current_template_images/folder_new.gif"; -$images['pm_replymsg'] = "$current_template_images/{LANG}/reply.gif"; -$images['pm_postmsg'] = "$current_template_images/{LANG}/msg_newpost.gif"; -$images['pm_quotemsg'] = "$current_template_images/{LANG}/icon_quote.gif"; -$images['pm_editmsg'] = "$current_template_images/{LANG}/icon_edit.gif"; -$images['pm_new_msg'] = ""; -$images['pm_no_new_msg'] = ""; - -$images['topic_watch'] = ""; -$images['topic_un_watch'] = ""; -$images['topic_mod_lock'] = "$current_template_images/topic_lock.gif"; -$images['topic_mod_unlock'] = "$current_template_images/topic_unlock.gif"; -$images['topic_mod_split'] = "$current_template_images/topic_split.gif"; -$images['topic_mod_move'] = "$current_template_images/topic_move.gif"; -$images['topic_mod_delete'] = "$current_template_images/topic_delete.gif"; - -$images['voting_graphic'][0] = "$current_template_images/voting_bar.gif"; -$images['voting_graphic'][1] = "$current_template_images/voting_bar.gif"; -$images['voting_graphic'][2] = "$current_template_images/voting_bar.gif"; -$images['voting_graphic'][3] = "$current_template_images/voting_bar.gif"; -$images['voting_graphic'][4] = "$current_template_images/voting_bar.gif"; - -// -// Vote graphic length defines the maximum length of a vote result -// graphic, ie. 100% = this length -// -$board_config['vote_graphic_length'] = 205; -$board_config['privmsg_graphic_length'] = 175; - -?>
\ No newline at end of file diff --git a/phpBB/templates/subSilver/theme_info.cfg b/phpBB/templates/subSilver/theme_info.cfg deleted file mode 100644 index bd61eefa89..0000000000 --- a/phpBB/templates/subSilver/theme_info.cfg +++ /dev/null @@ -1,51 +0,0 @@ -<?php - -// -// phpBB 2.x auto-generated theme config file for subSilver -// Do not change anything in this file! -// - -$subSilver[0]['template_name'] = "subSilver"; -$subSilver[0]['style_name'] = "subSilver"; -$subSilver[0]['head_stylesheet'] = "subSilver.css"; -$subSilver[0]['body_background'] = ""; -$subSilver[0]['body_bgcolor'] = "E5E5E5"; -$subSilver[0]['body_text'] = "000000"; -$subSilver[0]['body_link'] = "006699"; -$subSilver[0]['body_vlink'] = "5493B4"; -$subSilver[0]['body_alink'] = ""; -$subSilver[0]['body_hlink'] = "DD6900"; -$subSilver[0]['tr_color1'] = "EFEFEF"; -$subSilver[0]['tr_color2'] = "DEE3E7"; -$subSilver[0]['tr_color3'] = "D1D7DC"; -$subSilver[0]['tr_class1'] = ""; -$subSilver[0]['tr_class2'] = ""; -$subSilver[0]['tr_class3'] = ""; -$subSilver[0]['th_color1'] = "98AAB1"; -$subSilver[0]['th_color2'] = "006699"; -$subSilver[0]['th_color3'] = "FFFFFF"; -$subSilver[0]['th_class1'] = "cellpic1.gif"; -$subSilver[0]['th_class2'] = "cellpic3.gif"; -$subSilver[0]['th_class3'] = "cellpic2.jpg"; -$subSilver[0]['td_color1'] = "FAFAFA"; -$subSilver[0]['td_color2'] = "FFFFFF"; -$subSilver[0]['td_color3'] = ""; -$subSilver[0]['td_class1'] = "row1"; -$subSilver[0]['td_class2'] = "row2"; -$subSilver[0]['td_class3'] = ""; -$subSilver[0]['fontface1'] = "Verdana, Arial, Helvetica, sans-serif"; -$subSilver[0]['fontface2'] = "Trebuchet MS"; -$subSilver[0]['fontface3'] = "Courier, \'Courier New\', sans-serif"; -$subSilver[0]['fontsize1'] = "10"; -$subSilver[0]['fontsize2'] = "11"; -$subSilver[0]['fontsize3'] = "12"; -$subSilver[0]['fontcolor1'] = "444444"; -$subSilver[0]['fontcolor2'] = "006600"; -$subSilver[0]['fontcolor3'] = "FFA34F"; -$subSilver[0]['span_class1'] = ""; -$subSilver[0]['span_class2'] = ""; -$subSilver[0]['span_class3'] = ""; -$subSilver[0]['img_size_poll'] = "0"; -$subSilver[0]['img_size_privmsg'] = "0"; - -?>
\ No newline at end of file diff --git a/phpBB/templates/subSilver/viewforum_body.tpl b/phpBB/templates/subSilver/viewforum_body.tpl deleted file mode 100644 index 6199121034..0000000000 --- a/phpBB/templates/subSilver/viewforum_body.tpl +++ /dev/null @@ -1,101 +0,0 @@ - -<form method="post" action="{S_POST_DAYS_ACTION}"> - <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> - <tr> - <td align="left" valign="bottom" colspan="2"><a class="maintitle" href="{U_VIEW_FORUM}">{FORUM_NAME}</a><br /><span class="gensmall"><b>{L_MODERATOR}: {MODERATORS}<br /><br />{LOGGED_IN_USER_LIST}</b></span></td> - <td align="right" valign="bottom" nowrap="nowrap"><span class="gensmall"><b>{PAGINATION}</b></span></td> - </tr> - <tr> - <td align="left" valign="middle" width="50"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" /></a></td> - <td align="left" valign="middle" class="nav" width="100%"><span class="nav"> <a href="{U_INDEX}" class="nav">{L_INDEX}</a> -> <a class="nav" href="{U_VIEW_FORUM}">{FORUM_NAME}</a></span></td> - <td align="right" valign="bottom" class="nav" nowrap="nowrap"><span class="gensmall"><a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a></span></td> - </tr> - </table> - - <table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline"> - <tr> - <th colspan="2" align="center" height="25" class="thCornerL" nowrap="nowrap"> {L_TOPICS} </th> - <th width="50" align="center" class="thTop" nowrap="nowrap"> {L_REPLIES} </th> - <th width="100" align="center" class="thTop" nowrap="nowrap"> {L_AUTHOR} </th> - <th width="50" align="center" class="thTop" nowrap="nowrap"> {L_VIEWS} </th> - <th align="center" class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th> - </tr> - <!-- BEGIN topicrow --> - <tr> - <td class="row1" align="center" valign="middle" width="20"><img src="{topicrow.TOPIC_FOLDER_IMG}" width="19" height="18" alt="{topicrow.L_TOPIC_FOLDER_ALT}" title="{topicrow.L_TOPIC_FOLDER_ALT}" /></td> - <td class="row1" width="100%"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br /> - {topicrow.GOTO_PAGE}</span></td> - <td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.REPLIES}</span></td> - <td class="row3" align="center" valign="middle"><span class="name">{topicrow.TOPIC_AUTHOR}</span></td> - <td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.VIEWS}</span></td> - <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">{topicrow.LAST_POST_TIME}<br />{topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}</span></td> - </tr> - <!-- END topicrow --> - <!-- BEGIN switch_no_topics --> - <tr> - <td class="row1" colspan="6" height="30" align="center" valign="middle"><span class="gen">{L_NO_TOPICS}</span></td> - </tr> - <!-- END switch_no_topics --> - <tr> - <td class="catBottom" align="center" valign="middle" colspan="6" height="28"><span class="genmed">{L_DISPLAY_TOPICS}: {S_SELECT_TOPIC_DAYS} - <input type="submit" class="liteoption" value="{L_GO}" name="submit" /> - </span></td> - </tr> - </table> - - <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> - <tr> - <td align="left" valign="middle" width="50"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" /></a></td> - <td align="left" valign="middle" width="100%"><span class="nav"> <a href="{U_INDEX}" class="nav">{L_INDEX}</a> -> <a class="nav" href="{U_VIEW_FORUM}">{FORUM_NAME}</a></span></td> - <td align="right" valign="middle" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span> - </td> - </tr> - <tr> - <td align="left" colspan="3"><span class="nav">{PAGE_NUMBER}</span></td> - </tr> - <tr> - <td colspan="3"><span class="gensmall">{S_WATCH_FORUM}</span></td> - </tr> - </table> -</form> - -<table width="100%" border="0" cellspacing="0" cellpadding="0"> - <tr> - <td align="right">{JUMPBOX}</td> - </tr> -</table> - -<table width="100%" cellspacing="0" border="0" align="center" cellpadding="0"> - <tr> - <td align="left" valign="top"><table cellspacing="3" cellpadding="0" border="0"> - <tr> - <td width="20" align="left"><img src="{FOLDER_NEW_IMG}" alt="{L_NEW_POSTS}" width="19" height="18" /></td> - <td class="gensmall">{L_NEW_POSTS}</td> - <td> </td> - <td width="20" align="center"><img src="{FOLDER_IMG}" alt="{L_NO_NEW_POSTS}" width="19" height="18" /></td> - <td class="gensmall">{L_NO_NEW_POSTS}</td> - <td> </td> - <td width="20" align="center"><img src="{FOLDER_ANNOUNCE_IMG}" alt="{L_ANNOUNCEMENT}" width="19" height="18" /></td> - <td class="gensmall">{L_ANNOUNCEMENT}</td> - </tr> - <tr> - <td width="20" align="center"><img src="{FOLDER_HOT_NEW_IMG}" alt="{L_NEW_POSTS_HOT}" width="19" height="18" /></td> - <td class="gensmall">{L_NEW_POSTS_HOT}</td> - <td> </td> - <td width="20" align="center"><img src="{FOLDER_HOT_IMG}" alt="{L_NO_NEW_POSTS_HOT}" width="19" height="18" /></td> - <td class="gensmall">{L_NO_NEW_POSTS_HOT}</td> - <td> </td> - <td width="20" align="center"><img src="{FOLDER_STICKY_IMG}" alt="{L_STICKY}" width="19" height="18" /></td> - <td class="gensmall">{L_STICKY}</td> - </tr> - <tr> - <td class="gensmall"><img src="{FOLDER_LOCKED_NEW_IMG}" alt="{L_NEW_POSTS_TOPIC_LOCKED}" width="19" height="18" /></td> - <td class="gensmall">{L_NEW_POSTS_LOCKED}</td> - <td> </td> - <td class="gensmall"><img src="{FOLDER_LOCKED_IMG}" alt="{L_NO_NEW_POSTS_TOPIC_LOCKED}" width="19" height="18" /></td> - <td class="gensmall">{L_NO_NEW_POSTS_LOCKED}</td> - </tr> - </table></td> - <td align="right"><span class="gensmall">{S_AUTH_LIST}</span></td> - </tr> -</table> diff --git a/phpBB/templates/subSilver/viewonline_body.tpl b/phpBB/templates/subSilver/viewonline_body.tpl deleted file mode 100644 index e0813c0cbf..0000000000 --- a/phpBB/templates/subSilver/viewonline_body.tpl +++ /dev/null @@ -1,53 +0,0 @@ - -<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> - <tr> - <td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> - </tr> -</table> - -<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> - <tr> - <th width="35%" class="thCornerL" height="25"> {L_USERNAME} </th> - <th width="25%" class="thTop"> {L_LAST_UPDATE} </th> - <th width="40%" class="thCornerR"> {L_FORUM_LOCATION} </th> - </tr> - <tr> - <td class="catSides" colspan="3" height="28"><span class="cattitle"><b>{TOTAL_REGISTERED_USERS_ONLINE}</b></span></td> - </tr> - <!-- BEGIN reg_user_row --> - <tr> - <td width="35%" class="{reg_user_row.ROW_CLASS}"> <span class="gen"><a href="{reg_user_row.U_USER_PROFILE}" class="gen">{reg_user_row.USERNAME}</a></span> </td> - <td width="25%" align="center" nowrap="nowrap" class="{reg_user_row.ROW_CLASS}"> <span class="gen">{reg_user_row.LASTUPDATE}</span> </td> - <td width="40%" class="{reg_user_row.ROW_CLASS}"> <span class="gen"><a href="{reg_user_row.U_FORUM_LOCATION}" class="gen">{reg_user_row.FORUM_LOCATION}</a></span> </td> - </tr> - <!-- END reg_user_row --> - <tr> - <td colspan="3" height="1" class="row3"><img src="templates/subSilver/images/spacer.gif" width="1" height="1" alt="."></td> - </tr> - <tr> - <td class="catSides" colspan="3" height="28"><span class="cattitle"><b>{TOTAL_GUEST_USERS_ONLINE}</b></span></td> - </tr> - <!-- BEGIN guest_user_row --> - <tr> - <td width="35%" class="{guest_user_row.ROW_CLASS}"> <span class="gen">{guest_user_row.USERNAME}</span> </td> - <td width="25%" align="center" nowrap="nowrap" class="{guest_user_row.ROW_CLASS}"> <span class="gen">{guest_user_row.LASTUPDATE}</span> </td> - <td width="40%" class="{guest_user_row.ROW_CLASS}"> <span class="gen"><a href="{guest_user_row.U_FORUM_LOCATION}" class="gen">{guest_user_row.FORUM_LOCATION}</a></span> </td> - </tr> - <!-- END guest_user_row --> -</table> - -<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> - <tr> - <td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td> - <td align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span></td> - </tr> -</table> - -<br /> - -<table width="100%" cellspacing="2" border="0" align="center"> - <tr> - <td valign="top" align="right">{JUMPBOX}</td> - </tr> -</table> - diff --git a/phpBB/templates/subSilver/viewtopic_body.tpl b/phpBB/templates/subSilver/viewtopic_body.tpl deleted file mode 100644 index 2a06ba932f..0000000000 --- a/phpBB/templates/subSilver/viewtopic_body.tpl +++ /dev/null @@ -1,91 +0,0 @@ - -<table width="100%" cellspacing="2" cellpadding="2" border="0"> - <tr> - <td align="left" valign="bottom" colspan="2"><a class="maintitle" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a><br /> - <span class="gensmall"><b>{PAGINATION}</b><br /> - </span></td> - </tr> -</table> - -<table width="100%" cellspacing="2" cellpadding="2" border="0"> - <tr> - <td align="left" valign="bottom" nowrap="nowrap"><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a> <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></span></td> - <td align="left" valign="middle" width="100%"><span class="nav"> <a href="{U_INDEX}" class="nav">{L_INDEX}</a> - -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td> - </tr> -</table> - -<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0"> - <tr align="right"> - <td class="catHead" colspan="2" height="28"><span class="nav"><a href="{U_VIEW_OLDER_TOPIC}" class="nav">{L_VIEW_PREVIOUS_TOPIC}</a> :: <a href="{U_VIEW_NEWER_TOPIC}" class="nav">{L_VIEW_NEXT_TOPIC}</a> </span></td> - </tr> - {POLL_DISPLAY} - <tr> - <th class="thLeft" width="150" height="26" nowrap="nowrap">{L_AUTHOR}</th> - <th class="thRight" nowrap="nowrap">{L_MESSAGE}</th> - </tr> - <!-- BEGIN postrow --> - <tr> - <td width="150" align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span><br /><span class="postdetails">{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br /><br />{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br />{postrow.POSTER_FROM}</span><br /></td> - <td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> - <tr> - <td width="100%"><a href="{postrow.U_MINI_POST}"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" border="0" /></a><span class="postdetails">{L_POSTED}: {postrow.POST_DATE}<span class="gen"> </span> {L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td> - <td valign="top" align="right" nowrap="nowrap">{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG}</td> - </tr> - <tr> - <td colspan="2"><hr /></td> - </tr> - <tr> - <td colspan="2"><span class="postbody">{postrow.MESSAGE}{postrow.SIGNATURE}</span><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td> - </tr> - </table></td> - </tr> - <tr> - <td class="{postrow.ROW_CLASS}" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">{L_BACK_TO_TOP}</a></span></td> - <td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18"> - <tr> - <td valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG}<script language="JavaScript" type="text/javascript"><!-- - - if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 ) - document.write(' {postrow.ICQ_IMG}'); - else - document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute">{postrow.ICQ_IMG}</div><div style="position:absolute;left:3px;top:-1px">{postrow.ICQ_STATUS_IMG}</div></div>'); - - //--></script><noscript>{postrow.ICQ_IMG}</noscript></td> - </tr> - </table></td> - </tr> - <tr> - <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td> - </tr> - <!-- END postrow --> - <tr align="center"> - <td class="catBottom" colspan="2" height="28"><table cellspacing="0" cellpadding="0" border="0"> - <tr><form method="post" action="{S_POST_DAYS_ACTION}"> - <td align="center"><span class="gensmall">{L_DISPLAY_POSTS}: {S_SELECT_POST_DAYS} {S_SELECT_POST_ORDER} <input type="submit" value="{L_GO}" class="liteoption" name="submit" /></span></td> - </form></tr> - </table></td> - </tr> -</table> - -<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> - <tr> - <td align="left" valign="middle" nowrap="nowrap"><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a> <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></span></td> - <td align="left" valign="middle" width="100%"><span class="nav"> <a href="{U_INDEX}" class="nav">{L_INDEX}</a> - -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td> - <td align="right" valign="top" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span> - </td> - </tr> - <tr> - <td align="left" colspan="3"><span class="nav">{PAGE_NUMBER}</span></td> - </tr> -</table> - -<table width="100%" cellspacing="2" border="0" align="center"> - <tr> - <td width="40%" valign="top" nowrap="nowrap" align="left"><span class="gensmall">{S_WATCH_TOPIC}</span><br /> - <br /> - {S_TOPIC_ADMIN}</td> - <td align="right" valign="top" nowrap="nowrap">{JUMPBOX}<span class="gensmall">{S_AUTH_LIST}</span></td> - </tr> -</table> diff --git a/phpBB/templates/subSilver/viewtopic_poll_ballot.tpl b/phpBB/templates/subSilver/viewtopic_poll_ballot.tpl deleted file mode 100644 index 1e0cb21053..0000000000 --- a/phpBB/templates/subSilver/viewtopic_poll_ballot.tpl +++ /dev/null @@ -1,26 +0,0 @@ - <tr> - <td class="row2" colspan="2"><br clear="all" /><form method="POST" action="{S_POLL_ACTION}"><table cellspacing="0" cellpadding="4" border="0" align="center"> - <tr> - <td align="center"><span class="gen"><b>{POLL_QUESTION}</b></span></td> - </tr> - <tr> - <td align="center"><table cellspacing="0" cellpadding="2" border="0"> - <!-- BEGIN poll_option --> - <tr> - <td><input type="radio" name="vote_id" value="{poll_option.POLL_OPTION_ID}" /> </td> - <td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td> - </tr> - <!-- END poll_option --> - </table></td> - </tr> - <tr> - <td align="center"> - <input type="submit" name="submit" value="{L_SUBMIT_VOTE}" class="liteoption" /> - </td> - </tr> - <tr> - - <td align="center"><span class="gensmall"><b><a href="{U_VIEW_RESULTS}" class="gensmall">{L_VIEW_RESULTS}</a></b></span></td> - </tr> - </table>{S_HIDDEN_FIELDS}</form></td> - </tr>
\ No newline at end of file diff --git a/phpBB/templates/subSilver/viewtopic_poll_result.tpl b/phpBB/templates/subSilver/viewtopic_poll_result.tpl deleted file mode 100644 index 45d11eaade..0000000000 --- a/phpBB/templates/subSilver/viewtopic_poll_result.tpl +++ /dev/null @@ -1,36 +0,0 @@ - -<tr> - <td class="row2" colspan="2"><br clear="all" /> - <table cellspacing="0" cellpadding="4" border="0" align="center"> - <tr> - <td colspan="4" align="center"><span class="gen"><b>{POLL_QUESTION}</b></span></td> - </tr> - <tr> - <td align="center"> - <table cellspacing="0" cellpadding="2" border="0"> - <!-- BEGIN poll_option --> - <tr> - <td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td> - <td> - <table cellspacing="0" cellpadding="0" border="0"> - <tr> - <td><img src="templates/subSilver/images/vote_lcap.gif" width="4" alt="" height="12" /></td> - <td><img src="{poll_option.POLL_OPTION_IMG}" width="{poll_option.POLL_OPTION_IMG_WIDTH}" height="12" alt="{poll_option.POLL_OPTION_PERCENT}" /></td> - <td><img src="templates/subSilver/images/vote_rcap.gif" width="4" alt="" height="12" /></td> - </tr> - </table> - </td> - <td align="center"><b><span class="gen"> {poll_option.POLL_OPTION_PERCENT} </span></b></td> - <td align="center"><span class="gen">[ {poll_option.POLL_OPTION_RESULT} ]</span></td> - </tr> - <!-- END poll_option --> - </table> - </td> - </tr> - <tr> - <td colspan="4" align="center"><span class="gen"><b>{L_TOTAL_VOTES} : {TOTAL_VOTES}</b></span></td> - </tr> - </table> - <br clear="all" /> - </td> -</tr> |