logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

CVS: CMF/CMFDefault/skins/zpt_content - folder_view.pt:1.1.2.1: msg#00248

Subject: CVS: CMF/CMFDefault/skins/zpt_content - folder_view.pt:1.1.2.1
Update of /cvs-repository/CMF/CMFDefault/skins/zpt_content
In directory cvs.zope.org:/tmp/cvs-serv25527/CMFDefault/skins/zpt_content

Added Files:
      Tag: CMF-1_3-branch
        folder_view.pt 
Log Message:


  - Refactor index_html's content display into reusable macros, use in
    new 'folder_view' template.


=== Added File CMF/CMFDefault/skins/zpt_content/folder_view.pt ===
<html metal:use-macro="here/main_template/macros/master" >
<body style="position: relative">

<div metal:fill-slot="header">

  <div metal:use-macro="here/index_html_utils/macros/index_header" />

</div><!-- header slot -->

<div metal:fill-slot="main">

  <div metal:use-macro="here/index_html_utils/macros/index_content" />

  <div metal:use-macro="here/index_html_utils/macros/index_links" />

  <div metal:use-macro="here/index_html_utils/macros/index_folders" />

</div><!-- main slot -->

</body>
</html>





<Prev in Thread] Current Thread [Next in Thread>