[CMF-checkins] CVS: CMF/CMFDefault/skins/zpt_content - folder_view.pt:1.1.2.1

Tres Seaver tseaver@zope.com
Thu, 25 Jul 2002 10:25:53 -0400


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>