|
From: OryNider <ory...@us...> - 2007-12-16 03:40:20
|
Update of /cvsroot/mxbb/core/templates/prosilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv22244 Modified Files: overall_header_navigation.html Added Files: overall_header_navigation_phpbb.html Log Message: prosilver header Index: overall_header_navigation.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/overall_header_navigation.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** overall_header_navigation.html 9 Sep 2007 16:50:46 -0000 1.1 --- overall_header_navigation.html 16 Dec 2007 03:40:14 -0000 1.2 *************** *** 426,438 **** </head> <body id="mxbb" class="section-index {S_CONTENT_DIRECTION}"> - <div id="wrap"> ! ! <a name="top" id="top"></a> <div id="page-header"> <div class="headerbar"> <div class="inner"><span class="corners-top"><span></span></span> <div id="site-description"> ! <a href="{U_INDEX}" title="{L_INDEX}" id="logo"><img src="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/logo.gif" border="0" alt="{L_INDEX}" vspace="1"/></a> <h1>{SITENAME}</h1> <p>{SITE_DESCRIPTION}</p> --- 426,436 ---- </head> <body id="mxbb" class="section-index {S_CONTENT_DIRECTION}"> <div id="wrap"> ! <a id="top" name="top"></a> <div id="page-header"> <div class="headerbar"> <div class="inner"><span class="corners-top"><span></span></span> <div id="site-description"> ! <a href="{U_INDEX}" title="{L_INDEX}" id="logo"><img src="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/logo.gif" width="139" height="52" alt="" title="" /></a> <h1>{SITENAME}</h1> <p>{SITE_DESCRIPTION}</p> *************** *** 442,468 **** <form action="{U_SEARCH}" method="get" id="search"> <fieldset> ! <input name="search_keywords" id="keywords" type="text" maxlength="128" title="" class="inputbox search" value="{L_SEARCH}..." onclick="if(this.value=='{L_SEARCH}...')this.value='';" onblur="if(this.value=='')this.value='{L_SEARCH}...';" /> <input class="button2" value="{L_SEARCH}" type="submit" /><br /> {S_HIDDEN_FIELDS} ! </fieldset> </form> </div> <span class="corners-bottom"><span></span></span></div> </div> ! <div class="navbar"> ! <div class="inner"><span class="corners-top"><span></span></span> ! <ul class="linklist navlinks"> ! <!-- BEGIN switch_user_logged_out --> ! <li class="linklist"> ! <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> ! </li> ! <!-- END switch_user_logged_out --> ! <li class="linklist"> ! <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> ! </li> ! </ul> ! <span class="corners-bottom"><span></span></span> ! </div> ! </div> <!-- BEGIN switch_view --> <ul> --- 440,454 ---- <form action="{U_SEARCH}" method="get" id="search"> <fieldset> ! <input name="search_keywords" id="keywords" type="text" maxlength="128" title="" class="inputbox search" value="{L_SEARCH}..." onclick="if(this.value=='{L_SEARCH}...')this.value='';" onblur="if(this.value=='')this.value='{L_SEARCH}...';" /> <input class="button2" value="{L_SEARCH}" type="submit" /><br /> {S_HIDDEN_FIELDS} ! </fieldset> </form> </div> <span class="corners-bottom"><span></span></span></div> </div> ! <div class="inner"> ! {OVERALL_NAVIGATION} ! </div> <!-- BEGIN switch_view --> <ul> *************** *** 492,494 **** <a name="start_here"></a> <div id="page-body"> ! <li>{OVERALL_NAVIGATION}</li> --- 478,480 ---- <a name="start_here"></a> <div id="page-body"> ! --- NEW FILE: overall_header_navigation_phpbb.html --- <!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"> <!-- 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 --> <link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}styles/prosilver/theme/stylesheet.css" 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 --> <!-- BEGIN switch_gecko --><link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}templates/prosilver/{T_GECKO_STYLESHEET}" type="text/css" ><!-- END switch_gecko --> <style type="text/css"> <!-- body { /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */ font-family: Verdana, Helvetica, Arial, sans-serif; color: #828282; background-color: #FFFFFF; /*font-size: 62.5%; This sets the default font size to be equivalent to 10px */ font-size: 10px; margin: 0; padding: 12px 0; display: block; list-style-type: none; color: #777777; margin: 0; color: #4C5D77; } body { font-size: 10px; margin:0px; padding:0px; /* Opera 0 margin */ text-align: center; /* center in IE */ } 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; } /* This is the outline table round the columns/blocks, that is the table below the header */ .mx_body_table { } /* This is the outer outline table round the blocks */ .mx_graphborder { } /* Table styles */ table { width: 100%; border: 1px solid #CCCFD3; background-color: #FFFFFF; padding: 1px; } th { padding: 3px 4px; color: #FFFFFF; background: #70AED3 url("{U_PHPBB_ROOT_PATH}templates/prosilver/theme/images/bg_list.gif") bottom left repeat-x; border-top: 1px solid #6DACD2; border-bottom: 1px solid #327AA5; text-align: left; font-size: 0.75em; text-transform: uppercase; } th.1 { color: #B7BAC5; font-size: 11px; font-weight : bold; BORDER-RIGHT: #47475D 1px solid; BORDER-TOP: #121316 2px solid; BORDER-BOTTOM: #47475D 1px solid; BORDER-LEFT: #121316 2px solid; background:#70AED3; height: 25px; background-image: url({U_PHPBB_ROOT_PATH}templates/prosilver/theme/images/bg_list.gif); } td { text-align: left; line-height: 1.20em; } th.thHead { background: url({U_PHPBB_ROOT_PATH}templates/prosilver/theme/images/bg_list.gif) left; } td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { BORDER-RIGHT: #47475D 1px solid; BORDER-TOP: #121316 2px solid; BORDER-BOTTOM: #47475D 1px solid; BORDER-LEFT: #121316 2px solid; background-image: url({U_PHPBB_ROOT_PATH}templates/prosilver/theme/images/gradient.gif); background:#D1D7DC; font-size: 12px; } 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; } td.row3Right,td.spaceRow { font-size: 12px; background-color: #B9B9B9; BORDER-TOP: #B7B7B7 1px solid; BORDER-BOTTOM: #E7E7E7 1px solid; BORDER-LEFT: #B7B7B7 1px solid; BORDER-RIGHT: #E7E7E7 1px solid; } td.catHead { font-size: 12px; BORDER-RIGHT: #47475D 1px solid; BORDER-TOP: #121316 2px solid; BORDER-BOTTOM: #47475D 1px solid; BORDER-LEFT: #121316 2px solid; background:#1E1E2A; } td.catSides { BORDER-RIGHT: #47475D 1px solid; BORDER-TOP: #121316 2px solid; BORDER-BOTTOM: #47475D 1px solid; BORDER-LEFT: #121316 2px solid; background:#1E1E2A; } td.catRight { BORDER-RIGHT: #47475D 1px solid; BORDER-TOP: #121316 2px solid; BORDER-BOTTOM: #47475D 1px solid; BORDER-LEFT: #121316 2px solid; background:#1E1E2A; } td.catLeft { BORDER-RIGHT: #47475D 1px solid; BORDER-TOP: #121316 2px solid; BORDER-BOTTOM: #47475D 1px solid; BORDER-LEFT: #121316 2px solid; background:#1E1E2A; } td.catBottom { BORDER-RIGHT: #47475D 1px solid; BORDER-TOP: #121316 2px solid; BORDER-BOTTOM: #47475D 1px solid; BORDER-LEFT: #121316 2px solid; background:#1E1E2A; } .rtl th, .rtl td { text-align: right; } table.type2 { border: none; background: none; padding: 0; } table.type2 th { background: none; border-top: none; text-align: center; color: #115098; padding: 2px 0; } table.type2 td { padding: 0; font-size: 11px; } table.type2 td.name { padding: 2px; vertical-align: middle; } table.type3 { float: right; width: 300px; border: none; background-color: transparent; padding: 0; } .rtl table.type3 { float: left; } table.type3 thead th { background-color: transparent; border-top: none; text-align: center; color: #115098; padding: 0 3px; font-size: 11px; font-weight: normal; text-transform: none; } table.type3 tbody th { border-top: none; text-align: left; text-transform: none; padding: 0; border: none; font-size: 12px; font-weight: normal; width: 100%; } .rtl table.type3 tbody th { text-align: right; } table.type3 td { text-align: center; padding: 1px; } th.name { text-align: left; width: auto; } .rtl th.name { text-align: right; } td.name { text-align: left; font-weight: bold; } .rtl td.name { text-align: right; } .entry { text-align: left; font-weight: normal; } .rtl .entry { text-align: right; } .row1 { background-color: #F9F9F9; } .row2 { background-color: #DCEBFE; } .row3 { background-color: #DBDFE2; } .row4 { background-color: #E4E8EB; } .col1 { background-color: #DCEBFE; } .col2 { background-color: #F9F9F9; } .spacer { background-color: #DBDFE2; height: 1px; line-height: 1px; } /* These are the main mx column styles */ td.leftcol { } td.middlecol { } td.rightcol { } /* This is the style used for the top page title. */ .pagetitle { font-weight: bold; font-size: 30px; font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif; text-decoration: none; line-height : 120%; color : #000066; font-variant: small-caps; text-transform: capitalize; letter-spacing: 5px; vertical-align: 20%; } /* This is the style used for the top site title. */ .sitetitle { font-family: Arial; font-variant: small-caps; font-weight: bolder; font-size: 12pt; color: #000066; } /* This is the style used for the top site description. */ .sitetitle_desc { color: #006699; font-size: 9px; } /* Customized hr below site title */ hr.hrtop { height: 3px; border: solid #000066 1px; border-top-width: 1px; } /* For all contract/expand rollup buttons */ .mx_rollup_button { font-size: 11px; margin: 0px; padding: 0px; cursor: pointer; cursor: hand; } /* Form elements */ form { margin-bottom: 0px; } /* Form elements */ form.mx_editform { margin-bottom: 0px; margin-top: 0px; } /* This is the border around numbers in pagination */ .mx_pagination, .mx_pagination_sele, .mx_pagination_over { padding-left: 2px; padding-right: 2px; border-top: 1px solid #B0B0B0; border-right: 1px solid #B0B0B0; border-bottom: 1px solid #B0B0B0; border-left: 1px solid #B0B0B0; text-decoration: none; } .mx_pagination_sele { background-color: #E0E0E0; } .mx_pagination_over { background-color: #F0F0F0; } .shadow { color: #00AA00; filter: DropShadow(Color=#660000, OffX=5, OffY=5, Positive=1); } img.shadow { color: #00AA00; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray', Positive='true'); } --> </style> {MX_ADDITIONAL_CSS} {MX_ICON_CSS} <script type="text/javascript" src="{U_PHPBB_ROOT_PATH}templates/prosilver/forum_fn.js"></script> <!-- BEGIN switch_enable_pm_popup --> <script language="javascript" type="text/javascript"><!-- if( {PRIVATE_MESSAGE_NEW_FLAG} ) { window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400'); } // --></script> <!-- END switch_enable_pm_popup --> <script language="javascript" type="text/javascript"><!-- function checkSearch() { if (document.search_block.search_engine.value == 'google') { window.open('http://www.google.com/search?q=' + document.search_block.search_keywords.value, '_google', ''); return false; } else if (document.search_block.search_engine.value == 'site') { window.open('{U_SEARCH_SITE}&search_keywords=' + document.search_block.search_keywords.value, '_self', ''); return false; } else if (document.search_block.search_engine.value == 'kb') { window.open('{U_SEARCH_KB}&search_keywords=' + document.search_block.search_keywords.value, '_self', ''); return false; } else if (document.search_block.search_engine.value == 'pafiledb') { window.open('{U_SEARCH_PAFILEDB}&search_keywords=' + document.search_block.search_keywords.value, '_self', ''); return false; } else { return true; } } // --></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 id="mxbb" class="section-index {S_CONTENT_DIRECTION}"> <div id="wrap"> <a id="top" name="top"></a> <div id="page-header"> <div class="headerbar"> <div class="inner"><span class="corners-top"><span></span></span> <div id="site-description"> <a href="{U_INDEX}" title="{L_INDEX}" id="logo"><img src="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/logo.gif" width="139" height="52" alt="" title="" /></a> <h1>{SITENAME}</h1> <p>{SITE_DESCRIPTION}</p> <p style="display: none;"><a href="#start_here">{L_SKIP}</a></p> </div> <div id="search-box"> <form action="{U_SEARCH}" method="get" id="search"> <fieldset> <input name="search_keywords" id="keywords" type="text" maxlength="128" title="" class="inputbox search" value="{L_SEARCH}..." onclick="if(this.value=='{L_SEARCH}...')this.value='';" onblur="if(this.value=='')this.value='{L_SEARCH}...';" /> <input class="button2" value="{L_SEARCH}" type="submit" /><br /> {S_HIDDEN_FIELDS} </fieldset> </form> </div> <span class="corners-bottom"><span></span></span></div> </div> <div class="inner"> {OVERALL_NAVIGATION} </div> <div class="navbar"> <div class="inner"><span class="corners-top"><span></span></span> <ul class="linklist navlinks"> <li><a href="{U_INDEX}" class="mainmenu"><img src="{NAV_IMAGES_HOME}" class="mx_icon" border="0" alt="" hspace="1" align="middle" /></a><span class="mainmenu"><a href="{U_INDEX}" class="mainmenu">{L_HOME}</a></span> </li> <li class="linklist"> <a href="{U_INDEX_FORUM}" class="mainmenu"><img src="{NAV_IMAGES_FORUM}" class="mx_icon" border="0" alt="" hspace="1" align="middle" /></a><span class="mainmenu"><a href="{U_INDEX_FORUM}" class="mainmenu">{L_FORUM}</a></span> </li> <li class="linklist"> <!-- BEGIN switch_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> <!-- END switch_user_logged_in --> </li> <li class="linklist"> <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> <li> <!-- <li class="linklist"> <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> </li> --> <li class="linklist"> <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> </li> <li class="linklist"> <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> </li> <!-- BEGIN switch_user_logged_in --> <li class="linklist"> <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> <!-- END switch_user_logged_in --> </li> <!-- END switch_user_logged_in --> <!-- BEGIN switch_user_logged_out --> <li class="linklist"> <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> </li> <!-- END switch_user_logged_out --> <li class="linklist"> <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> </li> </ul> <span class="corners-bottom"><span></span></span> </div> </div> <!-- BEGIN switch_view --> <ul> <li><span class="gensmall">{CURRENT_TIME}</span></li> </ul> <ul> <li><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></li> </ul> <!-- END switch_view --> <!-- BEGIN phpbb_stats --> <ul> <li align="left" valign="top" ><span class="gensmall"> <!-- BEGIN switch_user_logged_in --> {LAST_VISIT_DATE}<br /> <!-- END switch_user_logged_in --> {CURRENT_TIME}<br /></span> </li> <li align="right" valign="top" > <!-- BEGIN switch_user_logged_in --> <a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br /><a href="{U_SEARCH_SELF}" class="gensmall">{L_SEARCH_SELF}</a><br /> <!-- END switch_user_logged_in --> <a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a> </li> </ul> <!-- END phpbb_stats --> </div> <a name="start_here"></a> <div id="page-body"> |