# HG changeset patch # User dwinter # Date 1369993170 -7200 # Node ID 9f45ed6ffeab82964a5655102542bafde083b1cc # Parent 1dc5fee412daa894cc2041fa7974e8d73ebd47b9 bugs in publications zeigt jetzt auch links diff -r 1dc5fee412da -r 9f45ed6ffeab MPIWGStaff.py --- a/MPIWGStaff.py Thu May 30 22:21:21 2013 +0200 +++ b/MPIWGStaff.py Fri May 31 11:39:30 2013 +0200 @@ -757,11 +757,11 @@ if publicationType is not None: #publicaitions typ ist gesetzt - + if not ((entry[1] == publicationType) or (entry[1] == typesLongShort.get(publicationType,''))) : #stimmt nicht dann weiter continue; - pubs.append((selPub.escidocid,entry[0],entry[2])); + pubs.append((selPub.escidocid,entry[0],entry[2],entry[3],entry[4])); count+=1 return pubs diff -r 1dc5fee412da -r 9f45ed6ffeab zpt/staff/member_index_html.zpt --- a/zpt/staff/member_index_html.zpt Thu May 30 22:21:21 2013 +0200 +++ b/zpt/staff/member_index_html.zpt Fri May 31 11:39:30 2013 +0200 @@ -51,10 +51,14 @@ tal:define="publications python:here.ZDBInlineSearch(_table='pubmanbiblio',key_main=key,_op_key_main='eq')" tal:condition="publications">

Selected publications

-

+

-

+
Book page
+
See also
+
See also:
+ +

More

diff -r 1dc5fee412da -r 9f45ed6ffeab zpt/staff/pubman/show_publications.zpt --- a/zpt/staff/pubman/show_publications.zpt Thu May 30 22:21:21 2013 +0200 +++ b/zpt/staff/pubman/show_publications.zpt Fri May 31 11:39:30 2013 +0200 @@ -31,17 +31,23 @@

Book Chapters

+
@@ -51,6 +57,9 @@