changeset 255:cc7517f08d9e new_pro_struct

new project structure navigation branch.
author casties
date Fri, 01 Aug 2014 18:23:20 +0200
parents c15138774864
children aea2e316287f
files zpt/project/project_index_html.zpt
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/zpt/project/project_index_html.zpt	Tue May 27 11:33:57 2014 +0200
+++ b/zpt/project/project_index_html.zpt	Fri Aug 01 18:23:20 2014 +0200
@@ -69,7 +69,7 @@
   <!-- right column -->
   <div class="sidebar" metal:fill-slot="sidebar">
 
-    <!-- this project is part of -->
+    <!-- this project is part of --
     <div class="sideblock"
       tal:define="parents here/getSuperProjects;" tal:condition="parents">
       <div class="project parent">
@@ -77,7 +77,7 @@
         <a tal:define="parent python:parents[-1]" tal:content="parent/getLabel"
            tal:attributes="href python:parent.getUrl(baseUrl=proBaseUrl)+test(here.isArchivedProject(),'?showArchive=yes','')" />
       </div>
-      <!-- end parent -->
+      <!-- end parent --
     </div>
     <!-- sideblock -->
 
@@ -135,7 +135,7 @@
     </tal:block>
     <!-- related publications -->
 
-    <!-- projects covered -->
+    <!-- projects covered --
     <div class="sideblock"
          tal:define="showArchive python:(request.get('showArchive','no')=='yes');
                      children here/getSubProjects;"