Update of /cvsroot/mxbb/core/templates/prosilver In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv18503/core/templates/prosilver Modified Files: overall_header_navigation_phpbb.html mx_main_layout.html overall_header_navigation_nopageicon.html overall_header_navigation.html Log Message: prosilver core templates & css update Index: mx_main_layout.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/mx_main_layout.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** mx_main_layout.html 4 Nov 2009 09:27:51 -0000 1.5 --- mx_main_layout.html 4 Nov 2009 09:42:46 -0000 1.6 *************** *** 14,18 **** <!-- END sub_col --> <!-- BEGIN show_title --> ! <div class="forabg<!-- IF not layout_column.blocks.show_title.SHOW_TITLE --> no-title<!-- ENDIF -->" style="margin-bottom:0px;padding-bottom:0px;"> <div class="inner"> <span class="corners-top"><span></span></span> --- 14,18 ---- <!-- END sub_col --> <!-- BEGIN show_title --> ! <div class="forabg" style="margin-bottom:0px;padding-bottom:0px;"> <div class="inner"> <span class="corners-top"><span></span></span> Index: overall_header_navigation.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/overall_header_navigation.html,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** overall_header_navigation.html 15 Oct 2009 15:58:30 -0000 1.18 --- overall_header_navigation.html 4 Nov 2009 09:42:46 -0000 1.19 *************** *** 88,94 **** </head> <body id="mxbb" class="section-index {S_CONTENT_DIRECTION}"> ! <div id="wrap"> <a id="top"></a> ! <div id="page-header" style="margin-bottom:0px;padding-bottom:0px;"> <div class="headerbar" style="margin-bottom:0px;padding-bottom:0px;"> <div class="inner"> --- 88,94 ---- </head> <body id="mxbb" class="section-index {S_CONTENT_DIRECTION}"> ! <div id="mx-wrap"> <a id="top"></a> ! <div id="mx-page-header" style="margin-bottom:0px;padding-bottom:0px;"> <div class="headerbar" style="margin-bottom:0px;padding-bottom:0px;"> <div class="inner"> *************** *** 161,163 **** <!-- ENDIF --> </div> ! <div id="page-body"> \ No newline at end of file --- 161,163 ---- <!-- ENDIF --> </div> ! <div id="mx-page-body"> \ No newline at end of file Index: overall_header_navigation_nopageicon.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/overall_header_navigation_nopageicon.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** overall_header_navigation_nopageicon.html 15 Oct 2009 15:58:30 -0000 1.6 --- overall_header_navigation_nopageicon.html 4 Nov 2009 09:42:46 -0000 1.7 *************** *** 90,97 **** <body id="mxbb" class="section-index {S_CONTENT_DIRECTION}"> ! <div id="wrap"> <a name="top" id="top"></a> ! <div id="page-header" style="margin-bottom:0px;padding-bottom:0px;"> <div class="headerbar" style="margin-bottom:0px;padding-bottom:0px;"> <div class="inner"><span class="corners-top"><span></span></span> --- 90,97 ---- <body id="mxbb" class="section-index {S_CONTENT_DIRECTION}"> ! <div id="mx-wrap"> <a name="top" id="top"></a> ! <div id="mx-page-header" style="margin-bottom:0px;padding-bottom:0px;"> <div class="headerbar" style="margin-bottom:0px;padding-bottom:0px;"> <div class="inner"><span class="corners-top"><span></span></span> *************** *** 160,162 **** </div> <a name="start_here"></a> ! <div id="page-body"> \ No newline at end of file --- 160,162 ---- </div> <a name="start_here"></a> ! <div id="mx-page-body"> \ No newline at end of file Index: overall_header_navigation_phpbb.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/overall_header_navigation_phpbb.html,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** overall_header_navigation_phpbb.html 15 Oct 2009 15:58:29 -0000 1.16 --- overall_header_navigation_phpbb.html 4 Nov 2009 09:42:46 -0000 1.17 *************** *** 88,94 **** </head> <body id="mxbb" class="section-index {S_CONTENT_DIRECTION}"> ! <div id="wrap"> <a id="top"></a> ! <div id="page-header" style="margin-bottom:0px;padding-bottom:0px;"> <div class="headerbar" style="margin-bottom:0px;padding-bottom:0px;"> <div class="inner"> --- 88,94 ---- </head> <body id="mxbb" class="section-index {S_CONTENT_DIRECTION}"> ! <div id="mx-wrap"> <a id="top"></a> ! <div id="mx-page-header" style="margin-bottom:0px;padding-bottom:0px;"> <div class="headerbar" style="margin-bottom:0px;padding-bottom:0px;"> <div class="inner"> *************** *** 145,149 **** <!-- IF USER_LOGGED_IN --> <ul class="linklist leftside"> ! <li class="icon-ucp"><a href="{U_PROFILE}">{L_PROFILE}</a> (<a href="{U_PRIVATEMSGS}">{L_PRIVATEMSGS}</a>)</li> </ul> <!-- ENDIF --> --- 145,150 ---- <!-- IF USER_LOGGED_IN --> <ul class="linklist leftside"> ! <li class="icon-ucp"><a href="{U_PROFILE}">{L_PROFILE}</a></li> ! <li class="icon-msgs"><a href="{U_PRIVATEMSGS}">{L_PRIVATEMSGS}</a></li> </ul> <!-- ENDIF --> *************** *** 169,171 **** <!-- ENDIF --> </div> ! <div id="page-body"> \ No newline at end of file --- 170,172 ---- <!-- ENDIF --> </div> ! <div id="mx-page-body"> \ No newline at end of file |