comparison zpt/staff/pubman/show_publications.zpt @ 128:11b7f98c7ed1

added book links aus pubman
author dwinter
date Thu, 30 May 2013 22:00:15 +0200
parents b554becd8226
children 9f45ed6ffeab
comparison
equal deleted inserted replaced
127:4a8a532a05ba 128:11b7f98c7ed1
27 "> 27 ">
28 28
29 <tal:block> 29 <tal:block>
30 <h3>Books</h3> 30 <h3>Books</h3>
31 <ul class="plain"> 31 <ul class="plain">
32 <li class="reference" tal:repeat="book books"><a tal:attributes="href python:'http://pubman.mpiwg-berlin.mpg.de/pubman/faces/viewItemFullPage.jsp?itemId='+book[0]"><span 32 <li class="reference" tal:repeat="book books"><div><a tal:attributes="href python:'http://pubman.mpiwg-berlin.mpg.de/pubman/faces/viewItemFullPage.jsp?itemId='+book[0]"><span
33 tal:replace="structure python:book[1]" /> </a> 33 tal:replace="structure python:book[1]" /> </a></div>
34 <div tal:condition="python:book[2] is not None"><a tal:attributes="href python:'/en/resources/publications/'+here.getBookLinkFromID(book[2])">Book page</a></div>
35
34 </li> 36 </li>
35 </ul> 37 </ul>
36 </tal:block> 38 </tal:block>
37 39
38 <tal:block> 40 <tal:block>