Annotation of kupuMPIWG/plone/kupu_plone_layer/emptypage.pt, revision 1.1.1.1

1.1       dwinter     1: <html>
                      2:   <head>
                      3:     <title>Kupu contentarea</title>
                      4:     <link rel="stylesheet" type="text/css" href="#" tal:attributes="href string:${here/portal_url}/kupuplone.css" />
                      5:     <link rel="stylesheet" type="text/css" href="#" tal:attributes="href string:${here/portal_url}/plone.css" />
                      6:     <tal:plone21 condition="exists:here/portal_css">
                      7:     <metal:css metal:use-macro="here/renderAllTheStylesheets/macros/cssrenderer|nothing">
                      8:         <!-- Fetch stylesheets from the CSS Registry -->
                      9:     </metal:css>
                     10:     </tal:plone21>
                     11:     <tal:plone20 condition="not:exists:here/portal_css">
                     12:     <link rel="stylesheet" type="text/css" href="#" tal:attributes="href string:${here/portal_url}/ploneCustom.css" />
                     13:     </tal:plone20>
                     14:     <base href="emptypage"
                     15:         tal:define="tail python:test(here.isPrincipiaFolderish(), '/', '');"
                     16:         tal:attributes="href string:${here/absolute_url}${tail}" />
                     17:   </head>
                     18:   <body class="kupu">
                     19:    
                     20:    <tal:comment replace="nothing">    
                     21:       This template is an empty placeholder, used for loading contents
                     22:       into the Kupu editor-iframe.
                     23:    </tal:comment>
                     24:    
                     25:   </body>
                     26: </html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>