Importation initiale.
[PlinnDocument.git] / skins / plinn_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: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 a {
12 text-decoration:none;
13 border-bottom:1px solid #369;
14 }
15 <!--
16 a[name] {
17 border:1px solid grey;
18 background: lightgrey url(misc_/Epoz/epoz_button_anchor.gif) -2px -3px no-repeat;
19 padding: 1px 0px 1px 20px;
20 margin: 5px;
21 }
22
23 a[name]:after {
24 content: attr(name);
25 }
26 -->
27 </style>
28 <style tal:condition="python: request.get('css')" type="text/css" media="all"
29 tal:content="string:@import url(${request/css});"></style>
30 <style tal:condition="python: request.get('customcss')" type="text/css" media="all"
31 tal:content="string:@import url(${request/customcss});"></style>
32 <script type="text/javascript" tal:attributes="src here/epoz_script_detect.js/absolute_url"></script>
33 <script type="text/javascript" tal:attributes="src here/epoz_iframe_trigger.js/absolute_url"></script>
34 <script type="text/javascript" tal:attributes="src here/javascript_events_api.js/absolute_url"></script>
35 <script type="text/javascript" tal:attributes="src here/dd_trigger.js/absolute_url"></script>
36 <script type="text/javascript"><!--
37 ddEventDispatch();
38 //-->
39 </script>
40 </head>
41 <body class="plinn_document" contentEditable="true">
42 </body>
43 </html>