source: products/qSEOptimizer/tags/0.5.3/skins/qSEOptimizer/2.0.5/header.pt @ 1

Last change on this file since 1 was 1, checked in by myroslav, 18 years ago

Building directory structure

File size: 6.3 KB
Line 
1<html xmlns="http://www.w3.org/1999/xhtml"
2      xml:lang="en"
3      lang="en"
4      i18n:domain="plone"
5      tal:define="Iterator python:modules['Products.CMFPlone'].IndexIterator;
6                  tabindex python:Iterator();">
7
8  <head metal:define-macro="html_header"
9        tal:define="ztu ztu|modules/ZTUtils;
10                    skinrequest python:request.get(here.portal_skins.getRequestVarname(), '');">
11    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
12          tal:define="charset site_properties/default_charset|string:utf-8"
13          tal:attributes="content string:text/html;;charset=${charset}" />
14
15    <title tal:define="portal_title portal_properties/title;
16                       page_title python:here.getPageTitle(here, template, portal_title);
17                       override python: here.hasProperty('qSEO_title')" >
18      <tal:seo condition="override" content="here/qSEO_Title" />
19      <tal:default condition="not:override">
20        <span tal:replace="page_title" />
21        &mdash;
22        <span tal:replace="portal_title" />
23      </tal:default>
24    </title>
25
26    <tal:html_comment define="comment here/qSEO_HTML_Comment|nothing" condition="comment">
27      <tal:html_comment_start replace="structure string:&lt;!--" />
28        <tal:comment replace="comment" />
29      <tal:html_comment_end replace="structure string:--&gt;" />
30    </tal:html_comment>
31
32    <metal:baseslot define-slot="base" />
33
34    <meta name="generator" content="Plone - http://plone.org" />
35
36    <meta tal:define="metatags here/listMetaTags|nothing"
37          tal:condition="metatags"
38          tal:repeat="keyval metatags"
39          tal:attributes="name python:keyval[0];
40                          content python:keyval[1];" />
41
42    <link rel="Stylesheet" type="text/css" href="" tal:attributes="href string:$portal_url/ploneNS4.css" />
43
44    <style type="text/css" media="screen" tal:condition="exists: portal/ploneColumns.css"
45           tal:content="structure string:<!-- @import url($portal_url/ploneColumns.css); -->">
46    </style>
47
48    <style type="text/css" media="screen"
49           tal:content="structure string:<!-- @import url($portal_url/plone.css); -->">
50    </style>
51
52    <style type="text/css" media="screen"
53           tal:condition="nothing"
54           tal:content="string: @import url($portal_url/ploneDeprecated.css);">
55    </style>
56
57    <link rel="alternate stylesheet" type="text/css" media="screen" href="" tal:attributes="href string:$portal_url/ploneTextSmall.css" title="Small Text" />
58    <link rel="alternate stylesheet" type="text/css" media="screen" href="" tal:attributes="href string:$portal_url/ploneTextLarge.css" title="Large Text" />
59
60    <link rel="stylesheet" type="text/css" media="print" href=""
61          tal:attributes="href string:$portal_url/plonePrint.css" />
62
63    <link rel="stylesheet" type="text/css" media="projection" href=""
64          tal:attributes="href string:$portal_url/plonePresentation.css" />
65
66    <tal:iefixstart replace="structure string:&lt;!--[if IE]&gt;" />
67    <style type="text/css" media="all" tal:condition="exists: portal/ploneIEFixes.css"
68           tal:content="string:@import url($portal_url/ploneIEFixes.css);">
69    </style>
70    <tal:iefixend replace="structure string:&lt;![endif]--&gt;" />
71
72
73    <style type="text/css" media="all" tal:condition="exists: portal/ploneCustom.css"
74           tal:content="structure string:<!-- @import url($portal_url/ploneCustom.css); -->">
75    </style>
76
77    <link rel="shortcut icon" href="" type="image/x-icon" tal:attributes="href string:$portal_url/favicon.ico" />
78
79    <link rel="search" href="" title="Search this site" tal:attributes="href string:$portal_url/search_form" />
80
81    <tal:fixme tal:replace="nothing">
82      <link rel="help" href="" title="Help" tal:attributes="href string:$portal_url/help" />
83      <link rel="contents" href="" title="Site Map" tal:attributes="href string:$portal_url/sitemap" />
84    <link rel="copyright" href="" title="Copyright information" tal:attributes="href string:copyright" />
85    <link rel="author" href="" title="Author information" tal:attributes="href string:author" />
86    </tal:fixme>
87
88    <link rel="up" href="" title="Up one level"
89          tal:define="parent python:here.navigationParent(here, template_id)"
90          tal:condition="parent"
91          tal:attributes="href parent" />
92
93    <metal:block metal:define-slot="rel_slot" tal:replace="nothing">
94      Inserts rel links specified from a page.
95    </metal:block>
96
97    <meta http-equiv="imagetoolbar" content="no" />
98
99    <metal:block metal:define-slot="css_slot" tal:replace="nothing">
100      Inserts CSS specified from a page.
101    </metal:block>
102
103    <metal:block metal:define-slot="head_slot" tal:replace="nothing">
104      Flexibility for published templates to inject stuff into the head tag.
105    </metal:block>
106
107    <metal:block metal:define-slot="javascript_head_slot" tal:replace="nothing">
108      Inserts javascript specified from a page.
109    </metal:block>
110
111    <script tal:condition="not: isAnon"
112            type="text/javascript"
113            tal:attributes="src string:$portal_url/plone_menu.js">
114    </script>
115
116    <script type="text/javascript"
117            tal:attributes="src string:$portal_url/plone_javascript_variables.js">
118    </script>
119
120    <script type="text/javascript"
121            tal:attributes="src string:$portal_url/plone_javascripts.js">
122    </script>
123
124    <tal:block tal:define="showdefault python:test(portal.portal_memberdata.getProperty('formtooltips'), 'true', 0);
125                           anonymous portal/portal_membership/isAnonymousUser;
126                           formtooltips python:anonymous and showdefault or member.getProperty('formtooltips', showdefault)"
127               tal:omit-tag="">
128
129      <tal:oldjs tal:condition="nothing">
130        <script type="text/javascript"
131                tal:condition="formtooltips"
132                tal:attributes="src string:$portal_url/plone_formtooltip.js">
133        </script>
134
135        <tal:block tal:condition="not:formtooltips">
136          <tal:block tal:replace="structure string:&lt;script language='javascript' type='text/javascript' &gt;" />
137          <metal:block >function formtooltip(el,flag){}</metal:block>
138          <tal:block tal:replace="structure python:'&lt;/script&gt;'" />
139        </tal:block>
140      </tal:oldjs>
141
142    </tal:block>
143  </head>
144
145  <body>
146  </body>
147
148</html>
Note: See TracBrowser for help on using the repository browser.