<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 python:here.Description().strip() or portal_object.description" />
<meta name="keywords"
<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 id="search_bar">
- <div metal:use-macro="here/realis_main_macros/macros/search_bar">Barre de recherche réalis</div>
+ <div metal:use-macro="here/photo_main_macros/macros/search_bar">Barre de recherche réalis</div>
</div>
<div id="Breadcrumbs"><div metal:use-macro="main_macros/Breadcrumbs">Breadcrumbs</div></div>
<td id="mainCell" width="85%">
- <div class="DesktopStatusBar" tal:condition="request/portal_status_message|nothing">
+ <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 metal:define-slot="footer" tal:replace="nothing">footer slot</div>
</div>
</div>
+ </div>
</td>
<!-- end_main_column -->