File:  [Repository] / kupuMPIWG / plone / kupu_plone_layer / emptypage.pt
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Aug 30 17:10:22 2005 UTC (18 years, 9 months ago) by dwinter
Branches: first, MAIN
CVS tags: alpha, HEAD


<html>
  <head>
    <title>Kupu contentarea</title>
    <link rel="stylesheet" type="text/css" href="#" tal:attributes="href string:${here/portal_url}/kupuplone.css" />
    <link rel="stylesheet" type="text/css" href="#" tal:attributes="href string:${here/portal_url}/plone.css" />
    <tal:plone21 condition="exists:here/portal_css">
    <metal:css metal:use-macro="here/renderAllTheStylesheets/macros/cssrenderer|nothing">
        <!-- Fetch stylesheets from the CSS Registry -->
    </metal:css>
    </tal:plone21>
    <tal:plone20 condition="not:exists:here/portal_css">
    <link rel="stylesheet" type="text/css" href="#" tal:attributes="href string:${here/portal_url}/ploneCustom.css" />
    </tal:plone20>
    <base href="emptypage"
        tal:define="tail python:test(here.isPrincipiaFolderish(), '/', '');"
        tal:attributes="href string:${here/absolute_url}${tail}" />
  </head>
  <body class="kupu">
   
   <tal:comment replace="nothing">    
      This template is an empty placeholder, used for loading contents
      into the Kupu editor-iframe.
   </tal:comment>
   
  </body>
</html>

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