comparison zpt/staff/member_index_html.zpt @ 38:3c98cc79dd14

version 0.1 mit publicationen von pubman (TEST!!)
author dwinter
date Fri, 26 Apr 2013 19:09:50 +0200
parents ee3eb9a6665a
children fd8e78bbc5ed 955d102392db
comparison
equal deleted inserted replaced
37:9b38ba45773b 38:3c98cc79dd14
44 </div> 44 </div>
45 <!-- publications --> 45 <!-- publications -->
46 <tal:block tal:define="publications python:here.ZDBInlineSearch(_table='publications',key_main=key,_op_key_main='eq',publish='yes')" 46 <tal:block tal:define="publications python:here.ZDBInlineSearch(_table='publications',key_main=key,_op_key_main='eq',publish='yes')"
47 tal:condition="publications"> 47 tal:condition="publications">
48 <h2>Selected publications</h2> 48 <h2>Selected publications</h2>
49 <p tal:repeat="publication python:member.sortBibliography(publications,content.publications_sort,max=5)"> 49 <!--<p tal:repeat="publication python:member.sortBibliography(publications,content.publications_sort,max=5)">
50 <a tal:omit-tag="not:publication/link" tal:attributes="href publication/link" 50 <a tal:omit-tag="not:publication/link" tal:attributes="href publication/link"
51 tal:content="structure python:here.formatBibliography(here,publication)" /> 51 tal:content="structure python:here.formatBibliography(here,publication)" />
52 </p>
53 <p tal:condition="python:len(publications)>5">
54 <a class="internal" tal:attributes="href string:$baseUrl/publications_full">more</a>
55 </p>-->
56
57 <p tal:repeat="publication python:member.getPublications()">
58 <a
59 tal:content="structure python:publication" />
52 </p> 60 </p>
53 <p tal:condition="python:len(publications)>5"> 61 <p tal:condition="python:len(publications)>5">
54 <a class="internal" tal:attributes="href string:$baseUrl/publications_full">more</a> 62 <a class="internal" tal:attributes="href string:$baseUrl/publications_full">more</a>
55 </p> 63 </p>
56 </tal:block> 64 </tal:block>