diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-07-25 14:29:31 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-07-25 14:29:31 +0000 |
commit | d4483e3375625767e0a3f056e1f259102bcfb002 (patch) | |
tree | 0260775bba059debf333e6c003c1baf5995e608c /phpBB/templates | |
parent | c31a629275434ca3395f817be2725bdc33484ec8 (diff) | |
download | forums-d4483e3375625767e0a3f056e1f259102bcfb002.tar forums-d4483e3375625767e0a3f056e1f259102bcfb002.tar.gz forums-d4483e3375625767e0a3f056e1f259102bcfb002.tar.bz2 forums-d4483e3375625767e0a3f056e1f259102bcfb002.tar.xz forums-d4483e3375625767e0a3f056e1f259102bcfb002.zip |
No! No! Please ... don't go ... what will I do without you? Oh dear God ... no ...
git-svn-id: file:///svn/phpbb/trunk@2740 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/admin/admin_message_body.tpl | 13 | ||||
-rw-r--r-- | phpBB/templates/subSilver/admin/db_utils_backup_body.tpl | 33 | ||||
-rw-r--r-- | phpBB/templates/subSilver/admin/db_utils_restore_body.tpl | 13 | ||||
-rw-r--r-- | phpBB/templates/subSilver/admin/disallow_body.tpl | 24 | ||||
-rw-r--r-- | phpBB/templates/subSilver/admin/forum_prune_body.tpl | 22 | ||||
-rw-r--r-- | phpBB/templates/subSilver/admin/forum_prune_result_body.tpl | 21 | ||||
-rw-r--r-- | phpBB/templates/subSilver/admin/forum_prune_select_body.tpl | 12 | ||||
-rw-r--r-- | phpBB/templates/subSilver/admin/index_body.tpl | 79 | ||||
-rw-r--r-- | phpBB/templates/subSilver/admin/index_frameset.tpl | 17 | ||||
-rw-r--r-- | phpBB/templates/subSilver/admin/index_navigate.tpl | 37 | ||||
-rw-r--r-- | phpBB/templates/subSilver/admin/page_footer.tpl | 22 | ||||
-rw-r--r-- | phpBB/templates/subSilver/admin/page_header.tpl | 226 | ||||
-rw-r--r-- | phpBB/templates/subSilver/admin/words_edit_body.tpl | 21 | ||||
-rw-r--r-- | phpBB/templates/subSilver/admin/words_list_body.tpl | 23 |
14 files changed, 0 insertions, 563 deletions
diff --git a/phpBB/templates/subSilver/admin/admin_message_body.tpl b/phpBB/templates/subSilver/admin/admin_message_body.tpl deleted file mode 100644 index 68e69caf5e..0000000000 --- a/phpBB/templates/subSilver/admin/admin_message_body.tpl +++ /dev/null @@ -1,13 +0,0 @@ - -<br /><br /> - -<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> - <tr> - <th class="thHead" align="center">{MESSAGE_TITLE}</th> - </tr> - <tr> - <td class="row1" width="100%" align="center"><span class="gen">{MESSAGE_TEXT}</span></td> - </tr> -</table> - -<br /> diff --git a/phpBB/templates/subSilver/admin/db_utils_backup_body.tpl b/phpBB/templates/subSilver/admin/db_utils_backup_body.tpl deleted file mode 100644 index 37c9c809dd..0000000000 --- a/phpBB/templates/subSilver/admin/db_utils_backup_body.tpl +++ /dev/null @@ -1,33 +0,0 @@ - -<h1>{L_DATABASE_BACKUP}</h1> - -<P>{L_BACKUP_EXPLAIN}</p> - -<form method="post" action="{S_DBUTILS_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> - <tr> - <th colspan="2" class="thHead">{L_BACKUP_OPTIONS}</th> - </tr> - <tr> - <td class="row2">{L_FULL_BACKUP}</td> - <td class="row2"><input type="radio" name="backup_type" value="full" checked /></td> - </tr> - <tr> - <td class="row1">{L_STRUCTURE_BACKUP}</td> - <td class="row1"><input type="radio" name="backup_type" value="structure" /></td> - </tr> - <tr> - <td class="row2">{L_DATA_BACKUP}</td> - <td class="row2"><input type="radio" name="backup_type" value="data" /></td> - </tr> - <tr> - <td class="row1">{L_ADDITIONAL_TABLES}</td> - <td class="row1"><input type="text" name="additional_tables" /></td> - </tr> - <tr> - <td class="row1">{L_GZIP_COMPRESS}</td> - <td class="row1">{L_NO} <input type="radio" name="gzipcompress" value="0" checked /> {L_YES} <input type="radio" name="gzipcompress" value="1" /></td> - </tr> - <tr> - <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="backupstart" value="{L_START_BACKUP}" class="mainoption" /></td> - </tr> -</table></form> diff --git a/phpBB/templates/subSilver/admin/db_utils_restore_body.tpl b/phpBB/templates/subSilver/admin/db_utils_restore_body.tpl deleted file mode 100644 index 13a74dd99c..0000000000 --- a/phpBB/templates/subSilver/admin/db_utils_restore_body.tpl +++ /dev/null @@ -1,13 +0,0 @@ - -<h1>{L_DATABASE_RESTORE}</h1> - -<P>{L_RESTORE_EXPLAIN}</p> - -<form enctype="multipart/form-data" method="post" action="{S_DBUTILS_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> - <tr> - <th class="thHead">{L_SELECT_FILE}</th> - </tr> - <tr> - <td class="row1" align="center"> <input type="file" name="backup_file"> {S_HIDDEN_FIELDS}<input type="submit" name="restore_start" value="{L_START_RESTORE}" class="mainoption" /> </td> - </tr> -</table></form> diff --git a/phpBB/templates/subSilver/admin/disallow_body.tpl b/phpBB/templates/subSilver/admin/disallow_body.tpl deleted file mode 100644 index df3b5bec7d..0000000000 --- a/phpBB/templates/subSilver/admin/disallow_body.tpl +++ /dev/null @@ -1,24 +0,0 @@ - -<h1>{L_DISALLOW_TITLE}</h1> - -<p>{L_DISALLOW_EXPLAIN}</p> - -<form method="post" action="{S_FORM_ACTION}"><table width="80%" cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> - <tr> - <th class="thHead" colspan="2">{L_ADD_DISALLOW}</th> - </tr> - <tr> - <td class="row1">{L_USERNAME}<br /><span class="gensmall">{L_ADD_EXPLAIN}</span></td> - <td class="row2"><input type="text" name="disallowed_user" size="30" /> <input type="submit" name="add_name" value="{L_ADD}" class="mainoption" /></td> - </tr> - <tr> - <th class="thHead" colspan="2">{L_DELETE_DISALLOW}</th> - </tr> - <tr> - <td class="row1">{L_USERNAME}<br /><span class="gensmall">{L_DELETE_EXPLAIN}</span></td> - <td class="row2">{S_DISALLOW_SELECT} <input type="submit" name="delete_name" value="{L_DELETE}" class="liteoption" /></td> - </tr> - <tr> - <td class="catBottom" colspan="2" align="center"> </td> - </tr> -</table></form> diff --git a/phpBB/templates/subSilver/admin/forum_prune_body.tpl b/phpBB/templates/subSilver/admin/forum_prune_body.tpl deleted file mode 100644 index 56a2e024a5..0000000000 --- a/phpBB/templates/subSilver/admin/forum_prune_body.tpl +++ /dev/null @@ -1,22 +0,0 @@ - -<h1>{L_FORUM_PRUNE}</h1> - -<p>{L_FORUM_PRUNE_EXPLAIN}</p> - -<h2>{L_FORUM}: {FORUM_NAME}</h2> - -<form method="post" action="{S_FORUMPRUNE_ACTION}"> - <table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> - <tr> - <th class="thHead">{L_FORUM_PRUNE}</th> - </tr> - <tr> - <td class="row1">{S_PRUNE_DATA}</td> - </tr> - <tr> - <td class="catBottom" align="center">{S_HIDDEN_VARS} - <input type="submit" name="doprune" value="{L_DO_PRUNE}" class="mainoption"> - </td> - </tr> - </table> -</form> diff --git a/phpBB/templates/subSilver/admin/forum_prune_result_body.tpl b/phpBB/templates/subSilver/admin/forum_prune_result_body.tpl deleted file mode 100644 index 10e6d06373..0000000000 --- a/phpBB/templates/subSilver/admin/forum_prune_result_body.tpl +++ /dev/null @@ -1,21 +0,0 @@ - -<h1>{L_FORUM_PRUNE}</h1> - -<p>{L_PRUNE_RESULT}</p> - -<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> - <tr> - <th class="thCornerL">{L_FORUM}</th> - <th class="thTop">{L_TOPICS_PRUNED}</th> - <th class="thCornerR">{L_POSTS_PRUNED}</th> - </tr> - <!-- BEGIN prune_results --> - <tr> - <td class="{prune_results.ROW_CLASS}" align="center">{prune_results.FORUM_NAME}</td> - <td class="{prune_results.ROW_CLASS}" align="center">{prune_results.FORUM_TOPICS}</td> - <td class="{prune_results.ROW_CLASS}" align="center">{prune_results.FORUM_POSTS}</td> - </tr> - <!-- END prune_results --> -</table> - -<br /> diff --git a/phpBB/templates/subSilver/admin/forum_prune_select_body.tpl b/phpBB/templates/subSilver/admin/forum_prune_select_body.tpl deleted file mode 100644 index d59e7f732f..0000000000 --- a/phpBB/templates/subSilver/admin/forum_prune_select_body.tpl +++ /dev/null @@ -1,12 +0,0 @@ - -<h1>{L_FORUM_PRUNE}</h1> - -<form method="post" action="{S_FORUMPRUNE_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> - <tr> - - <th class="thHead" align="center">{L_SELECT_FORUM}</th> - </tr> - <tr> - <td class="row1" align="center">{S_FORUMS_SELECT} <input type="submit" name="pruneset" value="{L_LOOK_UP}" class="mainoption"> </td> - </tr> -</table></form> diff --git a/phpBB/templates/subSilver/admin/index_body.tpl b/phpBB/templates/subSilver/admin/index_body.tpl deleted file mode 100644 index ec1eab7ce0..0000000000 --- a/phpBB/templates/subSilver/admin/index_body.tpl +++ /dev/null @@ -1,79 +0,0 @@ - -<h1>{L_WELCOME}</h1> - -<p>{L_ADMIN_INTRO}</p> - -<h1>{L_FORUM_STATS}</h1> - -<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> - <tr> - <th width="25%" nowrap="nowrap" height="25" class="thCornerL">{L_STATISTIC}</th> - <th width="25%" height="25" class="thTop">{L_VALUE}</th> - <th width="25%" nowrap="nowrap" height="25" class="thTop">{L_STATISTIC}</th> - <th width="25%" height="25" class="thCornerR">{L_VALUE}</th> - </tr> - <tr> - <td class="row1" nowrap="nowrap">{L_NUMBER_POSTS}:</td> - <td class="row2"><b>{NUMBER_OF_POSTS}</b></td> - <td class="row1" nowrap="nowrap">{L_POSTS_PER_DAY}:</td> - <td class="row2"><b>{POSTS_PER_DAY}</b></td> - </tr> - <tr> - <td class="row1" nowrap="nowrap">{L_NUMBER_TOPICS}:</td> - <td class="row2"><b>{NUMBER_OF_TOPICS}</b></td> - <td class="row1" nowrap="nowrap">{L_TOPICS_PER_DAY}:</td> - <td class="row2"><b>{TOPICS_PER_DAY}</b></td> - </tr> - <tr> - <td class="row1" nowrap="nowrap">{L_NUMBER_USERS}:</td> - <td class="row2"><b>{NUMBER_OF_USERS}</b></td> - <td class="row1" nowrap="nowrap">{L_USERS_PER_DAY}:</td> - <td class="row2"><b>{USERS_PER_DAY}</b></td> - </tr> - <tr> - <td class="row1" nowrap="nowrap">{L_BOARD_STARTED}:</td> - <td class="row2"><b>{START_DATE}</b></td> - <td class="row1" nowrap="nowrap">{L_AVATAR_DIR_SIZE}:</td> - <td class="row2"><b>{AVATAR_DIR_SIZE}</b></td> - </tr> - <tr> - <td class="row1" nowrap="nowrap">{L_DB_SIZE}:</td> - <td class="row2"><b>{DB_SIZE}</b></td> - <td class="row1" nowrap="nowrap">{L_GZIP_COMPRESSION}:</td> - <td class="row2"><b>{GZIP_COMPRESSION}</b></td> - </tr> -</table> -<h1>{L_WHO_IS_ONLINE}</h1> - -<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> - <tr> - <th width="20%" class="thCornerL" height="25"> {L_USERNAME} </th> - <th width="20%" height="25" class="thTop"> {L_STARTED} </th> - <th width="20%" class="thTop"> {L_LAST_UPDATE} </th> - <th width="20%" class="thCornerR"> {L_FORUM_LOCATION} </th> - <th width="20%" height="25" class="thCornerR"> {L_IP_ADDRESS} </th> - </tr> - <!-- BEGIN reg_user_row --> - <tr> - <td width="20%" 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="20%" align="center" class="{reg_user_row.ROW_CLASS}"> <span class="gen">{reg_user_row.STARTED}</span> </td> - <td width="20%" align="center" nowrap="nowrap" class="{reg_user_row.ROW_CLASS}"> <span class="gen">{reg_user_row.LASTUPDATE}</span> </td> - <td width="20%" 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> - <td width="20%" class="{reg_user_row.ROW_CLASS}"> <span class="gen"><a href="{reg_user_row.U_WHOIS_IP}" class="gen" target="_phpbbwhois">{reg_user_row.IP_ADDRESS}</a></span> </td> - </tr> - <!-- END reg_user_row --> - <tr> - <td colspan="5" height="1" class="row3"><img src="../templates/subSilver/images/spacer.gif" width="1" height="1" alt="."></td> - </tr> - <!-- BEGIN guest_user_row --> - <tr> - <td width="20%" class="{guest_user_row.ROW_CLASS}"> <span class="gen">{guest_user_row.USERNAME}</span> </td> - <td width="20%" align="center" class="{guest_user_row.ROW_CLASS}"> <span class="gen">{guest_user_row.STARTED}</span> </td> - <td width="20%" align="center" nowrap="nowrap" class="{guest_user_row.ROW_CLASS}"> <span class="gen">{guest_user_row.LASTUPDATE}</span> </td> - <td width="20%" 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> - <td width="20%" class="{guest_user_row.ROW_CLASS}"> <span class="gen"><a href="{guest_user_row.U_WHOIS_IP}" target="_phpbbwhois">{guest_user_row.IP_ADDRESS}</a></span> </td> - </tr> - <!-- END guest_user_row --> -</table> - -<br /> diff --git a/phpBB/templates/subSilver/admin/index_frameset.tpl b/phpBB/templates/subSilver/admin/index_frameset.tpl deleted file mode 100644 index e8b8b79e57..0000000000 --- a/phpBB/templates/subSilver/admin/index_frameset.tpl +++ /dev/null @@ -1,17 +0,0 @@ -<html> -<head> -<title>phpBB Administration</title> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -</head> - -<frameset cols="170,*" rows="*" border="0" framespacing="0" frameborder="NO"> - <frame src="{S_FRAME_NAV}" name="nav" noresize marginwidth="3" marginheight="3" scrolling="AUTO"> - <frame src="{S_FRAME_MAIN}" name="main" marginwidth="10" marginheight="10" scrolling="AUTO"> -</frameset> - -<noframes> - <body bgcolor="#FFFFFF" text="#000000"> - <p>Sorry, your browser doesn't seem to support frames</p> - </body> -</noframes> -</html>
\ No newline at end of file diff --git a/phpBB/templates/subSilver/admin/index_navigate.tpl b/phpBB/templates/subSilver/admin/index_navigate.tpl deleted file mode 100644 index 5977bdfcd7..0000000000 --- a/phpBB/templates/subSilver/admin/index_navigate.tpl +++ /dev/null @@ -1,37 +0,0 @@ - -<table width="100%" cellpadding="4" cellspacing="0" border="0" align="center"> - <tr> - <td align="center" ><a href="{U_FORUM_INDEX}" target="_parent"><img src="../templates/subSilver/images/logo_phpBB_med.gif" border="0" /></a></td> - </tr> - <tr> - <td align="center" > - <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> - <tr> - <th height="25" class="thHead"><b>{L_ADMIN}</b></th> - </tr> - <tr> - <td class="row1"><span class="genmed"><a href="{U_ADMIN_INDEX}" target="main" class="genmed">{L_ADMIN_INDEX}</a></span></td> - </tr> - <tr> - <td class="row1"><span class="genmed"><a href="{U_FORUM_INDEX}" target="_parent" class="genmed">{L_FORUM_INDEX}</a></span></td> - </tr> - <tr> - <td class="row1"><span class="genmed"><a href="{U_FORUM_INDEX}" target="main" class="genmed">{L_PREVIEW_FORUM}</a></span></td> - </tr> - <!-- BEGIN catrow --> - <tr> - <td height="28" class="catSides"><span class="cattitle">{catrow.ADMIN_CATEGORY}</span></td> - </tr> - <!-- BEGIN modulerow --> - <tr> - <td class="row1"><span class="genmed"><a href="{catrow.modulerow.U_ADMIN_MODULE}" target="main" class="genmed">{catrow.modulerow.ADMIN_MODULE}</a></span> - </td> - </tr> - <!-- END modulerow --> - <!-- END catrow --> - </table> - </td> - </tr> -</table> - -<br /> diff --git a/phpBB/templates/subSilver/admin/page_footer.tpl b/phpBB/templates/subSilver/admin/page_footer.tpl deleted file mode 100644 index 278b3607cd..0000000000 --- a/phpBB/templates/subSilver/admin/page_footer.tpl +++ /dev/null @@ -1,22 +0,0 @@ - -<!-- - - Please note that the following copyright notice - MUST be displayed on each and every page output - by phpBB. You may alter the font, colour etc. but - you CANNOT remove it, nor change it so that it be, - to all intents and purposes, invisible. You may ADD - your own notice to it should you have altered the - code but you may not replace it. The hyperlink must - also remain intact. These conditions are part of the - licence this software is released under. See the - LICENCE and README files for more information. - - The phpBB Group : 2001 - -//--> - -<div align="center"><span class="copyright">Powered by phpBB {PHPBB_VERSION} © 2001 <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB Group</a><br />{TRANSLATION_INFO}</span></div> - -</body> -</html>
\ No newline at end of file diff --git a/phpBB/templates/subSilver/admin/page_header.tpl b/phpBB/templates/subSilver/admin/page_header.tpl deleted file mode 100644 index d273fbd3cc..0000000000 --- a/phpBB/templates/subSilver/admin/page_header.tpl +++ /dev/null @@ -1,226 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -{META} -<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" /> -<!-- 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} } -p, td { font-size : {T_FONTSIZE2}; color : {T_BODY_TEXT}; } -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;} -h1,h2 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;} - - -/* 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; } - - - -/* 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> -<title>{SITENAME} - {L_PHPBB_ADMIN}</title> -</head> -<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}"> - -<a name="top"></a> diff --git a/phpBB/templates/subSilver/admin/words_edit_body.tpl b/phpBB/templates/subSilver/admin/words_edit_body.tpl deleted file mode 100644 index a930d519f9..0000000000 --- a/phpBB/templates/subSilver/admin/words_edit_body.tpl +++ /dev/null @@ -1,21 +0,0 @@ - -<h1>{L_WORDS_TITLE}</h1> - -<p>{L_WORDS_TEXT}</p> - -<form method="post" action="{S_WORDS_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> - <tr> - <th colspan="2" class="thHead">{L_WORD_CENSOR}</th> - </tr> - <tr> - <td class="row1">{L_WORD}</td> - <td class="row2"><input type="text" name="word" value="{WORD}" /></td> - </tr> - <tr> - <td class="row1">{L_REPLACEMENT}</td> - <td class="row2"><input type="text" name="replacement" value="{REPLACEMENT}" /></td> - </tr> - <tr> - <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="save" value="{L_SUBMIT}" class="mainoption" /></td> - </tr> -</table></form> diff --git a/phpBB/templates/subSilver/admin/words_list_body.tpl b/phpBB/templates/subSilver/admin/words_list_body.tpl deleted file mode 100644 index 40acf81056..0000000000 --- a/phpBB/templates/subSilver/admin/words_list_body.tpl +++ /dev/null @@ -1,23 +0,0 @@ - -<h1>{L_WORDS_TITLE}</h1> - -<P>{L_WORDS_TEXT}</p> - -<form method="post" action="{S_WORDS_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> - <tr> - <th class="thCornerL">{L_WORD}</th> - <th class="thTop">{L_REPLACEMENT}</th> - <th colspan="2" class="thCornerR">{L_ACTION}</th> - </tr> - <!-- BEGIN words --> - <tr> - <td class="{words.ROW_CLASS}" align="center">{words.WORD}</td> - <td class="{words.ROW_CLASS}" align="center">{words.REPLACEMENT}</td> - <td class="{words.ROW_CLASS}"><a href="{words.U_WORD_EDIT}">{L_EDIT}</a></td> - <td class="{words.ROW_CLASS}"><a href="{words.U_WORD_DELETE}">{L_DELETE}</a></td> - </tr> - <!-- END words --> - <tr> - <td colspan="5" align="center" class="catBottom">{S_HIDDEN_FIELDS}<input type="submit" name="add" value="{L_ADD_WORD}" class="mainoption" /></td> - </tr> -</table></form> |