[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/Browser - contents.pt:1.1.4.3 loaded_folder_contents.pt:1.1.4.3
Jim Fulton
jim@zope.com
Mon, 10 Jun 2002 10:52:14 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv30254/lib/python/Zope/App/OFS/Content/Folder/Views/Browser
Modified Files:
Tag: Zope-3x-branch
contents.pt loaded_folder_contents.pt
Log Message:
Implemented:
http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/PathNamespaceQualificationSyntax
without a short-hand syntax for the creation namespace which may go
away.
=== Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/Browser/contents.pt 1.1.4.2 => 1.1.4.3 ===
<div metal:fill-slot="body">
-<form action="./view::index.html" method="get">
+<form action="@@index.html" method="get">
<table class="ContentListing">
<caption>Folder Contents
- <a href="./view::addForm.html"> Add... </a> </caption>
+ <a href="@@addForm.html"> Add... </a> </caption>
<tbody>
@@ -82,9 +82,9 @@
i18n:attributes="value string:menu_delete_button">
</form>
-<p><a href="./etc::Services/"
+<p><a href="./++etc++Services/"
tal:condition="context/hasServiceManager">Services</a>
-<a href="./view::addServiceManager.html"
+<a href="@@addServiceManager.html"
tal:condition="not: context/hasServiceManager">Allow Services</a>
</p>
</div>
=== Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/Browser/loaded_folder_contents.pt 1.1.4.2 => 1.1.4.3 ===
<div metal:fill-slot="body">
-<form action="./view::index.html" method="post">
+<form action="@@index.html" method="post">
<table class="ContentListing">
<caption>Folder Contents
- <a href="./view::addForm.html"> Add... </a> </caption>
+ <a href="@@addForm.html"> Add... </a> </caption>
<tbody>