Ajout drapeaux isIE7max.
[Epoz.git] / epoz / epoz_core / epoz_blank_iframe.html.pt
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns:tal="http://xml.zope.org/namespaces/tal"
4 xmlns:metal="http://xml.zope.org/namespaces/metal">
5 <head>
6 <base tal:attributes="href python: request.get('pageurl',here.absolute_url())" />
7 <meta http-equiv="Content-Type"
8 tal:define="dummy python:request.RESPONSE.setHeader('Content-Type', 'text/html;; charset=%s' % request.get('charset','utf-8'))"
9 tal:attributes="content python: 'text/html;; charset=%s' % request.get('charset','utf-8')" />
10 <style media="all" type="text/css">
11 <!--
12 a[name] {
13 border:1px solid grey;
14 background: lightgrey url(misc_/Epoz/epoz_button_anchor.gif) -2px -3px no-repeat;
15 padding: 1px 0px 1px 20px;
16 margin: 5px;
17 }
18
19 a[name]:after {
20 content: attr(name);
21 }
22 -->
23 </style>
24 <style tal:condition="python: request.get('css')" type="text/css" media="all"
25 tal:content="string:@import url(${request/css});"></style>
26 <style tal:condition="python: request.get('customcss')" type="text/css" media="all"
27 tal:content="string:@import url(${request/customcss});"></style>
28 <script language="javascript" type="text/javascript" src="misc_/Epoz/epoz_script_detect.js"></script>
29 <script language="javascript" type="text/javascript" src="misc_/Epoz/epoz_iframe_trigger.js"></script>
30 </head>
31 <body class="visualFontSizeCorrection" contentEditable="true" style="height:100%">
32 </body>
33 </html>