[CMF-checkins] CVS: CMF/CMFDefault/skins/zpt_content - content_publish_form.pt:1.2.4.1 content_reject_form.pt:1.2.4.1 content_retract_form.pt:1.2.4.1 content_status_history.pt:1.2.4.1 content_submit_form.pt:1.2.4.1 discussionitem_view.pt:1.2.4.1 document_edit_form.pt:1.2.4.1 document_view.pt:1.2.4.1 favorite_view.pt:1.2.4.1 file_edit_form.pt:1.2.4.1 file_view.pt:1.2.4.1 folder_edit_form.pt:1.2.4.1 full_metadata_edit_form.pt:1.2.4.1 image_edit_form.pt:1.2.4.1 image_view.pt:1.2.4.1 link_edit_form.pt:1.2.4.1 link_view.pt:1.2.4.1 metadata_edit_form.pt:1.2.4.1 newsitem_edit_form.pt:1.2.4.1 newsitem_view.pt:1.2.4.1
Andrew Sawyers
andrew@zope.com
Tue, 11 Dec 2001 10:54:26 -0500
Update of /cvs-repository/CMF/CMFDefault/skins/zpt_content
In directory cvs.zope.org:/tmp/cvs-serv16236/CMFDefault/skins/zpt_content
Modified Files:
Tag: ExtensionsBranch
content_publish_form.pt content_reject_form.pt
content_retract_form.pt content_status_history.pt
content_submit_form.pt discussionitem_view.pt
document_edit_form.pt document_view.pt favorite_view.pt
file_edit_form.pt file_view.pt folder_edit_form.pt
full_metadata_edit_form.pt image_edit_form.pt image_view.pt
link_edit_form.pt link_view.pt metadata_edit_form.pt
newsitem_edit_form.pt newsitem_view.pt
Log Message:
*Prototype CMF with extensions for webdav
*Things will change to make this functionality baclwards
compatible; beware.
=== CMF/CMFDefault/skins/zpt_content/content_publish_form.pt 1.2 => 1.2.4.1 ===
xmlns:metal="http://xml.zope.org/namespaces/metal"
- metal:use-macro="here/main_template/macros/master">
+ metal:use-macro="here/main_template.pt/macros/master">
<body>
<div metal:fill-slot="main">
<div class="Desktop"
=== CMF/CMFDefault/skins/zpt_content/content_reject_form.pt 1.2 => 1.2.4.1 ===
xmlns:metal="http://xml.zope.org/namespaces/metal"
- metal:use-macro="here/main_template/macros/master">
+ metal:use-macro="here/main_template.pt/macros/master">
<body>
<div metal:fill-slot="main">
<div class="Desktop"
=== CMF/CMFDefault/skins/zpt_content/content_retract_form.pt 1.2 => 1.2.4.1 ===
xmlns:metal="http://xml.zope.org/namespaces/metal"
- metal:use-macro="here/main_template/macros/master">
+ metal:use-macro="here/main_template.pt/macros/master">
<body>
<div metal:fill-slot="main">
<div class="Desktop"
=== CMF/CMFDefault/skins/zpt_content/content_status_history.pt 1.2 => 1.2.4.1 ===
xmlns:metal="http://xml.zope.org/namespaces/metal"
- metal:use-macro="here/main_template/macros/master">
+ metal:use-macro="here/main_template.pt/macros/master">
<body>
<div metal:fill-slot="main">
<div class="Desktop"
=== CMF/CMFDefault/skins/zpt_content/content_submit_form.pt 1.2 => 1.2.4.1 ===
xmlns:metal="http://xml.zope.org/namespaces/metal"
- metal:use-macro="here/main_template/macros/master">
+ metal:use-macro="here/main_template.pt/macros/master">
<body>
<div metal:fill-slot="main">
<div class="Desktop"
@@ -65,4 +65,4 @@
</div>
</div>
</body>
-</html>
\ No newline at end of file
+</html>
=== CMF/CMFDefault/skins/zpt_content/discussionitem_view.pt 1.2 => 1.2.4.1 ===
xmlns:metal="http://xml.zope.org/namespaces/metal"
- metal:use-macro="here/main_template/macros/master">
+ metal:use-macro="here/main_template.pt/macros/master">
<metal:block fill-slot="base">
<base href=""
tal:attributes="href python: here.absolute_url() + '/'">
@@ -16,7 +16,7 @@
Document Description goes here.
</div>
- <div metal:use-macro="here/content_byline/macros/byline">By Me</div>
+ <div metal:use-macro="here/content_byline.pt/macros/byline">By Me</div>
</div>
=== CMF/CMFDefault/skins/zpt_content/document_edit_form.pt 1.2 => 1.2.4.1 ===
xmlns:metal="http://xml.zope.org/namespaces/metal"
- metal:use-macro="here/main_template/macros/master">
+ metal:use-macro="here/main_template.pt/macros/master">
<body>
<div metal:fill-slot="main">
<div class="Desktop">
=== CMF/CMFDefault/skins/zpt_content/document_view.pt 1.2 => 1.2.4.1 ===
xmlns:metal="http://xml.zope.org/namespaces/metal"
- metal:use-macro="here/main_template/macros/master">
+ metal:use-macro="here/main_template.pt/macros/master">
<metal:block fill-slot="base">
<base href=""
tal:attributes="href python: here.absolute_url() + '/'">
@@ -16,7 +16,7 @@
Document Description goes here.
</div>
- <div metal:use-macro="here/content_byline/macros/byline">By Me</div>
+ <div metal:use-macro="here/content_byline.pt/macros/byline">By Me</div>
</div>
@@ -25,7 +25,7 @@
<div tal:replace="structure here/CookedBody">Cooked Body</div>
<div class="Discussion">
- <span tal:replace="structure here/viewThreadsAtBottom"
+ <span tal:replace="structure here/viewThreadsAtBottom.pt"
tal:condition="here/viewThreadsAtBottom|nothing"></span>
</div>
=== CMF/CMFDefault/skins/zpt_content/favorite_view.pt 1.2 => 1.2.4.1 ===
xmlns:metal="http://xml.zope.org/namespaces/metal"
- metal:use-macro="here/main_template/macros/master">
+ metal:use-macro="here/main_template.pt/macros/master">
<metal:block fill-slot="base">
<base href=""
tal:attributes="href python: here.absolute_url() + '/'">
@@ -16,7 +16,7 @@
Document Description goes here.
</div>
- <div metal:use-macro="here/content_byline/macros/byline">By Me</div>
+ <div metal:use-macro="here/content_byline.pt/macros/byline">By Me</div>
</div>
@@ -28,7 +28,7 @@
>/index_html</a></p>
<div class="Discussion">
- <span tal:replace="structure here/viewThreadsAtBottom"
+ <span tal:replace="structure here/viewThreadsAtBottom.pt"
tal:condition="here/viewThreadsAtBottom|nothing"></span>
</div>
=== CMF/CMFDefault/skins/zpt_content/file_edit_form.pt 1.2 => 1.2.4.1 ===
xmlns:metal="http://xml.zope.org/namespaces/metal"
- metal:use-macro="here/main_template/macros/master">
+ metal:use-macro="here/main_template.pt/macros/master">
<body>
<div metal:fill-slot="main">
=== CMF/CMFDefault/skins/zpt_content/file_view.pt 1.2 => 1.2.4.1 ===
xmlns:metal="http://xml.zope.org/namespaces/metal"
- metal:use-macro="here/main_template/macros/master">
+ metal:use-macro="here/main_template.pt/macros/master">
<metal:block fill-slot="base">
<base href=""
tal:attributes="href python: here.absolute_url() + '/'">
@@ -17,7 +17,7 @@
Document Description goes here.
</div>
- <div metal:use-macro="here/content_byline/macros/byline">By Me</div>
+ <div metal:use-macro="here/content_byline.pt/macros/byline">By Me</div>
</div>
@@ -58,7 +58,7 @@
</p>
<div class="Discussion">
- <span tal:replace="structure here/viewThreadsAtBottom"
+ <span tal:replace="structure here/viewThreadsAtBottom.pt"
tal:condition="here/viewThreadsAtBottom|nothing"></span>
</div>
=== CMF/CMFDefault/skins/zpt_content/folder_edit_form.pt 1.2 => 1.2.4.1 ===
xmlns:metal="http://xml.zope.org/namespaces/metal"
- metal:use-macro="here/main_template/macros/master">
+ metal:use-macro="here/main_template.pt/macros/master">
<body>
<div metal:fill-slot="main">
<div class="Desktop">
=== CMF/CMFDefault/skins/zpt_content/full_metadata_edit_form.pt 1.2 => 1.2.4.1 ===
xmlns:metal="http://xml.zope.org/namespaces/metal"
- metal:use-macro="here/main_template/macros/master">
+ metal:use-macro="here/main_template.pt/macros/master">
<body>
<div metal:fill-slot="main">
<div class="Desktop">
=== CMF/CMFDefault/skins/zpt_content/image_edit_form.pt 1.2 => 1.2.4.1 ===
xmlns:metal="http://xml.zope.org/namespaces/metal"
- metal:use-macro="here/main_template/macros/master">
+ metal:use-macro="here/main_template.pt/macros/master">
<body>
<div metal:fill-slot="main">
<div class="Desktop">
=== CMF/CMFDefault/skins/zpt_content/image_view.pt 1.2 => 1.2.4.1 ===
xmlns:metal="http://xml.zope.org/namespaces/metal"
- metal:use-macro="here/main_template/macros/master">
+ metal:use-macro="here/main_template.pt/macros/master">
<metal:block fill-slot="base">
<base href=""
tal:attributes="href python: here.absolute_url() + '/'">
@@ -16,7 +16,7 @@
Document Description goes here.
</div>
- <div metal:use-macro="here/content_byline/macros/byline">By Me</div>
+ <div metal:use-macro="here/content_byline.pt/macros/byline">By Me</div>
</div>
@@ -25,7 +25,7 @@
<span tal:replace="structure here/tag">Tag</span>
<div class="Discussion">
- <span tal:replace="structure here/viewThreadsAtBottom"
+ <span tal:replace="structure here/viewThreadsAtBottom.pt"
tal:condition="here/viewThreadsAtBottom|nothing"></span>
</div>
=== CMF/CMFDefault/skins/zpt_content/link_edit_form.pt 1.2 => 1.2.4.1 ===
xmlns:metal="http://xml.zope.org/namespaces/metal"
- metal:use-macro="here/main_template/macros/master">
+ metal:use-macro="here/main_template.pt/macros/master">
<body>
<div metal:fill-slot="main">
<div class="Desktop">
=== CMF/CMFDefault/skins/zpt_content/link_view.pt 1.2 => 1.2.4.1 ===
xmlns:metal="http://xml.zope.org/namespaces/metal"
- metal:use-macro="here/main_template/macros/master">
+ metal:use-macro="here/main_template.pt/macros/master">
<metal:block fill-slot="base">
<base href=""
tal:attributes="href python: here.absolute_url() + '/'">
@@ -16,7 +16,7 @@
Document Description goes here.
</div>
- <div metal:use-macro="here/content_byline/macros/byline">By Me</div>
+ <div metal:use-macro="here/content_byline.pt/macros/byline">By Me</div>
</div>
@@ -28,7 +28,7 @@
>http://www.zope.org</a></p>
<div class="Discussion">
- <span tal:replace="structure here/viewThreadsAtBottom"
+ <span tal:replace="structure here/viewThreadsAtBottom.pt"
tal:condition="here/viewThreadsAtBottom|nothing"></span>
</div>
=== CMF/CMFDefault/skins/zpt_content/metadata_edit_form.pt 1.2 => 1.2.4.1 ===
xmlns:metal="http://xml.zope.org/namespaces/metal"
- metal:use-macro="here/main_template/macros/master">
+ metal:use-macro="here/main_template.pt/macros/master">
<body>
<div metal:fill-slot="main">
<div class="Desktop">
=== CMF/CMFDefault/skins/zpt_content/newsitem_edit_form.pt 1.2 => 1.2.4.1 ===
xmlns:metal="http://xml.zope.org/namespaces/metal"
- metal:use-macro="here/main_template/macros/master">
+ metal:use-macro="here/main_template.pt/macros/master">
<body>
<div metal:fill-slot="main">
<div class="Desktop">
=== CMF/CMFDefault/skins/zpt_content/newsitem_view.pt 1.2 => 1.2.4.1 ===
<div class="Discussion">
- <span tal:replace="structure here/viewThreadsAtBottom"
+ <span tal:replace="structure here/viewThreadsAtBottom.pt"
tal:condition="here/viewThreadsAtBottom|nothing"></span>
</div>