|
From: FlorinCB <ory...@us...> - 2010-01-22 12:51:51
|
Update of /cvsroot/mxbb/core/templates/mxSilver In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16908 Modified Files: mxSilver.cfg mxSilver.css overall_footer.tpl overall_header.tpl overall_header_navigation.tpl overall_header_navigation_phpbb.tpl overall_noheader.tpl Added Files: bbcode.tpl full_page_body.tpl login_body.tpl message_body.tpl Log Message: mxSilver upgrade Index: overall_header.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxSilver/overall_header.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** overall_header.tpl 1 Nov 2008 21:12:25 -0000 1.4 --- overall_header.tpl 22 Jan 2010 12:11:45 -0000 1.5 *************** *** 1,29 **** ! <!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"> ! <!-- IF SET_BASE --><base href="{U_PORTAL_ROOT_PATH}" ><!-- ENDIF --> ! {META} {NAV_LINKS} - [...1745 lines suppressed...] <input type="hidden" name="show_results" value="topics"> ! <input class="mainoption" type="submit" value="Search"> </form> </td> --- 1695,1699 ---- <input type="hidden" name="search_fields" value="all"> <input type="hidden" name="show_results" value="topics"> ! <input class="mainoption" type="submit" value="{L_SEARCH}"> </form> </td> *************** *** 175,177 **** </tr> </table> ! <!-- ENDIF --> \ No newline at end of file --- 1719,1721 ---- </tr> </table> ! <!-- ENDIF --> Index: overall_header_navigation.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxSilver/overall_header_navigation.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** overall_header_navigation.tpl 1 Nov 2008 21:12:25 -0000 1.4 --- overall_header_navigation.tpl 22 Jan 2010 12:11:45 -0000 1.5 *************** *** 1,29 **** ! <!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"> ! <!-- IF SET_BASE --><base href="{U_PORTAL_ROOT_PATH}" ><!-- ENDIF --> ! {META} {NAV_LINKS} - [...1663 lines suppressed...] ! <td height="15" align="center" valign="middle" nowrap><span class="mainmenu"><a href="{U_LOGIN_LOGOUT}" class="mainmenu">{L_LOGIN_LOGOUT} </a></span></td> ! <!-- IF USER_LOGGED_OUT --> ! <td height="15" align="center" valign="middle" nowrap><a href="{U_REGISTER}" class="mainmenu"><img src="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/page_icons/nav_register.gif" border="0" alt="{L_REGISTER}" hspace="3" /></a></span></td> ! <td height="15" align="center" valign="middle" nowrap><a href="{U_REGISTER}" class="mainmenu">{L_REGISTER}</a></span></td> ! <!-- ENDIF --> <td valign="top" align="right" width="100%" height="5" > <form name="search_block" method="post" action="{U_SEARCH}" onsubmit="return checkSearch()"> *************** *** 136,140 **** <input type="hidden" name="search_fields" value="all"> <input type="hidden" name="show_results" value="topics"> ! <input class="mainoption" type="submit" value="Search"> </form> </td> --- 1674,1678 ---- <input type="hidden" name="search_fields" value="all"> <input type="hidden" name="show_results" value="topics"> ! <input class="mainoption" type="submit" value="{L_SEARCH}"> </form> </td> Index: mxSilver.cfg =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxSilver/mxSilver.cfg,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mxSilver.cfg 27 Apr 2008 18:40:24 -0000 1.4 --- mxSilver.cfg 22 Jan 2010 12:11:45 -0000 1.5 *************** *** 2,21 **** /** * ! * @package MX-Publisher Core * @version $Id$ ! * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ ! /** Default standalone MX-Publisher style, by: ! * ! * The MX-Publisher Development Team ! * Version: 1.0 ! * Requirements: mxBB Core 2.8.x+ ! * ! */ ! ! /** Based on original theme by: * * copyright (C) 2001 The phpBB Group --- 2,13 ---- /** * ! * @package mxBB Portal Core * @version $Id$ ! * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ ! /** Original theme by: * * copyright (C) 2001 The phpBB Group *************** *** 26,30 **** */ ! $mx_template_settings['portal_backend'] = 'internal'; // --- 18,47 ---- */ ! /** Adapted for mxBB by: ! * ! * The mxBB Development Team ! * Version: 1.0 ! * Requirements: mxBB Core 2.8.x ! * ! */ ! ! switch (PORTAL_BACKEND) ! { ! case 'internal': ! ! $mx_template_settings['portal_backend'] = 'internal'; ! break; ! ! case 'phpbb2': ! ! define(INC_PHPBB2, true); ! $mx_template_settings['portal_backend'] = 'phpbb2'; ! break; ! ! case 'phpbb3': ! ! $mx_template_settings['portal_backend'] = 'phpbb3'; ! break; ! } // *************** *** 40,44 **** // // Credits, copyrights etc ! $mx_template_settings['template_copy'] = 'Original subSilver theme for phpBB by <a href="http://www.subSky.com/phpBB2/">subBlue design</a> :: Adapted for MX-Publisher by <a href="mailto:jon...@mx...">Jon Ohlsson</a>'; // --- 57,62 ---- // // Credits, copyrights etc ! // $mx_template_settings['template_copy'] = 'Original subSilver theme for phpBB by <a href="http://www.subSky.com/phpBB2/">subBlue design</a> :: Adapted for MX-Publisher by <a href="mailto:jon...@mx...">Jon Ohlsson</a>'; ! $mx_template_settings['template_copy'] = 'Original subSilver theme for phpBB by <a href="http://www.subSky.com/phpBB2/">subBlue design</a> :: Adapted for MXP by <a href="mailto:jon...@mx...">Jon Ohlsson</a>'; // *************** *** 65,83 **** $mx_images['mx_graphics']['menu_icons'] = file_exists( $mx_root_path . $current_template_path . "/images/menu_icons" ) ? $current_template_path . "/images/menu_icons" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/menu_icons" ) ? $cloned_template_path . "/images/menu_icons" : $default_template_path . "/images/menu_icons" ); $mx_images['mx_graphics']['admin_icons'] = file_exists( $mx_root_path . $current_template_path . "/images/admin_icons" ) ? $current_template_path . "/images/admin_icons" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/admin_icons" ) ? $cloned_template_path . "/images/admin_icons" : $default_template_path . "/images/admin_icons" ); ! ! // ! // Standalone MX-Publisher installation? Where are the phpbb images? ! // ! //$mx_images['mx_graphics']['phpbb_icons'] = !empty($current_template_path) && file_exists( $phpbb_root_path . $current_template_path . "/images" ) ? $current_template_path . "/images" : ( !empty($cloned_template_path) && file_exists( $phpbb_root_path . $cloned_template_path . "/images" ) ? $cloned_template_path . "/images" : $default_template_path . "/images"); ! $mx_images['mx_graphics']['phpbb_icons'] = file_exists( $mx_root_path . $current_template_path . "/images/phpbb2" ) ? $current_template_path . "/images/phpbb2" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/phpbb2" ) ? $cloned_template_path . "/images/phpbb2" : $default_template_path . "/images/phpbb2" ); // // Prefix all paths to get full img URLs // ! $current_template_images = PORTAL_URL . $mx_images['mx_graphics']['general']; // Logo etc ! $current_template_page_images = PORTAL_URL . $mx_images['mx_graphics']['page_icons']; // Used by adminCP - Pages ! $current_template_block_images = PORTAL_URL . $mx_images['mx_graphics']['block_icons']; // Used by userCP block buttons ! $current_template_menu_images = PORTAL_URL . $mx_images['mx_graphics']['menu_icons']; // Used by adminCP - Navigation Menu ! $current_template_admin_images = PORTAL_URL . $mx_images['mx_graphics']['admin_icons']; // Internal graphics for the MX-Publisher adminCP // --- 83,98 ---- $mx_images['mx_graphics']['menu_icons'] = file_exists( $mx_root_path . $current_template_path . "/images/menu_icons" ) ? $current_template_path . "/images/menu_icons" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/menu_icons" ) ? $cloned_template_path . "/images/menu_icons" : $default_template_path . "/images/menu_icons" ); $mx_images['mx_graphics']['admin_icons'] = file_exists( $mx_root_path . $current_template_path . "/images/admin_icons" ) ? $current_template_path . "/images/admin_icons" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/admin_icons" ) ? $cloned_template_path . "/images/admin_icons" : $default_template_path . "/images/admin_icons" ); ! $mx_images['mx_graphics']['phpbb_icons'] = !empty($current_template_path) && file_exists( $phpbb_root_path . $current_template_path . "/images" ) ? $current_template_path . "/images" : ( !empty($cloned_template_path) && file_exists( $phpbb_root_path . $cloned_template_path . "/images" ) ? $cloned_template_path . "/images" : $default_template_path . "/images"); // // Prefix all paths to get full img URLs // ! $current_template_images = PORTAL_URL . $mx_images['mx_graphics']['general']; // Logo etc ! $current_template_page_images = PORTAL_URL . $mx_images['mx_graphics']['page_icons']; // Used by adminCP - Pages ! $current_template_block_images = PORTAL_URL . $mx_images['mx_graphics']['block_icons']; // Used by userCP block buttons ! $current_template_menu_images = PORTAL_URL . $mx_images['mx_graphics']['menu_icons']; // Used by adminCP - Navigation Menu ! $current_template_admin_images = PORTAL_URL . $mx_images['mx_graphics']['admin_icons']; // Internal graphics for the MX-Publisher adminCP ! $current_template_phpbb_images = PHPBB_URL . $mx_images['mx_graphics']['phpbb_icons']; // phpBB graphics template ! $current_template_theme_images = PORTAL_URL . $current_template_path . '/theme/images'; // *************** *** 85,93 **** // //$current_template_phpbb_images = PHPBB_URL . $mx_images['mx_graphics']['phpbb_icons']; // phpBB graphics template ! $current_template_phpbb_images = PORTAL_URL . $mx_images['mx_graphics']['phpbb_icons']; // phpBB graphics template // // Define the icon css style ! // $mx_images['mx_graphics']['icon_style'] = '<style type="text/css"> --- 100,108 ---- // //$current_template_phpbb_images = PHPBB_URL . $mx_images['mx_graphics']['phpbb_icons']; // phpBB graphics template ! $current_template_phpbb_images = PHPBB_URL . $mx_images['mx_graphics']['phpbb_icons']; // phpBB graphics template // // Define the icon css style ! /* $mx_images['mx_graphics']['icon_style'] = '<style type="text/css"> *************** *** 105,108 **** --- 120,124 ---- } </style>'; + */ /********************************************************************************\ *************** *** 160,164 **** // // phpBB Graphics - for standalone MX-Publisher installation ! // $images['icon_quote'] = "$current_template_phpbb_images/{LANG}/icon_quote.gif"; $images['icon_edit'] = "$current_template_phpbb_images/{LANG}/icon_edit.gif"; --- 176,180 ---- // // phpBB Graphics - for standalone MX-Publisher installation ! /* $images['icon_quote'] = "$current_template_phpbb_images/{LANG}/icon_quote.gif"; $images['icon_edit'] = "$current_template_phpbb_images/{LANG}/icon_edit.gif"; *************** *** 168,177 **** $images['icon_email'] = "$current_template_phpbb_images/{LANG}/icon_email.gif"; $images['icon_delpost'] = "$current_template_phpbb_images/icon_delete.gif"; ! //$images['icon_ip'] = "$current_template_phpbb_images/{LANG}/icon_ip.gif"; $images['icon_www'] = "$current_template_phpbb_images/{LANG}/icon_www.gif"; ! //$images['icon_icq'] = "$current_template_phpbb_images/{LANG}/icon_icq_add.gif"; ! //$images['icon_aim'] = "$current_template_phpbb_images/{LANG}/icon_aim.gif"; ! //$images['icon_yim'] = "$current_template_phpbb_images/{LANG}/icon_yim.gif"; ! //$images['icon_msnm'] = "$current_template_phpbb_images/{LANG}/icon_msnm.gif"; $images['icon_minipost'] = "$current_template_phpbb_images/icon_minipost.gif"; $images['icon_gotopost'] = "$current_template_phpbb_images/icon_minipost.gif"; --- 184,193 ---- $images['icon_email'] = "$current_template_phpbb_images/{LANG}/icon_email.gif"; $images['icon_delpost'] = "$current_template_phpbb_images/icon_delete.gif"; ! $images['icon_ip'] = "$current_template_phpbb_images/{LANG}/icon_ip.gif"; $images['icon_www'] = "$current_template_phpbb_images/{LANG}/icon_www.gif"; ! $images['icon_icq'] = "$current_template_phpbb_images/{LANG}/icon_icq_add.gif"; ! $images['icon_aim'] = "$current_template_phpbb_images/{LANG}/icon_aim.gif"; ! $images['icon_yim'] = "$current_template_phpbb_images/{LANG}/icon_yim.gif"; ! $images['icon_msnm'] = "$current_template_phpbb_images/{LANG}/icon_msnm.gif"; $images['icon_minipost'] = "$current_template_phpbb_images/icon_minipost.gif"; $images['icon_gotopost'] = "$current_template_phpbb_images/icon_minipost.gif"; *************** *** 200,207 **** $images['reply_locked'] = "$current_template_phpbb_images/{LANG}/reply-locked.gif"; ! //$images['pm_inbox'] = "$current_template_phpbb_images/msg_inbox.gif"; ! //$images['pm_outbox'] = "$current_template_phpbb_images/msg_outbox.gif"; ! //$images['pm_savebox'] = "$current_template_phpbb_images/msg_savebox.gif"; ! //$images['pm_sentbox'] = "$current_template_phpbb_images/msg_sentbox.gif"; $images['pm_readmsg'] = "$current_template_phpbb_images/folder.gif"; $images['pm_unreadmsg'] = "$current_template_phpbb_images/folder_new.gif"; --- 216,223 ---- $images['reply_locked'] = "$current_template_phpbb_images/{LANG}/reply-locked.gif"; ! $images['pm_inbox'] = "$current_template_phpbb_images/msg_inbox.gif"; ! $images['pm_outbox'] = "$current_template_phpbb_images/msg_outbox.gif"; ! $images['pm_savebox'] = "$current_template_phpbb_images/msg_savebox.gif"; ! $images['pm_sentbox'] = "$current_template_phpbb_images/msg_sentbox.gif"; $images['pm_readmsg'] = "$current_template_phpbb_images/folder.gif"; $images['pm_unreadmsg'] = "$current_template_phpbb_images/folder_new.gif"; *************** *** 215,223 **** $images['Topic_watch'] = ""; $images['topic_un_watch'] = ""; ! //$images['topic_mod_lock'] = "$current_template_phpbb_images/topic_lock.gif"; ! //$images['topic_mod_unlock'] = "$current_template_phpbb_images/topic_unlock.gif"; ! //$images['topic_mod_split'] = "$current_template_phpbb_images/topic_split.gif"; ! //$images['topic_mod_move'] = "$current_template_phpbb_images/topic_move.gif"; ! //$images['topic_mod_delete'] = "$current_template_phpbb_images/topic_delete.gif"; $images['voting_graphic'][0] = "$current_template_phpbb_images/voting_bar.gif"; --- 231,246 ---- $images['Topic_watch'] = ""; $images['topic_un_watch'] = ""; ! $images['topic_mod_lock'] = "$current_template_phpbb_images/topic_lock.gif"; ! $images['topic_mod_unlock'] = "$current_template_phpbb_images/topic_unlock.gif"; ! $images['topic_mod_split'] = "$current_template_phpbb_images/topic_split.gif"; ! $images['topic_mod_move'] = "$current_template_phpbb_images/topic_move.gif"; ! $images['topic_mod_delete'] = "$current_template_phpbb_images/topic_delete.gif"; ! ! $images['voting_graphic'][0] = "$current_template_phpbb_images/voting_bar.gif"; ! $images['voting_graphic'][1] = "$current_template_phpbb_images/voting_bar.gif"; ! $images['voting_graphic'][2] = "$current_template_phpbb_images/voting_bar.gif"; ! $images['voting_graphic'][3] = "$current_template_phpbb_images/voting_bar.gif"; ! $images['voting_graphic'][4] = "$current_template_phpbb_images/voting_bar.gif"; ! */ $images['voting_graphic'][0] = "$current_template_phpbb_images/voting_bar.gif"; *************** *** 228,272 **** // ! // Populate the $theme colors - for standalone MX-Publisher // ! $template_config_row['body_background'] = ""; ! $template_config_row['body_bgcolor'] = "E5E5E5"; ! $template_config_row['body_text'] = "000000"; $template_config_row['body_link'] = "006699"; ! $template_config_row['body_vlink'] = "5493B4"; ! $template_config_row['body_alink'] = ""; ! $template_config_row['body_hlink'] = "DD6900"; ! $template_config_row['tr_color1'] = "EFEFEF"; ! $template_config_row['tr_color2'] = "DEE3E7"; ! $template_config_row['tr_color3'] = "D1D7DC"; ! $template_config_row['tr_class1'] = ""; ! $template_config_row['tr_class2'] = ""; ! $template_config_row['tr_class3'] = ""; ! $template_config_row['th_color1'] = "98AAB1"; ! $template_config_row['th_color2'] = "006699"; ! $template_config_row['th_color3'] = "FFFFFF"; ! $template_config_row['th_class1'] = "cellpic1.gif"; ! $template_config_row['th_class2'] = "cellpic3.gif"; ! $template_config_row['th_class3'] = "cellpic2.jpg"; ! $template_config_row['td_color1'] = "FAFAFA"; ! $template_config_row['td_color2'] = "FFFFFF"; ! $template_config_row['td_color3'] = ""; ! $template_config_row['td_class1'] = "row1"; ! $template_config_row['td_class2'] = "row2"; ! $template_config_row['td_class3'] = ""; ! $template_config_row['fontface1'] = "Verdana, Arial, Helvetica, sans-serif"; $template_config_row['fontface2'] = "Trebuchet MS"; $template_config_row['fontface3'] = "Courier, \'Courier New\', sans-serif"; - $template_config_row['fontsize1'] = "10"; - $template_config_row['fontsize2'] = "11"; $template_config_row['fontsize3'] = "12"; ! $template_config_row['fontcolor1'] = "444444"; ! $template_config_row['fontcolor2'] = "006600"; $template_config_row['fontcolor3'] = "FFA34F"; ! $template_config_row['span_class1'] = ""; ! $template_config_row['span_class2'] = ""; ! $template_config_row['span_class3'] = ""; ! $template_config_row['img_size_poll'] = "0"; ! $template_config_row['img_size_privmsg'] = "0"; /********************************************************************************\ --- 251,278 ---- // ! // Define common theme colors (if not present in db) // ! $template_config_row['body_bgcolor'] = "FFFFFF"; ! $template_config_row['body_text'] = "383B3F"; $template_config_row['body_link'] = "006699"; ! $template_config_row['body_vlink'] = "006699"; ! $template_config_row['body_alink'] = "006699"; ! $template_config_row['body_hlink'] = "f3a625"; ! $template_config_row['tr_color1'] = "F7EEEE"; // row1 ! $template_config_row['tr_color2'] = "FBF4F4"; // row2 ! $template_config_row['tr_color3'] = "f1f1f1"; // row3 ! $template_config_row['th_color1'] = "FFA34F"; // bodyline border color ! $template_config_row['th_color2'] = "333333"; // forumline border color ! $template_config_row['th_color3'] = "d1d7dc"; // boxes border color ! $template_config_row['td_color1'] = "F7EEEE"; // code/quote boxes background ! $template_config_row['td_color2'] = "FBF4F4"; // post box background ! $template_config_row['fontface1'] = "Verdana,Arial,Helvetica,sans-serif"; $template_config_row['fontface2'] = "Trebuchet MS"; $template_config_row['fontface3'] = "Courier, \'Courier New\', sans-serif"; $template_config_row['fontsize3'] = "12"; ! $template_config_row['fontcolor1'] = "383B3F"; // Main font color ! $template_config_row['fontcolor2'] = "726363"; $template_config_row['fontcolor3'] = "FFA34F"; ! /********************************************************************************\ *************** *** 276,280 **** // Logo // ! $mx_images['mx_logo'] = "$current_template_images/logo.gif";; // --- 282,286 ---- // Logo // ! $mx_images['mx_logo'] = "$current_template_theme_images/logo.gif"; // *************** *** 286,289 **** // Online Block // ! $mx_images['mx_who_is_online'] = "$current_template_phpbb_images/whosonline.gif"; ?> --- 292,295 ---- // Online Block // ! $mx_images['mx_who_is_online'] = "$current_template_theme_images/whosonline.gif"; ?> --- NEW FILE: full_page_body.tpl --- <table border="0" cellspacing="50" cellpadding="0" width="100%" align="center"> <tr valign="top"> <td align="center">{MESSAGE_TEXT}</td> </tr> </table> <br clear="all" /> --- NEW FILE: message_body.tpl --- <table border="0" cellspacing="10" cellpadding="0" width="100%" class="mx_body_table"> <tr valign="top"> <td> <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> </td> </tr> </table> <br clear="all" /> Index: mxSilver.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxSilver/mxSilver.css,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** mxSilver.css 1 Nov 2008 21:12:25 -0000 1.5 --- mxSilver.css 22 Jan 2010 12:11:45 -0000 1.6 *************** *** 1,256 **** ! /* ! The original subSilver Theme for phpBB version 2+ ! Created by subBlue design ! http://www.subBlue.com ! */ ! ! html { ! font-size: 100%; ! } ! ! body { ! /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */ ! font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; ! color: #323D4F; ! background-color: #E5E5E5; ! scrollbar-face-color: #DEE3E7; ! scrollbar-highlight-color: #FFFFFF; ! scrollbar-shadow-color: #DEE3E7; ! scrollbar-3dlight-color: #D1D7DC; ! scrollbar-arrow-color: #006699; ! scrollbar-track-color: #EFEFEF; ! scrollbar-darkshadow-color: #98AAB1; ! font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */ ! } ! ! /* General font families for common tags */ ! font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif } ! a:link,a:active,a:visited { color : #006699; } ! a:hover { text-decoration: underline; color : #DD6900; } ! hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;} ! ! ! /* This is the border line & background colour round the entire page */ ! .bodyline { background-color: #FFFFFF; border: 1px #98AAB1 solid; } ! /* This is the outline round the main forum tables */ ! .forumline { background-color: #FFFFFF; border: 2px #006699 solid; } ! /* Main table cell colours and backgrounds */ ! td.row1 { background-color: #EFEFEF; } ! td.row2 { background-color: #DEE3E7; } ! td.row3 { background-color: #D1D7DC; } ! /* ! 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: #FFFFFF; ! background-image: url(../_core/images/phpbb2/cellpic2.jpg); ! background-repeat: repeat-y; } ! td.nav { ! padding: 2px; } ! /* Header cells - the blue and silver gradient backgrounds */ ! th { ! color: #FFA34F; font-size: 11px; font-weight : bold; ! background-color: #006699; height: 25px; ! background-image: url(../_core/images/phpbb2/cellpic3.gif); } ! td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { ! background-image: url(../_core/images/phpbb2/cellpic1.gif); ! background-color:#D1D7DC; border: #FFFFFF; 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: #FFFFFF; border-style: solid; height: 28px; } - td.row3Right,td.spaceRow { - background-color: #D1D7DC; border: #FFFFFF; border-style: solid; } - - th.thHead,td.catHead { font-size: 12px; 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,h1,h2 { ! font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; ! text-decoration: none; line-height : 120%; color : #000000; } ! ! /* General text */ ! .gen { font-size : 12px; } ! .genmed { font-size : 11px; } ! .gensmall { font-size : 10px; } ! .gen,.genmed,.gensmall { color : #000000; } ! a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; } ! a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #DD6900; text-decoration: underline; } ! ! ! /* The register, login, search etc links at the top of the page */ ! .mainmenu { font-size : 11px; color : #000000 } ! a.mainmenu { text-decoration: none; color : #006699; } ! a.mainmenu:hover{ text-decoration: underline; color : #DD6900; } ! ! ! /* Forum category titles */ ! .cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699} ! a.cattitle { text-decoration: none; color : #006699; } ! a.cattitle:hover{ text-decoration: underline; } ! ! ! /* Forum title: Text and link to the forums used in: index.php */ ! .forumlink { font-weight: bold; font-size: 12px; color : #006699; } ! a.forumlink { text-decoration: none; color : #006699; } ! a.forumlink:hover{ text-decoration: underline; color : #DD6900; } ! ! ! /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ ! .nav { font-weight: bold; font-size: 11px; color : #000000;} ! a.nav { text-decoration: none; color : #006699; } ! a.nav:hover { text-decoration: underline; } ! ! ! /* titles for the topics: could specify viewed link colour too */ ! .topictitle { font-weight: bold; font-size: 11px; color : #000000; } ! a.topictitle:link { text-decoration: none; color : #006699; } ! a.topictitle:visited { text-decoration: none; color : #5493B4; } ! a.topictitle:hover { text-decoration: underline; color : #DD6900; } ! ! ! /* Name of poster in viewmsg.php and viewtopic.php and other places */ ! .name { font-size : 11px; color : #000000;} ! ! /* Location, number of posts, post date etc */ ! .postdetails { font-size : 10px; color : #000000; } ! ! ! /* The content of the posts (body of text) */ ! .postbody { font-size : 12px;} ! a.postlink:link { text-decoration: none; color : #006699 } ! a.postlink:visited { text-decoration: none; color : #5493B4; } ! a.postlink:hover { text-decoration: underline; color : #DD6900} ! ! ! /* Quote & Code blocks */ ! .code { ! font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600; ! background-color: #FAFAFA; border: #D1D7DC; border-style: solid; ! border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px } ! .quote { ! font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%; ! background-color: #FAFAFA; border: #D1D7DC; 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: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;} ! a.copyright { color: #444444; text-decoration: none;} ! a.copyright:hover { color: #000000; text-decoration: underline;} ! ! ! /* Form elements */ ! input,textarea, select { ! color : #000000; ! font: normal 11px Verdana, Arial, Helvetica, sans-serif; ! border-color : #000000; } ! /* The text input fields background colour */ ! input.post, textarea.post, select { ! background-color : #FFFFFF; } ! input { text-indent : 2px; } ! ! /* The buttons used for bbCode styling in message post */ ! input.button { ! background-color : #EFEFEF; ! color : #000000; ! font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; } ! /* The main submit button option */ ! input.mainoption { ! background-color : #FAFAFA; ! font-weight : bold; } ! /* None-bold submit button */ ! input.liteoption { ! background-color : #FAFAFA; ! 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: #DEE3E7; border-style: none; } ! ! ! /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ ! /* @import url("formIE.css"); */ ! ! /* Fancy form styles for IE */ ! ! input, textarea, select { ! border-top-width : 1px; ! border-right-width : 1px; ! border-bottom-width : 1px; ! border-left-width : 1px; } ! input { text-indent : 2px; } ! ! input.button { ! border-top-width : 1px; ! border-right-width : 1px; ! border-bottom-width : 1px; ! border-left-width : 1px; } - .postbody { line-height: 18px} - - /************************************************************\ - | Addon or redefined CSS definitions for MX-Publisher - \************************************************************/ - p, td { font-size: 11px; color: #000000; } - /* This is the main table round all portal contents, use with .bodyline */ .mx_main_table { } /* This is the outline table round the overall page header */ .mx_header_table { ! background-color: #FFFFFF; ! border: 2px solid #006699; } --- 1,115 ---- ! /* MX-Publisher 2.8.x Style Sheet ! -------------------------------------------------------------- ! Style name: skyLine* ! Based on style: subSilver (the default phpBB 2 style) ! Original author: subBlue ( http://www.subBlue.com/ ) ! Modified by: psoTFX and the phpBB team ( http://www.phpbb.com ) ! This is an alternative style for phpBB3 for those wishing to stay with ! the familiar subSilver style of phpBB version 2.x + Copyright 2006 phpBB Group ( http://www.phpbb.com/ ) + -------------------------------------------------------------- + */ ! @import url("./theme/stylesheet.css"); ! /* General markup styles ! ---------------------------------------- */ ! * { ! font-size: 100%; } ! body, div, p, th, td, li, dd { ! voice-family: "\"}\""; ! voice-family: inherit; } ! table { ! text-align: justify; } ! html { ! /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-ie browsers */ ! height: 100%; ! margin-bottom: 1px; } ! body { ! /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */ ! font-family: Helvetica, Lucida Grande, Verdana, Arial, sans-serif; ! margin:6px 10px; ! padding:0; } + /* General font families for common tags */ + font,th,td,p { font-family: Trebuchet MS, Lucida Grande, Verdana, Helvetica, Arial, sans-serif; } ! img { ! border: 0; } ! h1 { ! font-family: Trebuchet MS, Helvetica, sans-serif; ! font-size: 1.70em; ! font-weight: normal; } ! h2, caption { ! font-family: Trebuchet MS, Helvetica, sans-serif; ! font-size: 1.40em; ! font-weight: normal; ! text-align: left; ! margin-top: 25px; } ! .rtl h2, .rtl caption { ! text-align: right; } ! h3, h4 { ! font-family: Trebuchet MS, Helvetica, sans-serif; ! font-size: 1.20em; ! text-decoration: none; ! line-height: 1.20em; ! margin-top: 25px; } ! p { ! margin-bottom: 0.7em; ! line-height: 1.40em; ! font-size: 1em; } ! ul { ! list-style: disc; ! margin: 0 0 1em 2em; } ! .rtl ul { ! margin: 0 2em 1em 0; } ! hr { ! border: 0 none; ! border-top: 1px dashed #999999; ! margin-bottom: 5px; ! padding-bottom: 5px; ! height: 1px; } ! .small { ! font-size: 0.9em; } /* This is the main table round all portal contents, use with .bodyline */ .mx_main_table { + align:center; } /* This is the outline table round the overall page header */ .mx_header_table { ! border: 0.1em #006699 solid; } *************** *** 355,356 **** --- 214,223 ---- filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray', Positive='true'); } + + /* TinyMCE specific rules */ + body.mceContentBody { + text-align: left; + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #000; + background: #FFF; + } --- NEW FILE: login_body.tpl --- <table border="0" cellspacing="10" cellpadding="0" width="100%" class="mx_body_table"> <tr valign="top"> <td> <form action="{S_LOGIN_ACTION}" method="post" target="_top"> <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" class="post" 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" class="post" name="password" size="25" maxlength="32" /> </td> </tr> <!-- BEGIN switch_allow_autologin --> <tr align="center"> <td colspan="2"><span class="gen">{L_AUTO_LOGIN}: <input type="checkbox" name="autologin" /></span></td> </tr> <!-- END switch_allow_autologin --> <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> </td> </tr> </table> Index: overall_footer.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxSilver/overall_footer.tpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** overall_footer.tpl 16 Jun 2008 10:49:31 -0000 1.5 --- overall_footer.tpl 22 Jan 2010 12:11:45 -0000 1.6 *************** *** 1,5 **** - <!-- BEGIN page_last_updated --> - <div align="right"><span class="copyright">{page_last_updated.L_PAGE_UPDATED} {page_last_updated.TIME} {page_last_updated.NAME} </div> - <!-- END page_last_updated --> <div align="center"> <span class="copyright"> --- 1,2 ---- Index: overall_noheader.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxSilver/overall_noheader.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** overall_noheader.tpl 1 Nov 2008 21:12:25 -0000 1.4 --- overall_noheader.tpl 22 Jan 2010 12:11:45 -0000 1.5 *************** *** 1,25 **** ! <!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> - <!-- IF PHPBB --> <!-- First load standard template *.css definition, located in the the phpbb template folder --> ! <link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_PHPBB_STYLESHEET}" type="text/css" > ! <!-- ENDIF --> ! <!-- Then load MX-Publisher template *.css definition for mx, located in the the portal template folder --> ! <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_MXBB_STYLESHEET}" type="text/css" > ! <!-- Optionally, redefine some defintions for gecko browsers --> ! <!-- IF GECKO --> ! <!-- Optionally, redefine some defintions for gecko browsers --> ! <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_GECKO_STYLESHEET}" type="text/css" > ! <!-- ENDIF --> ! <!-- IF ENABLE_PM_POPUP --> <script language="Javascript" type="text/javascript"> <!-- --- 1,17 ---- ! <!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" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}"> <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> <!-- First load standard template *.css definition, located in the the phpbb template folder --> ! <link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_HEAD_STYLESHEET}" type="text/css" > ! <!-- Then load addon template *.css definition for mx, located in the the portal template folder --> ! <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}subSilver.css" type="text/css" > ! ! <!-- BEGIN switch_enable_pm_popup --> <script language="Javascript" type="text/javascript"> <!-- *************** *** 30,37 **** //--> </script> ! <!-- ENDIF --> <script language="javascript" type="text/javascript" src="{U_PORTAL_ROOT_PATH}modules/mx_shared/lib/Common.js"></script> <script language="javascript" type="text/javascript" src="{U_PORTAL_ROOT_PATH}modules/mx_shared/lib/Toggle.js"></script> </head> <body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}" /> --- 22,51 ---- //--> </script> ! <!-- END switch_enable_pm_popup --> ! ! <SCRIPT type=text/javascript> ! <!-- ! function newImage(arg) { ! if (document.images) { ! rslt = new Image(); ! rslt.src = arg; ! return rslt; ! } ! } + function changeImages() { + if (document.images ) { + for (var i=0; i<changeImages.arguments.length; i+=2) { + document[changeImages.arguments[i]].src = changeImages.arguments[i+1]; + } + } + } + + // --> + </SCRIPT> + <!-- End Preload Script --> <script language="javascript" type="text/javascript" src="{U_PORTAL_ROOT_PATH}modules/mx_shared/lib/Common.js"></script> <script language="javascript" type="text/javascript" src="{U_PORTAL_ROOT_PATH}modules/mx_shared/lib/Toggle.js"></script> + </head> <body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}" /> Index: overall_header_navigation_phpbb.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxSilver/overall_header_navigation_phpbb.tpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** overall_header_navigation_phpbb.tpl 1 Nov 2008 21:12:25 -0000 1.5 --- overall_header_navigation_phpbb.tpl 22 Jan 2010 12:11:45 -0000 1.6 *************** *** 1,29 **** ! <!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"> ! <!-- IF SET_BASE --><base href="{U_PORTAL_ROOT_PATH}" ><!-- ENDIF --> ! {META} {NAV_LINKS} - <title>{SITENAME} :: {PAGE_TITLE}</title> - <!-- IF PHPBB --> <!-- First load standard template *.css definition, located in the the phpbb template folder --> ! <link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_PHPBB_STYLESHEET}" type="text/css" > ! <!-- ENDIF --> ! <!-- Then load MX-Publisher template *.css definition for mx, located in the the portal template folder --> ! <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_MXBB_STYLESHEET}" type="text/css" > ! <!-- Optionally, redefine some defintions for gecko browsers --> ! <!-- IF GECKO --> <!-- Optionally, redefine some defintions for gecko browsers --> ! <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_GECKO_STYLESHEET}" type="text/css" > ! <!-- ENDIF --> {MX_ADDITIONAL_CSS_FILES} {MX_ICON_CSS} ! <!-- IF ENABLE_PM_POPUP --> <script language="javascript" type="text/javascript"><!-- if( {PRIVATE_MESSAGE_NEW_FLAG} ) --- 1,26 ---- ! <!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" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}"> <head> <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}"> + <meta name="verify-v1" content="3ezS3iYCRNh3nu59s47WkxxXhKwAw2WKDUFrCmLbfEw=" /> <meta http-equiv="Content-Style-Type" content="text/css"> ! <!-- BEGIN switch_set_base --> ! <base href="{U_PORTAL_ROOT_PATH}" > ! <!-- END switch_set_base --> {META} {NAV_LINKS} <title>{SITENAME} :: {PAGE_TITLE}</title> <!-- First load standard template *.css definition, located in the the phpbb template folder --> ! ! <!-- Then load mxBB template *.css definition for mx, located in the the portal template folder --> ! <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_MXBB_STYLESHEET}" type="text/css" /> <!-- Optionally, redefine some defintions for gecko browsers --> ! <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_GECKO_STYLESHEET}" type="text/css" /> {MX_ADDITIONAL_CSS_FILES} + {MX_ADDITIONAL_CSS} {MX_ICON_CSS} ! <!-- BEGIN switch_enable_pm_popup --> <script language="javascript" type="text/javascript"><!-- if( {PRIVATE_MESSAGE_NEW_FLAG} ) *************** *** 32,36 **** } // --></script> ! <!-- ENDIF --> <script language="javascript" type="text/javascript"><!-- --- 29,33 ---- } // --></script> ! <!-- END switch_enable_pm_popup --> <script language="javascript" type="text/javascript"><!-- *************** *** 64,69 **** --- 61,73 ---- // --></script> + <script type="text/javascript"> + //this will disable google traslate browsing frame, the page still will be traslated but real ip will be returned in Admin Index + if (top.location != self.location) top.location = self.location.href; + </script> + <script language="javascript" type="text/javascript" src="{U_PORTAL_ROOT_PATH}modules/mx_shared/lib/Common.js"></script> <script language="javascript" type="text/javascript" src="{U_PORTAL_ROOT_PATH}modules/mx_shared/lib/Toggle.js"></script> + <script language="javascript" type="text/javascript" src="{U_PORTAL_ROOT_PATH}modules/mx_shared/tinymce/jscripts/tiny_mce/tiny_mce.js"></script> + {MX_ADDITIONAL_JS_FILES} {MX_ADDITIONAL_HEADER_TEXT} *************** *** 74,84 **** <a name="top"></a> ! <table width="850" cellspacing="0" cellpadding="1" border="0" align="center" class="mx_main_table"> <tr> ! <td class="bodyline" valign="top"> <table width="100%" cellspacing="0" cellpadding="2" border="0" class="mx_header_table"> <tr> ! <td class="row3" width="25%" align="left" valign="top"><a href="{U_INDEX}"><img src="{LOGO}" border="0" alt="{L_INDEX}" vspace="1"/></a></td> <td class="row3" width="50%" align="center" valign="middle">{PAGE_ICON}<span class="pagetitle">{PAGE_TITLE}</span></td> <td class="row3" width="25%" align="right" valign="top"><span class="sitetitle">{SITENAME}</span><br /><span class="sitetitle_desc">{SITE_DESCRIPTION}</span></td> --- 78,88 ---- <a name="top"></a> ! <table width="100%" cellspacing="0" cellpadding="1" border="0" align="center" class="mx_main_table"> <tr> ! <td class="bodyline"> <table width="100%" cellspacing="0" cellpadding="2" border="0" class="mx_header_table"> <tr> ! <td class="row3" width="25%" align="left" valign="top"><a href="{U_INDEX}"><img src="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/logo_med.gif" border="0" alt="{L_INDEX}" vspace="1"/></a></td> <td class="row3" width="50%" align="center" valign="middle">{PAGE_ICON}<span class="pagetitle">{PAGE_TITLE}</span></td> <td class="row3" width="25%" align="right" valign="top"><span class="sitetitle">{SITENAME}</span><br /><span class="sitetitle_desc">{SITE_DESCRIPTION}</span></td> *************** *** 90,137 **** </tr> <tr> ! <td class="cat" align="center" valign="middle" colspan="3"> ! <table cellspacing="1" cellpadding="1" border="0"> <tr> ! <td align="center" valign="middle" nowrap> ! <!-- IF USER_LOGGED_IN --> ! <a href="{U_PROFILE}" class="mainmenu"><img src="{NAV_IMAGES_PROFILE}" class="mx_icon" border="0" alt="" hspace="1" align="middle" /></a><span class="mainmenu"><a href="{U_PROFILE}" class="mainmenu">{L_PROFILE}</a></span> ! <!-- ENDIF --> ! </td> ! <td align="center" valign="middle" nowrap> ! <a href="{U_FAQ}" class="mainmenu"><img src="{NAV_IMAGES_FAQ}" class="mx_icon" border="0" alt="" hspace="1" align="middle" /></a><span class="mainmenu"><a href="{U_FAQ}" class="mainmenu">{L_FAQ}</a></span> ! </td> ! <td align="center" valign="middle" nowrap> ! <a href="{U_SEARCH}" class="mainmenu"><img src="{NAV_IMAGES_SEARCH}" class="mx_icon" border="0" alt="" hspace="1" align="middle" /></a><span class="mainmenu"><a href="{U_SEARCH}" class="mainmenu">{L_SEARCH}</a></span> ! </td> ! <td align="center" valign="middle" nowrap> ! <a href="{U_MEMBERLIST}" class="mainmenu"><img src="{NAV_IMAGES_MEMBERS}" class="mx_icon" border="0" alt="" hspace="1" align="middle" /></a><span class="mainmenu"><a href="{U_MEMBERLIST}" class="mainmenu">{L_MEMBERLIST}</a></span> ! </td> ! <td align="center" valign="middle" nowrap> ! <a href="{U_GROUP_CP}" class="mainmenu"><img src="{NAV_IMAGES_GROUPS}" class="mx_icon" border="0" alt="" hspace="1" align="middle" /></a><span class="mainmenu"><a href="{U_GROUP_CP}" class="mainmenu">{L_USERGROUPS}</a></span> ! </td> ! <td align="center" valign="middle" nowrap> ! <!-- IF USER_LOGGED_IN --> ! <a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="{NAV_IMAGES_PRIVMSG}" class="mx_icon" border="0" alt="" hspace="1" align="middle" /></a><span class="mainmenu"><a href="{U_PRIVATEMSGS}" class="mainmenu">{L_PRIVATEMSGS}</a></span> ! <!-- ENDIF --> ! </td> </tr> - </table> </td> </tr> </table> <table width="100%" cellspacing="0" cellpadding="2" border="0" align="center"> <tr> ! <td align="center" valign="middle" nowrap> ! <a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="{NAV_IMAGES_LOGIN_LOGOUT}" class="mx_icon" border="0" alt="" hspace="1" align="middle" /></a><span class="mainmenu"><a href="{U_LOGIN_LOGOUT}" class="mainmenu">{L_LOGIN_LOGOUT}</a></span> ! </td> ! <td align="center" valign="middle" nowrap> ! <!-- IF USER_LOGGED_OUT --> ! <a href="{U_REGISTER}" class="mainmenu"><img src="{NAV_IMAGES_REGISTER}" class="mx_icon" border="0" alt="" hspace="1" align="middle" /></a><span class="mainmenu"><a href="{U_REGISTER}" class="mainmenu">{L_REGISTER}</a></span> ! <!-- ENDIF --> ! </td> <td valign="top" align="right" width="100%" height="5" > - <!-- <form name="search_block" method="post" action="{U_SEARCH}" onsubmit="return checkSearch()"> <a href="{U_SEARCH}" class="gen"><span class="gen">{L_SEARCH}</span></a>: --- 94,162 ---- </tr> <tr> ! <td class="row1" align="center" valign="middle" colspan="3"> ! <table cellspacing="6" cellpadding="2" border="0" align="center"> <tr> ! <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_INDEX}" class="mainmenu"><img src="{NAV_IMAGES_HOME}" border="0" alt="{L_HOME}" hspace="3" /></a></span></td> ! <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_INDEX_FORUM}" class="mainmenu"><img src="{NAV_IMAGES_FORUM}" border="0" alt="{L_FORUM}" hspace="3" /></a></span></td> ! <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_PROFILE}" class="mainmenu"><img src="{NAV_IMAGES_PROFILE}" border="0" alt="{L_PROFILE}" hspace="3" /></a></span></td> ! <!-- <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_FAQ}" class="mainmenu"><img src="{NAV_IMAGES_HELP}" border="0" alt="{L_FAQ}" hspace="3" /></a></span></span></td> --> ! <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_SEARCH}" class="mainmenu"><img src="{NAV_IMAGES_SEARCH}" border="0" alt="{L_SEARCH}" hspace="3" /></a></span></td> ! <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_MEMBERLIST}" class="mainmenu"><img src="{NAV_IMAGES_MEMBERS}" border="0" alt="{L_MEMBERLIST}" hspace="3" /></a></span></td> ! <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_GROUP_CP}" class="mainmenu"><img src="{NAV_IMAGES_GROUPS}" border="0" alt="{L_USERGROUPS}" hspace="3" /></a></span></td> ! <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="{NAV_IMAGES_PRIVMSG}" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" /></a></span></td> ! </tr> ! <tr> ! <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_INDEX}" class="mainmenu">{L_HOME}</a></span></td> ! <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_INDEX_FORUM}" class="mainmenu">{L_FORUM}</a></span></td> ! <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_PROFILE}" class="mainmenu">{L_PROFILE}</a></span></td> ! <!-- <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_FAQ}" class="mainmenu">{L_FAQ}</a></span></td> --> ! <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_SEARCH}" class="mainmenu">{L_SEARCH}</a></span></td> ! <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_MEMBERLIST}" class="mainmenu">{L_MEMBERLIST}</a></span></td> ! <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_GROUP_CP}" class="mainmenu">{L_USERGROUPS}</a></span></td> ! <td height="15" align="center" valign="top" nowrap><span class="mainmenu"><a href="{U_PRIVATEMSGS}" class="mainmenu">{L_PRIVATEMSGS}</a></span></td> </tr> </table> </td> </tr> + <!-- BEGIN editcp --> + <tr> + <td class="row2" align="center" valign="middle" colspan="3"> + <div class="editCP_switch" style="display: {editcp.EDITCP_SHOW};"> + <form action="{editcp.EDIT_ACTION}" method="post" class="mx_editform"> + <table width="100%" cellpadding="0" cellspacing="0" border="0"> + <tr> + <td align="right"> + {editcp.EDIT_IMG} + {editcp.S_HIDDEN_FORM_FIELDS} + </td> + </tr> + </table> + </form> + </div> + </td> + </tr> + <!-- END editcp --> + + + <!-- BEGIN switch_view --> + <tr> + <td align="left" valign="bottom" colspan="3" ><span class="gensmall">{CURRENT_TIME}</span></td> + </tr> + <tr> + <td align="left" valign="bottom" colspan="3" ><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> + </tr> + <!-- END switch_view --> + </table> <table width="100%" cellspacing="0" cellpadding="2" border="0" align="center"> <tr> ! <td height="15" align="center" valign="middle" nowrap><span class="mainmenu"><a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/page_icons/nav_login.gif" border="0" alt="{L_LOGIN_LOGOUT}" hspace="1" /></a></span></td> ! <td height="15" align="center" valign="middle" nowrap><span class="mainmenu"><a href="{U_LOGIN_LOGOUT}" class="mainmenu">{L_LOGIN_LOGOUT} </a></span></td> ! <!-- IF USER_LOGGED_OUT --> ! <td height="15" align="center" valign="middle" nowrap><a href="{U_REGISTER}" class="mainmenu"><img src="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/page_icons/nav_register.gif" border="0" alt="{L_REGISTER}" hspace="3" /></a></span></td> ! <td height="15" align="center" valign="middle" nowrap><a href="{U_REGISTER}" class="mainmenu">{L_REGISTER}</a></span></td> ! <!-- ENDIF --> <td valign="top" align="right" width="100%" height="5" > <form name="search_block" method="post" action="{U_SEARCH}" onsubmit="return checkSearch()"> <a href="{U_SEARCH}" class="gen"><span class="gen">{L_SEARCH}</span></a>: *************** *** 148,155 **** <input type="hidden" name="search_fields" value="all"> <input type="hidden" name="show_results" value="topics"> ! <input class="mainoption" type="submit" value="Search"> </form> - --> - <a href="http://www.mx-publisher.com/page144" class="gen"><span class="gen"><b>[{L_SEARCH}]</b></span></a> </td> <td valign="top" align="left" width="5" height="5" > </td> --- 173,178 ---- <input type="hidden" name="search_fields" value="all"> <input type="hidden" name="show_results" value="topics"> ! <input class="mainoption" type="submit" value="{L_SEARCH}"> </form> </td> <td valign="top" align="left" width="5" height="5" > </td> --- NEW FILE: bbcode.tpl --- <!-- 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 fullalbumimg --><a href="{ALBUM_SHOWPAGE}&pic_id={IMG_NUM}" target="_blank" class="postlink"><img src="{ALBUM_PICM}&pic_id={IMG_NUM}" alt="Image {IMG_NUM}" title="Image {IMG_NUM}" border="0" /></a><!-- END fullalbumimg --> <!-- BEGIN albumimg --><a href="{ALBUM_SHOWPAGE}&pic_id={IMG_NUM}" target="_blank" class="postlink"><img src="{ALBUM_THUMBNAIL}&pic_id={IMG_NUM}" alt="Image {IMG_NUM}" title="Image {IMG_NUM}" border="0" /></a><!-- END albumimg --> <!-- BEGIN albumimgl --><a href="{ALBUM_SHOWPAGE}&pic_id={IMG_NUM}" target="_blank" class="postlink"><img src="{ALBUM_THUMBNAIL}&pic_id={IMG_NUM}" border="0" align="left" alt="Image {IMG_NUM}" title="Image {IMG_NUM}" /></a><!-- END albumimgl --> <!-- BEGIN albumimgr --><a href="{ALBUM_SHOWPAGE}&pic_id={IMG_NUM}" target="_blank" class="postlink"><img src="{ALBUM_THUMBNAIL}&pic_id={IMG_NUM}" border="0" align="right" alt="Image {IMG_NUM}" title="Image {IMG_NUM}" /></a><!-- END albumimgr --> <!-- BEGIN albumimgc --><center><a href="{ALBUM_SHOWPAGE}&pic_id={IMG_NUM}" target="_blank" class="postlink"><img src="{ALBUM_THUMBNAIL}&pic_id={IMG_NUM}" border="0" align="center" alt="Image {IMG_NUM}" title="Image {IMG_NUM}" /></a></center><!-- END albumimgc --> <!-- BEGIN url --><a href="{URL}" target="_blank" class="postlink">{DESCRIPTION}</a><!-- END url --> <!-- BEGIN email --><a href="mailto:{EMAIL}">{EMAIL}</a><!-- END email --> <!-- BEGIN bible --><a href="http://bible.crosswalk.com/OnlineStudyBible/bible.cgi?word={QUERY}&version=nrs" target="_blank">{STRING}</a><!-- END bible --> <!-- BEGIN bible_nas --><a href="http://bible.crosswalk.com/OnlineStudyBible/bible.cgi?word={QUERY}&version=nas" target="_blank">{STRING}</a><!-- END bible_nas --> <!-- BEGIN bible_kjv --><a href="http://bible.crosswalk.com/OnlineStudyBible/bible.cgi?word={QUERY}&version=kjv" target="_blank">{STRING}</a><!-- END bible_kjv --> <!-- BEGIN bible_niv --><a href="http://bible.gospelcom.net/passage/?search={QUERY};&version=31;" target="_blank">{STRING}</a><!-- END bible_niv --> <!-- BEGIN bible_nlt --><a href="http://bible.crosswalk.com/OnlineStudyBible/bible.cgi?word={QUERY}&version=nlt" target="_blank">{STRING}</a><!-- END bible_nlt --> <!-- BEGIN bible_vdc --><a href="http://bible.crosswalk.com/OnlineStudyBible/bible.cgi?word={QUERY}&version=vdc" target="_blank">{STRING}</a><!-- END bible_vdc --> <!-- BEGIN bible_vul --><a href="http://bible.crosswalk.com/OnlineStudyBible/bible.cgi?word={QUERY}&version=vul" target="_blank">{STRING}</a><!-- END bible_vul --> <!-- BEGIN s_open --><strike><!-- END s_open --> <!-- BEGIN s_close --></strike><!-- END s_close --> <!-- BEGIN sup_open --><sup><!-- END sup_open --> <!-- BEGIN sup_close --></sup><!-- END sup_close --> <!-- BEGIN sub_open --><sub><!-- END sub_open --> <!-- BEGIN sub_close --></sub><!-- END sub_close --> <!-- BEGIN spoil_open --> <div align="center"> <div class="spoiltitle"><b>{L_BBCODEBOX_HIDDEN}:</b> <input class="spoilbtn" type="button" value="{L_BBCODEBOX_VIEW}" onClick="javascript:if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = '{L_BBCODEBOX_HIDE}'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = '{L_BBCODEBOX_VIEW}'; }" onfocus="this.blur();"> </div> <div class="spoildiv"> <div style="display: none;"> <!-- END spoil_open --> <!-- BEGIN spoil_close --></div></div></div><span class="postbody"><!-- END spoil_close --> <!-- BEGIN align_open --><div style="text-align:{ALIGN}"><!-- END align_open --> <!-- BEGIN align_close --></div><!-- END align_close --> <!-- BEGIN marq_open --><marquee direction="{MARQ}" scrolldelay="120"><!-- END marq_open --> <!-- BEGIN marq_close --></marquee><!-- END marq_close --> <!-- BEGIN font_open --><span style="font-family:{FONT}"><!-- END font_open --> <!-- BEGIN font_close --></span><!-- END font_close --> <!-- BEGIN flash --><!-- URL's used in the movie--> <!-- text used in the movie--> <!--... [truncated message content] |