|
From: FlorinCB <ory...@us...> - 2008-08-27 06:28:39
|
Update of /cvsroot/mxbb/core/templates/prosilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10088 Modified Files: overall_header.html overall_header_navigation.html overall_header_navigation_nopageicon.html overall_header_navigation_phpbb.html overall_noheader.html Removed Files: overall_header.tpl Log Message: some comments added Index: overall_header_navigation.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/overall_header_navigation.html,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** overall_header_navigation.html 28 Feb 2008 14:02:43 -0000 1.14 --- overall_header_navigation.html 27 Aug 2008 06:28:16 -0000 1.15 *************** *** 10,14 **** <title>{SITENAME} :: {PAGE_TITLE}</title> ! <!-- BEGIN switch_phpbb_stylesheet--><link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}styles/prosilver/theme/stylesheet.css" type="text/css" ><!-- END switch_phpbb_stylesheet--> <!-- IF ENABLE_PM_POPUP --> --- 10,18 ---- <title>{SITENAME} :: {PAGE_TITLE}</title> ! <!-- This should not be included direct from phpBB but later from MXP template folder wich means can be ported to internal backend with no change in this file --> ! <!-- BEGIN switch_phpbb_stylesheet--> ! <link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}styles/prosilver/theme/stylesheet.css" type="text/css" > ! <!-- END switch_phpbb_stylesheet--> ! <!-- IF ENABLE_PM_POPUP --> Index: overall_noheader.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/overall_noheader.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** overall_noheader.html 16 Jun 2008 18:29:58 -0000 1.5 --- overall_noheader.html 27 Aug 2008 06:28:17 -0000 1.6 *************** *** 1,21 **** ! <!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 mxp 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 --> --- 1,16 ---- ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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" /> ! <!-- IF SET_BASE --><base href="{U_PORTAL_ROOT_PATH}" ><!-- ENDIF --> {META} {NAV_LINKS} <title>{SITENAME} :: {PAGE_TITLE}</title> ! ! <!-- This should not be included direct from phpBB but later from MXP template folder wich means can be ported to internal backend with no change in this file --> ! <!-- BEGIN switch_phpbb_stylesheet--> ! <link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}styles/prosilver/theme/stylesheet.css" type="text/css" > ! <!-- END switch_phpbb_stylesheet--> <!-- IF ENABLE_PM_POPUP --> *************** *** 28,35 **** <!-- 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}" /> <a name="top"></a> --- 23,86 ---- <!-- ENDIF --> + <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> + + <!-- This force template reloading in ie7 like CTRL+F5 does and is not very nice + <script type="text/javascript" src="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}styleswitcher.js"></script> + --> + <script type="text/javascript" src="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}forum_fn.js"></script> + + <link href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}theme/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" /> + <link href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_MXBB_STYLESHEET}" rel="stylesheet" type="text/css" media="screen, projection" /> + + <link href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}theme/normal.css" rel="stylesheet" type="text/css" title="A" /> + <link href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}theme/medium.css" rel="alternate stylesheet" type="text/css" title="A+" /> + <link href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}theme/large.css" rel="alternate stylesheet" type="text/css" title="A++" /> + + <!-- IF S_CONTENT_DIRECTION eq 'rtl' --> + <link href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}theme/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" /> + <!-- ENDIF --> + + <!-- 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} + {MX_ICON_CSS} + </head> ! <body id="mxbb" class="section-index {S_CONTENT_DIRECTION}"> <a name="top"></a> --- overall_header.tpl DELETED --- Index: overall_header_navigation_nopageicon.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/overall_header_navigation_nopageicon.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** overall_header_navigation_nopageicon.html 21 Feb 2008 20:04:45 -0000 1.2 --- overall_header_navigation_nopageicon.html 27 Aug 2008 06:28:16 -0000 1.3 *************** *** 10,14 **** <title>{SITENAME} :: {PAGE_TITLE}</title> ! <!-- BEGIN switch_phpbb_stylesheet--><link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}styles/prosilver/theme/stylesheet.css" type="text/css" ><!-- END switch_phpbb_stylesheet--> <!-- IF ENABLE_PM_POPUP --> --- 10,17 ---- <title>{SITENAME} :: {PAGE_TITLE}</title> ! <!-- This should not be included direct from phpBB but later from MXP template folder wich means can be ported to internal backend with no change in this file --> ! <!-- BEGIN switch_phpbb_stylesheet--> ! <link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}styles/prosilver/theme/stylesheet.css" type="text/css" > ! <!-- END switch_phpbb_stylesheet--> <!-- IF ENABLE_PM_POPUP --> Index: overall_header_navigation_phpbb.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/overall_header_navigation_phpbb.html,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** overall_header_navigation_phpbb.html 30 Jul 2008 08:39:06 -0000 1.12 --- overall_header_navigation_phpbb.html 27 Aug 2008 06:28:17 -0000 1.13 *************** *** 10,14 **** <title>{SITENAME} :: {PAGE_TITLE}</title> ! <!-- BEGIN switch_phpbb_stylesheet--><link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}styles/prosilver/theme/stylesheet.css" type="text/css" ><!-- END switch_phpbb_stylesheet--> <!-- IF ENABLE_PM_POPUP --> --- 10,17 ---- <title>{SITENAME} :: {PAGE_TITLE}</title> ! <!-- This should not be included direct from phpBB but later from MXP template folder wich means can be ported to internal backend with no change in this file --> ! <!-- BEGIN switch_phpbb_stylesheet--> ! <link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}styles/prosilver/theme/stylesheet.css" type="text/css" > ! <!-- END switch_phpbb_stylesheet--> <!-- IF ENABLE_PM_POPUP --> Index: overall_header.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/overall_header.html,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** overall_header.html 21 Feb 2008 20:04:45 -0000 1.10 --- overall_header.html 27 Aug 2008 06:28:16 -0000 1.11 *************** *** 9,13 **** <title>{SITENAME} :: {PAGE_TITLE}</title> ! <!-- BEGIN switch_phpbb_stylesheet --><link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}styles/prosilver/theme/stylesheet.css" type="text/css" ><!-- END switch_phpbb_stylesheet --> <!-- IF ENABLE_PM_POPUP --> --- 9,16 ---- <title>{SITENAME} :: {PAGE_TITLE}</title> ! <!-- This should not be included direct from phpBB but later from MXP template folder wich means can be ported to internal backend with no change in this file --> ! <!-- BEGIN switch_phpbb_stylesheet--> ! <link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}styles/prosilver/theme/stylesheet.css" type="text/css" > ! <!-- END switch_phpbb_stylesheet--> <!-- IF ENABLE_PM_POPUP --> |