--- MPIWGWeb/zpt/Attic/editPublications.zpt 2005/11/16 19:09:28 1.1.2.8 +++ MPIWGWeb/zpt/Attic/editPublications.zpt 2007/04/18 10:03:12 1.1.2.9 @@ -44,14 +44,14 @@
- + + tal:define="books python:here.ZSQLSimpleSearch('select *,oid from publications where lower(key_main)=\'%s\' and lower(referencetype)in (\'book\') and publish=\'yes\' order by priority'%here.getKey().lower()); + edited_books python:here.ZSQLSimpleSearch('select *,oid from publications where lower(key_main)=\'%s\' and lower(referencetype)in (\'edited book\') and publish=\'yes\' order by priority'%here.getKey().lower()); + not_displayed python:here.ZSQLSimpleSearch('select *,oid from publications where lower(key_main)=\'%s\' and publish=\'no\' order by priority'%here.getKey().lower()); + articles python:here.ZSQLSimpleSearch('select *,oid from publications where lower(key_main)=\'%s\' and lower(referencetype) not in (\'book\',\'edited book\') and publish=\'yes\' order by priority'%here.getKey().lower())">

Books

@@ -67,7 +67,7 @@ tal:attributes="href python:'editBibliography?id=%s'%found.id_gen_bib">edit delete - + edit delete - + edit delete - + delete - +