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

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


Update of /cvs-repository/CMF/CMFDefault/skins/zpt_content
In directory cvs.zope.org:/tmp/cvs-serv3292/CMFDefault/skins/zpt_content

Added Files:
	folder_view.pt 
Log Message:
 - Merge index_html improvements from 1.3 branch.

=== CMF/CMFDefault/skins/zpt_content/folder_view.pt 1.1 => 1.2 ===
+<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>