[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins/basic/www - view_macros.pt:1.3

Axel Bringenberg A.Bringenberg@srz-berlin.de
Thu, 27 Mar 2003 09:50:59 -0500


Update of /cvs-repository/Zope3/src/zope/app/browser/skins/basic/www
In directory cvs.zope.org:/tmp/cvs-serv22959/skins/newssite/www

Modified Files:
	view_macros.pt 
Log Message:
 - added skin


=== Zope3/src/zope/app/browser/skins/basic/www/view_macros.pt 1.2 => 1.3 ===
--- Zope3/src/zope/app/browser/skins/basic/www/view_macros.pt:1.2	Wed Dec 25 09:12:41 2002
+++ Zope3/src/zope/app/browser/skins/basic/www/view_macros.pt	Thu Mar 27 09:50:58 2003
@@ -18,20 +18,11 @@
 </head>
 <body>
 
-   <span
-       metal:define-macro="breadcrumbs"
-       tal:repeat="breadcrumb context/@@absolute_url/breadcrumbs">
-      <a href="" 
-         tal:attributes="href 
-                    string:${breadcrumb/url}/@@SelectedManagementView.html"
-         tal:content="string: ${breadcrumb/name} / "
-         >name</a>&nbsp</span>
-
-  <table metal:define-macro="zmi_tabs"
-         frame="void" border="1" cellpadding="5"><tr>
+  <table metal:define-macro="zmi_tabs"><tr>
     <td tal:repeat="view context/@@view_get_menu/zmi_views">
     <a href="" tal:attributes="href view/action" tal:content="view/title">
 	label</a>
+    <tal:block condition="not: repeat/view/end">'</tal:block>
     </td>
    </tr></table>
 
@@ -39,29 +30,13 @@
      <p>Body here</p>
   </div>
 
-  <div metal:define-macro="actions_menu"
-       tal:define="actions context/@@view_get_menu/zmi_actions"
-       tal:condition="actions"
-       >
-       Actions:
-       <ul>
-          <li tal:repeat="action actions">
-             <a href="." 
-                tal:attributes="href action/action" 
-                tal:content="action/title" 
-                >Do something
-             </a>
-          </li>
-       </ul>
-  </div>
-
   <div metal:define-macro="logged_user">
   <p>User: <span tal:replace="request/user/getTitle">User</span></p>
   </div>
 
   <div metal:define-macro="footer">
   <p>Powered by Zope</p>
-  </div>
+  </div</a>>
 
 </body>
 </html>