# HG changeset patch
# User dwinter
# Date 1370012383 -7200
# Node ID 78cd6d661a13c1b4256ec93bd95b8a111f5d7a17
# Parent 63e1c1c06fb384c24f1292513fdd433e80842b99
with book pages etc..
diff -r 63e1c1c06fb3 -r 78cd6d661a13 zpt/project/pubman/show_publications.zpt
--- a/zpt/project/pubman/show_publications.zpt Fri May 31 14:11:13 2013 +0200
+++ b/zpt/project/pubman/show_publications.zpt Fri May 31 16:59:43 2013 +0200
@@ -50,20 +50,33 @@
Books
+ tal:attributes="href python:'http://pubman.mpiwg-berlin.mpg.de/pubman/faces/viewItemFullPage.jsp?itemId='+found3['escidocId']"
+ tal:content="structure python:found3['citation']" />
+
+
+
+
+
Chapters
+ tal:attributes="href python:'http://pubman.mpiwg-berlin.mpg.de/pubman/faces/viewItemFullPage.jsp?itemId='+found3['escidocId']"
+ tal:content="structure python:found3['citation']" />
+
+
+
+
Articles
+ tal:attributes="href python:'http://pubman.mpiwg-berlin.mpg.de/pubman/faces/viewItemFullPage.jsp?itemId='+found3['escidocId']"
+ tal:content="structure python:found3['citation']" />
+
+
+
+