|
From: OryNider <ory...@us...> - 2008-02-06 23:44:25
|
Update of /cvsroot/mxbb/core/templates/prosilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14168 Modified Files: login_body.html overall_noheader.html prosilver.cfg prosilver.css Log Message: phpBB3 backend stuff, culpit I need a working blockCP with nav menu Index: overall_noheader.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/overall_noheader.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** overall_noheader.html 4 Feb 2008 16:01:14 -0000 1.2 --- overall_noheader.html 6 Feb 2008 23:44:18 -0000 1.3 *************** *** 10,14 **** <!-- 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" > ! <!-- 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 --> --- 10,14 ---- <!-- 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" > ! <!-- 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 --> Index: login_body.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/login_body.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** login_body.html 15 Dec 2007 00:08:15 -0000 1.2 --- login_body.html 6 Feb 2008 23:44:17 -0000 1.3 *************** *** 1,29 **** - <div class="navbar"> - <div class="inner"><span class="corners-top"><span></span></span> - <ul class="linklist navlinks"> - <li><a class="icon-home" href="{U_INDEX}">{L_INDEX}</a></li> - <li class="rightside"></li> - </ul> - <ul class="linklist"> - <!-- BEGIN switch_user_logged_in --> - <li> - <a href="{U_PROFILE}" title="{L_PROFILE}" class="icon-ucp">{L_PROFILE}</a> - (<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>) • - <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a> - </li> - <!-- END switch_user_logged_in --> - <li class="rightside"> - <a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}" class="icon-faq">{L_FAQ}</a> - <a href="{U_SEARCH}" title="{L_SEARCH}" class="icon-search">{L_SEARCH}</a> - <a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}" class="icon-members">{L_MEMBERLIST}</a> - <!-- BEGIN switch_user_logged_out --> - <a href="{U_REGISTER}" class="icon-register">{L_REGISTER}</a> - <!-- END switch_user_logged_out --> - <a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" class="icon-logout">{L_LOGIN_LOGOUT}</a> - </li> - </ul> - <span class="corners-bottom"><span></span></span></div> - </div> - <p></p> <form action="{S_LOGIN_ACTION}" method="post" id="login"> <div class="panel"> --- 1,2 ---- *************** *** 55,67 **** </div> </form> ! {JUMPBOX} ! <div class="navbar"> ! <div class="inner"><span class="corners-top"><span></span></span> ! <ul class="linklist"> ! <li> ! <a class="icon-home" href="{U_INDEX}">{L_INDEX}</a> ! </li> ! <li class="rightside"><a href="{U_GROUP_CP}">{L_USERGROUPS}</a> • {S_TIMEZONE}</li> ! </ul> ! <span class="corners-bottom"><span></span></span></div> ! </div> \ No newline at end of file --- 28,30 ---- </div> </form> ! {JUMPBOX} \ No newline at end of file Index: prosilver.cfg =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/prosilver.cfg,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** prosilver.cfg 4 Feb 2008 16:01:14 -0000 1.5 --- prosilver.cfg 6 Feb 2008 23:44:18 -0000 1.6 *************** *** 18,24 **** */ ! /** Adapted for MX-Publisher by: * ! * The MX-Publisher Development Team * Version: 1.0 * Requirements: mxBB Core 2.8.x --- 18,24 ---- */ ! /** Adapted for mxBB by: * ! * The mxBB Development Team * Version: 1.0 * Requirements: mxBB Core 2.8.x *************** *** 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="http://www.mx-publisher.com">The MX-Publisher Development Team</a>'; // --- 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 mxBB by <a href="http://www.mxbb.net">The mxBB Development Team</a>'; // *************** *** 58,62 **** /********************************************************************************\ | Define what graphics bundles to use ! | - these are very handy paths to ALL kind of phpBB/MX-Publisher graphics \********************************************************************************/ $mx_images['mx_graphics']['general'] = file_exists( $mx_root_path . $current_template_path . "/images/logo.gif" ) ? $current_template_path . "/images" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/logo.gif" ) ? $cloned_template_path . "/images" : $default_template_path . "/images" ); --- 58,62 ---- /********************************************************************************\ | Define what graphics bundles to use ! | - these are very handy paths to ALL kind of phpBB/mxBB graphics \********************************************************************************/ $mx_images['mx_graphics']['general'] = file_exists( $mx_root_path . $current_template_path . "/images/logo.gif" ) ? $current_template_path . "/images" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/logo.gif" ) ? $cloned_template_path . "/images" : $default_template_path . "/images" ); *************** *** 74,78 **** $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'; --- 74,78 ---- $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 mxBB 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'; *************** *** 103,107 **** \********************************************************************************/ // ! // Use MX-Publisher graphics - normally the menu_icons bundle // $mx_images['mx_nav_home'] = "$current_template_menu_images/icon_home.gif"; // {NAV_IMAGES_HOME} --- 103,107 ---- \********************************************************************************/ // ! // Use mxBB graphics - normally the menu_icons bundle // $mx_images['mx_nav_home'] = "$current_template_menu_images/icon_home.gif"; // {NAV_IMAGES_HOME} *************** *** 150,160 **** // ! // phpBB Graphics - redefined for MX-Publisher // - Uncomment and redefine phpBB graphics // // If you need to redefine some phpBB graphics, look within the phpBB/templates folder for the template_name.cfg file and ! // redefine those $image['xxx'] you want. Note: Many phpBB images are reused all over MX-Publisher (eg see below), thus if you redefine ! // common phpBB images, this will have immedaite effect for all MX-Publisher pages. // --- 150,160 ---- // ! // phpBB Graphics - redefined for mxBB // - Uncomment and redefine phpBB graphics // // If you need to redefine some phpBB graphics, look within the phpBB/templates folder for the template_name.cfg file and ! // redefine those $image['xxx'] you want. Note: Many phpBB images are reused all over mxBB (eg see below), thus if you redefine ! // common phpBB images, this will have immedaite effect for all mxBB pages. // Index: prosilver.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/prosilver.css,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** prosilver.css 4 Feb 2008 16:01:14 -0000 1.10 --- prosilver.css 6 Feb 2008 23:44:18 -0000 1.11 *************** *** 1,9 **** ! /* MX-Publisher 3.0 Style Sheet -------------------------------------------------------------- Style name: proSilver Based on style: proSilver (this is the default phpBB 3 style) Original author: subBlue ( http://www.subBlue.com/ ) ! Modified by: MX-Publisher Project Team ! Copyright 2006 phpBB Group ( http://www.phpbb.com/ ) -------------------------------------------------------------- --- 1,9 ---- ! /* mxBB 3.0 Style Sheet -------------------------------------------------------------- Style name: proSilver Based on style: proSilver (this is the default phpBB 3 style) Original author: subBlue ( http://www.subBlue.com/ ) ! Modified by: mxBB Project Team ! Copyright 2006 phpBB Group ( http://www.phpbb.com/ ) -------------------------------------------------------------- *************** *** 28,32 **** background-repeat: no-repeat; background-position: 100% 0; ! } .textbody { padding: 0; --- 28,32 ---- background-repeat: no-repeat; background-position: 100% 0; ! } .textbody { padding: 0; *************** *** 142,148 **** .blockcp fieldset dl { margin-bottom: 10px; ! font-size: 0.85em; ! } --- 142,148 ---- .blockcp fieldset dl { margin-bottom: 10px; ! font-size: 0.85em; ! } *************** *** 202,206 **** margin-bottom: 0.5em; padding-bottom: 0.5em; ! } --- 202,206 ---- margin-bottom: 0.5em; padding-bottom: 0.5em; ! } *************** *** 285,289 **** margin-right: 5px; margin-bottom: 1px; ! display: block; float: right; text-align: right; --- 285,289 ---- margin-right: 5px; margin-bottom: 1px; ! display: block; float: right; text-align: right; *************** *** 320,330 **** vertical-align: middle; margin-right: 3px; - } - - /* TinyMCE specific rules */ - body.mceContentBody { - text-align: left; - font-family: Verdana, Arial, Helvetica, sans-serif; - color: #000; - background: #FFF; } \ No newline at end of file --- 320,322 ---- |