X-Git-Url: https://svn.cri.ensmp.fr/git/Plinn.git/blobdiff_plain/838524f03be924c6ed49c4bd6a91845dd9603406..f53850f9b9d8071258091d66b4c781f2f4399d72:/skins/custom_generic/main_template_standard.pt?ds=sidebyside diff --git a/skins/custom_generic/main_template_standard.pt b/skins/custom_generic/main_template_standard.pt index b0afe10..18f0461 100755 --- a/skins/custom_generic/main_template_standard.pt +++ b/skins/custom_generic/main_template_standard.pt @@ -8,6 +8,7 @@ <head> <title tal:content="here/expanded_title">Title goes here</title> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> <meta name="description" tal:attributes="content portal_object/description" /> <meta name="keywords" tal:condition="exists:portal_object/keywords" @@ -16,11 +17,11 @@ <link rel="Shortcut Icon" type="image/x-icon" href="favicon.ico" tal:attributes="href string:$portal_url/favicon.ico" /> <link rel="alternate" type="application/rss+xml" - tal:define="stool nocall:here/portal_syndication" - tal:attributes="title here/title_or_id ; href string:${here/absolute_url}/RSS" - tal:condition="python:stool.isSyndicationAllowed(here)" /> - - <link rel="stylesheet" media="screen" tal:attributes="href here/global_plinn_style.css/absolute_url" /> + tal:define="stool nocall:here/portal_syndication" + tal:attributes="title here/title_or_id ; href string:${here/absolute_url}/RSS" + tal:condition="python:stool.isSyndicationAllowed(here)" /> + + <link rel="stylesheet" media="screen" tal:attributes="href here/global_plinn_style.css/absolute_url" /> <style type="text/css" media="all" tal:content="string:@import url(${here/calendar-system.css/absolute_url});"></style> <link metal:define-slot="css_slot" tal:replace="nothing" /> @@ -28,46 +29,46 @@ <script type="text/javascript" tal:attributes="src here/javascript_events_api.js/absolute_url"></script> <script type="text/javascript" tal:attributes="src here/sarissa.js/absolute_url"></script> <script type="text/javascript"> - //<!-- - function absolute_url() { - var e = document.getElementById("Object_URL"); - if (e) - return e.innerHTML; - else { - e = document.getElementById("BC_Object_URL"); - if (e) - return e.innerHTML; - else - return document.location.href; - } - } - - function portal_url() { - var e = document.getElementById("Portal_URL"); - return e.innerHTML; - } - - var startupFunctions = new Array(); - - function registerStartupFunction(fct) { - startupFunctions.push(fct); - } - - function runAjaxStartup() { - for (var i = 0 ; i < startupFunctions.length ; i++) - startupFunctions[i](); - } - - addListener(window, 'load', runAjaxStartup); - - var progressImage; - function _initLoadingStatus() { - progressImage = document.getElementById('loading_progress'); - } - registerStartupFunction(_initLoadingStatus); - - function showProgressImage() { progressImage.style.display = 'inline'; } - function hideProgressImage() { progressImage.style.display = 'none'; } + //<!-- + function absolute_url() { + var e = document.getElementById("Object_URL"); + if (e) + return e.innerHTML; + else { + e = document.getElementById("BC_Object_URL"); + if (e) + return e.innerHTML; + else + return document.location.href; + } + } + + function portal_url() { + var e = document.getElementById("Portal_URL"); + return e.innerHTML; + } + + var startupFunctions = new Array(); + + function registerStartupFunction(fct) { + startupFunctions.push(fct); + } + + function runAjaxStartup() { + for (var i = 0 ; i < startupFunctions.length ; i++) + startupFunctions[i](); + } + + addListener(window, 'load', runAjaxStartup); + + var progressImage; + function _initLoadingStatus() { + progressImage = document.getElementById('loading_progress'); + } + registerStartupFunction(_initLoadingStatus); + + function showProgressImage() { progressImage.style.display = 'inline'; } + function hideProgressImage() { progressImage.style.display = 'none'; } // --> @@ -75,91 +76,93 @@ <script type="text/javascript" tal:attributes="src here/base_properties.js/absolute_url"></script> <script type="text/javascript" tal:attributes="src here/fragment_importer.js/absolute_url"></script> <script type="text/javascript" tal:attributes="src here/ajax_form_manager.js/absolute_url"></script> - <script type="text/javascript" tal:attributes="src here/root_handlers.js/absolute_url"></script> - <script type="text/javascript" tal:attributes="src here/plinn_script_loader.js/absolute_url"></script> + <script type="text/javascript" tal:attributes="src here/root_handlers.js/absolute_url"></script> + <script type="text/javascript" tal:attributes="src here/plinn_script_loader.js/absolute_url"></script> <script type="text/javascript" metal:define-slot="javascript_head_slot" tal:replace="nothing"></script> </head> <body> - <span style="display:none"> - <span id="Portal_URL" tal:content="portal_url"></span> - <span id="ajax_config" tal:content="python:request.get('ajaxConfig', request.SESSION.get('ajaxConfig', portal_object.getProperty('ajax_config')))"></span> - <script type="text/javascript"> - // <!-- - AJAX_CONFIG = document.getElementById('ajax_config'); - AJAX_CONFIG = parseInt(AJAX_CONFIG.innerHTML); - // --> - </script> - </span> - <a href="#documentContent" i18n:translate="" i18n:domain="plinn" class="hidden">Skip to content</a> - <div metal:use-macro="main_macros/top_bar">Top bar</div> - <div metal:use-macro="main_macros/user_menu_bar">User menu bar</div> - <div id="Breadcrumbs"><div metal:use-macro="main_macros/Breadcrumbs">Breadcrumbs</div></div> - - <div id="main_body"> - <table id="Forematter" width="100%" cellspacing="0"> - <tr> - <td id="leftCell" class="boxes_container" width="15%"> - <span metal:use-macro="main_macros/leftCell">Left cell</span> - </td> - - <td id="mainCell" width="70%"> - - <div id="DesktopStatusBar" tal:condition="request/portal_status_message|nothing"> - <img src="info.gif" alt="Information" tal:attributes="src here/info.gif/absolute_url" i18n:attributes="alt" /> - <span tal:content="request/portal_status_message" i18n:translate="">Status message.</span> - </div> - - <a name="documentContent"></a> - <div metal:define-slot="main_no_tabs" tal:omit-tag=""> - <div tal:condition="specialCtxHeader" tal:content="structure specialCtxHeader">special context header</div> - <div id="ContentTabs" tal:condition="not:specialCtxHeader"> - <div class="tabs" metal:use-macro="here/tabs/macros/tabs">Content tabs</div> - <div metal:use-macro="here/tabs/macros/additional_tabs">Additional tabs</div> - </div> - <div id="ForematterCell"> - <div class="header"> - <div tal:omit-tag="" metal:define-slot="header"> - <h1 id="DesktopTitle"> - <span tal:replace="here/title_or_id">Page Title</span> - </h1> - <div id="DesktopDescription" tal:content="structure here/Description"> - Description of the resource goes here, perhaps even wrapping lines; this is to make it long enough to test. - </div> - </div> - </div> - - <div id="Desktop"> - <div metal:define-slot="main"> - <h2>Section Header</h2> - <p>The content of the object is <a href=".">rendered</a> - hre. Lorem ipsum dolorem. Nihil obstat imprimatur. Semper ubi sub ubi. - Non illegitimi carborundum. In vino veritas. E pluribus unam. - </p> - </div> - </div> - <div tal:condition="not:isAnon" tal:omit-tag=""> - <div id="ContentByLine" metal:use-macro="here/content_byline/macros/byline"> - Content by me - </div> + <div id="main-wrapper"> + <span style="display:none"> + <span id="Portal_URL" tal:content="portal_url"></span> + <span id="ajax_config" tal:content="python:request.get('ajaxConfig', request.SESSION.get('ajaxConfig', portal_object.getProperty('ajax_config')))"></span> + <script type="text/javascript"> + // <!-- + AJAX_CONFIG = document.getElementById('ajax_config'); + AJAX_CONFIG = parseInt(AJAX_CONFIG.innerHTML); + // --> + </script> + </span> + <div metal:use-macro="main_macros/top_bar">Top bar</div> + <div metal:use-macro="main_macros/user_menu_bar">User menu bar</div> + <div id="Breadcrumbs"><div metal:use-macro="main_macros/Breadcrumbs">Breadcrumbs</div></div> + + <div id="main_body"> + <table id="Forematter" width="100%" cellspacing="0"> + <tr> + <td id="leftCell" class="boxes_container" width="15%"> + <span metal:use-macro="main_macros/leftCell">Left cell</span> + </td> + + <td id="mainCell" width="70%"> + + <div id="DesktopStatusBar" tal:condition="request/portal_status_message|nothing"> + <img src="info.gif" alt="Information" tal:attributes="src here/info.gif/absolute_url" i18n:attributes="alt" /> + <span tal:content="request/portal_status_message" i18n:translate="">Status message.</span> + </div> + + <a name="documentContent"></a> + <div metal:define-slot="body" tal:omit-tag=""> + <div metal:define-slot="main_no_tabs" tal:omit-tag=""> + <div tal:condition="specialCtxHeader" tal:content="structure specialCtxHeader">special context header</div> + <div id="ContentTabs" tal:condition="not:specialCtxHeader"> + <div class="tabs" metal:use-macro="here/tabs/macros/tabs">Content tabs</div> + <div metal:use-macro="here/tabs/macros/additional_tabs">Additional tabs</div> </div> - <div metal:define-slot="footer" tal:replace="nothing">footer slot</div> - </div> - </div> + <div id="ForematterCell"> + <div class="header"> + <div tal:omit-tag="" metal:define-slot="header"> + <h1 id="DesktopTitle"> + <span tal:replace="here/title_or_id">Page Title</span> + </h1> + <div id="DesktopDescription" tal:content="structure here/Description"> + Description of the resource goes here, perhaps even wrapping lines; this is to make it long enough to test. + </div> + </div> + </div> - </td> - <!-- end_main_column --> + <div id="Desktop"> + <div metal:define-slot="main"> + <h2>Section Header</h2> + <p>The content of the object is <a href=".">rendered</a> + hre. Lorem ipsum dolorem. Nihil obstat imprimatur. Semper ubi sub ubi. + Non illegitimi carborundum. In vino veritas. E pluribus unam. + </p> + </div> + </div> + <div tal:condition="not:isAnon" tal:omit-tag=""> + <div id="ContentByLine" metal:use-macro="here/content_byline/macros/byline"> + Content by me + </div> + </div> + <div metal:define-slot="footer" tal:replace="nothing">footer slot</div> + </div> + </div> + </div> + </td> + <!-- end_main_column --> - <td id="rightCell" class="boxes_container" width="15%"> - <div metal:use-macro="main_macros/rightCell">Right cell</div> - </td> - </tr> - </table> - <div id="Footer" tal:content="python:getattr(portal_object, 'copyright_notice','') or '© Benoît Pin â Ãcole des mines de Paris 2006-2009'">© Benoît Pin â Ãcole des mines de Paris 2006-2009</div> - </div> - <div metal:use-macro="here/widgets/macros/debug"> - DEBUG Information + <td id="rightCell" class="boxes_container" width="15%"> + <div metal:use-macro="main_macros/rightCell">Right cell</div> + </td> + </tr> + </table> + </div> + <div id="Footer" tal:content="python:getattr(portal_object, 'copyright_notice','') or '© 2006-2014 MINES ParisTech â Benoît Pin'">© notice</div> + <div metal:use-macro="here/widgets/macros/debug"> + DEBUG Information + </div> </div> </body>