From 4996a51bc63dd81bbc7a92435943a5d3bda1b229 Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Mon, 3 Oct 2011 14:47:52 +0200 Subject: [PATCH] new special view 'listsubobjects' for nodes --- CHANGES.txt | 1 + browser/configure.zcml | 8 ++++++++ browser/node.py | 7 ++++++- browser/node_macros.pt | 37 ++++++++++++++++++++++++++++++++++++- 4 files changed, 51 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 666b26f..6bdc9e9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,6 +6,7 @@ $Id$ 1.1 --- +- new special view 'listsubobjects' for nodes - allow for adoption of relations to a predicate interface; with example implementation for a 'has Role' predicate in loops.organize - external collection: provide functionality for automatically populate diff --git a/browser/configure.zcml b/browser/configure.zcml index 92746a0..c358791 100644 --- a/browser/configure.zcml +++ b/browser/configure.zcml @@ -486,6 +486,14 @@ factory="loops.browser.node.ListResources" permission="zope.View" /> + + Resource Title + tal:content="related/title">Concept Title + +
+ Listing +
+
+
+

Children

+ +
+
+

Resources

+ +
+
+
+ +