source: products/qSEOptimizer/tags/0.5.3/skins/qSEOptimizer/2.0.1/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.1 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                       here_title here/title_or_id;
17                       here_id here/getId;
18                       template_title template/title_or_id;
19                       here_title python: portal_title != here_title and here_title or template_title;
20                       here_title python: here_id != here_title and here_title or template_title;"
21           tal:content="string:$portal_title - $here_title">
22      Title of page
23    </title>
24
25    <tal:html_comment define="comment here/qSEO_HTML_Comment|nothing" condition="comment">
26      <tal:html_comment_start replace="structure string:&lt;!--" />
27        <tal:comment replace="comment" />
28      <tal:html_comment_end replace="structure string:--&gt;" />
29    </tal:html_comment>
30
31    <metal:baseslot define-slot="base" />
32
33    <meta name="generator" content="Plone - http://plone.org" />
34
35    <meta tal:condition="here/listMetaTags|nothing"
36          tal:repeat="keyval here/listMetaTags"
37          tal:attributes="name python:keyval[0];
38                          content python:keyval[1];" />
39
40    <link rel="Stylesheet" type="text/css" href="" tal:attributes="href string:$portal_url/ploneNS4.css" />
41
42    <style type="text/css" media="all" tal:condition="exists: portal/ploneColumns.css"
43           tal:content="string:@import url($portal_url/ploneColumns.css);">
44    </style>
45
46    <style type="text/css" media="screen"
47           tal:content="string: @import url($portal_url/plone.css);">
48    </style>
49
50    <style type="text/css" media="screen"
51           tal:condition="nothing"
52           tal:content="string: @import url($portal_url/ploneDeprecated.css);">
53    </style>
54
55    <link rel="alternate stylesheet" type="text/css" media="screen" href="" tal:attributes="href string:$portal_url/ploneTextSmall.css" title="Small Text" />
56    <link rel="alternate stylesheet" type="text/css" media="screen" href="" tal:attributes="href string:$portal_url/ploneTextLarge.css" title="Large Text" />
57
58    <style type="text/css" media="all" tal:condition="exists: portal/ploneCustom.css"
59           tal:content="string:@import url($portal_url/ploneCustom.css);">
60    </style>
61
62    <link rel="stylesheet" type="text/css" media="print" href=""
63          tal:attributes="href string:$portal_url/plonePrint.css" />
64
65    <link rel="stylesheet" type="text/css" media="projection" href=""
66          tal:attributes="href string:$portal_url/plonePresentation.css" />
67
68    <tal:iefixstart replace="structure string:&lt;!--[if IE]&gt;" />
69    <style type="text/css" media="all" tal:condition="exists: portal/ploneIEFixes.css"
70           tal:content="string:@import url($portal_url/ploneIEFixes.css);">
71    </style>
72    <tal:iefixend replace="structure string:&lt;![endif]--&gt;" />
73
74    <link rel="shortcut icon" href="" type="image/x-icon" tal:attributes="href string:$portal_url/favicon.ico" />
75
76    <link rel="search" href="" title="Search this site" tal:attributes="href string:$portal_url/search_form" />
77
78    <tal:comment tal:replace="nothing">
79      <link rel="help" href="" title="Help" tal:attributes="href string:$portal_url/help" />
80      <link rel="contents" href="" title="Site Map" tal:attributes="href string:$portal_url/sitemap" />
81    </tal:comment>
82    <link rel="up" href="" title="Up one level"
83          tal:define="parent python:here.navigationParent(here, template_id)"
84          tal:attributes="href python:test(parent, parent, '#')" />
85    <link rel="copyright" href="" title="Copyright information" tal:attributes="href string:copyright" />
86    <link rel="author" href="" title="Author information" tal:attributes="href string:author" />
87
88    <metal:block metal:define-slot="rel_slot" tal:replace="nothing">
89      Inserts rel links specified from a page.
90    </metal:block>
91
92    <meta http-equiv="imagetoolbar" content="no" />
93
94    <metal:block metal:define-slot="css_slot" tal:replace="nothing">
95      Inserts CSS specified from a page.
96    </metal:block>
97
98    <metal:block metal:define-slot="head_slot" tal:replace="nothing">
99      Flexibility for published templates to inject stuff into the head tag.
100    </metal:block>
101
102    <metal:block metal:define-slot="javascript_head_slot" tal:replace="nothing">
103      Inserts javascript specified from a page.
104    </metal:block>
105
106    <script tal:condition="not: isAnon"
107            type="text/javascript"
108            tal:attributes="src string:$portal_url/plone_menu.js">
109    </script>
110
111    <script type="text/javascript"
112            tal:attributes="src string:$portal_url/plone_javascript_variables.js">
113    </script>
114
115    <script type="text/javascript"
116            tal:attributes="src string:$portal_url/plone_javascripts.js">
117    </script>
118
119    <tal:block tal:define="showdefault python:test(portal.portal_memberdata.getProperty('formtooltips'), 'true', 0);
120                           formtooltips python:member.getProperty('formtooltips', showdefault)"
121               tal:omit-tag="">
122
123      <tal:oldjs tal:condition="nothing">
124        <script type="text/javascript"
125                tal:condition="formtooltips"
126                tal:attributes="src string:$portal_url/plone_formtooltip.js">
127        </script>
128
129        <tal:block tal:condition="not:formtooltips">
130          <tal:block tal:replace="structure string:&lt;script language='javascript' type='text/javascript' &gt;" />
131          <metal:block >function formtooltip(el,flag){}</metal:block>
132          <tal:block tal:replace="structure python:'&lt;/script&gt;'" />
133        </tal:block>
134      </tal:oldjs>
135
136    </tal:block>
137  </head>
138
139  <body>
140  </body>
141
142</html>
Note: See TracBrowser for help on using the repository browser.