[CMF-checkins] CVS: CMF - main_template.pt:1.1 index_html.pt:1.2 standard_template.pt:NONE
andrew@digicool.com
andrew@digicool.com
Wed, 20 Jun 2001 14:48:25 -0400 (EDT)
Update of /cvs-repository/CMF/CMFDecor/skins/first
In directory korak.digicool.com:/tmp/cvs-serv19551
Modified Files:
index_html.pt
Added Files:
main_template.pt
Removed Files:
standard_template.pt
Log Message:
*changed standard_template to main_template and changes made to
ensure it works with the existing pagetemplates.
--- Added File main_template.pt in package CMF ---
<html metal:define-macro="master">
<head>
<title tal:define="ob_title here/Title; portal_title container/title" tal:content="string:${portal_title}: ${ob_title}">The title</title>
<div tal:replace="structure container/css_inline_or_link"/>
</head>
<body>
<div metal:use-macro="container/standard_top_bar/macros/top_bar"/>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<!-- Vertical whitespace -->
<td colspan="4"><br/></td>
</tr>
<tr valign="top">
<td class="SideBar" width="15%" align="left" valign="top" tal:content="structure container/actions_box">
Actions box
</td>
<!-- Horizontal whitespace -->
<td width="1%"> </td>
<td class="Desktop" colspan="2" width="84%" valign="top">
<p tal:condition="exists:options/portal_status_message" tal:content="options/portal_status_message" class="DesktopStatusBar"></p>
<div tal:condition="exists:here/localHeader" replace="structure here/localHeader"/>
<div metal:define-slot="main"/>
<div tal:condition="exists:here/localFooter" replace="structure here/localFooter"/>
</td>
</tr>
</table>
</body>
</html>
--- Updated File index_html.pt in package CMF --
--- index_html.pt 2001/04/04 21:43:08 1.1.1.1
+++ index_html.pt 2001/06/20 18:48:25 1.2
@@ -1,6 +1,6 @@
-<html metal:use-macro="container/standard_template/macros/page">
+<html metal:use-macro="container/main_template/macros/master">
<body>
- <div metal:fill-slot="content">
+ <div metal:fill-slot="main">
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
--- Removed file standard_template.pt from package CMF --