Mercurial > hg > MPIWGWeb
comparison zpt/staff/pubman/show_publications.zpt @ 110:b554becd8226
Incomplete - # 74: More Link auf den pers?nlichne Homepages
https://it-dev.mpiwg-berlin.mpg.de/tracs/webpage/ticket/74
author | dwinter |
---|---|
date | Tue, 28 May 2013 09:47:43 +0200 |
parents | f4ac675b2031 |
children | 11b7f98c7ed1 |
comparison
equal
deleted
inserted
replaced
109:f8e914a4992d | 110:b554becd8226 |
---|---|
16 <p> | 16 <p> |
17 <a tal:attributes="href string:$root/$section/members/${here/getId}">main entry</a> | 17 <a tal:attributes="href string:$root/$section/members/${here/getId}">main entry</a> |
18 </p> | 18 </p> |
19 | 19 |
20 <h2>Selected publications</h2> | 20 <h2>Selected publications</h2> |
21 | |
21 <tal:block | 22 <tal:block |
22 tal:define=" | 23 tal:define=" |
23 books python:here.getPublicationsFromPubman(publicationType='http://purl.org/eprint/type/Book'); | 24 books python:here.getPublicationsFromPubman(publicationType='http://purl.org/eprint/type/Book',limit=15); |
24 book_article python:here.getPublicationsFromPubman(publicationType='http://purl.org/eprint/type/BookItem'); | 25 book_article python:here.getPublicationsFromPubman(publicationType='http://purl.org/eprint/type/BookItem',limit=15); |
25 articles python:here.getPublicationsFromPubman(publicationType='http://purl.org/escidoc/metadata/ves/publication-types/article'); | 26 articles python:here.getPublicationsFromPubman(publicationType='http://purl.org/escidoc/metadata/ves/publication-types/article',limit=30); |
26 "> | 27 "> |
27 | 28 |
28 <tal:block> | 29 <tal:block> |
29 <h3>Books</h3> | 30 <h3>Books</h3> |
30 <ul class="plain"> | 31 <ul class="plain"> |
31 <li class="reference" tal:repeat="book books"><a tal:attributes="href python:''"><span | 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 tal:replace="structure python:book[1]" /> </a> | 33 tal:replace="structure python:book[1]" /> </a> |
33 </li> | 34 </li> |
34 </ul> | 35 </ul> |
35 </tal:block> | 36 </tal:block> |
36 | 37 |
37 <tal:block> | 38 <tal:block> |
38 <h3>Book Chapters</h3> | 39 <h3>Book Chapters</h3> |
39 <ul class="plain"> | 40 <ul class="plain"> |
40 <li class="reference" tal:repeat="book book_article"><a tal:attributes="href python:''"><span | 41 <li class="reference" tal:repeat="book book_article"><a tal:attributes="href python:'http://pubman.mpiwg-berlin.mpg.de/pubman/faces/viewItemFullPage.jsp?itemId='+book[0]"><span |
41 tal:replace="structure python:book[1]" /></a> | 42 tal:replace="structure python:book[1]" /></a> |
42 </li> | 43 </li> |
43 </ul> | 44 </ul> |
44 </tal:block> | 45 </tal:block> |
45 | 46 |
46 <tal:block> | 47 <tal:block> |
47 <h3>Articles</h3> | 48 <h3>Articles</h3> |
48 <ul class="plain"> | 49 <ul class="plain"> |
49 <li class="reference" tal:repeat="book articles"><a tal:attributes="href python:''"><span | 50 <li class="reference" tal:repeat="book articles"><a tal:attributes="href python:'http://pubman.mpiwg-berlin.mpg.de/pubman/faces/viewItemFullPage.jsp?itemId='+book[0]"><span |
50 tal:replace="structure python:book[1]" /> </a> | 51 tal:replace="structure python:book[1]" /> </a> |
51 </li> | 52 </li> |
52 </ul> | 53 </ul> |
53 </tal:block> | 54 </tal:block> |
54 | 55 |
57 <!-- | 58 <!-- |
58 <p> | 59 <p> |
59 <a href="/institutsbiblio/FMPro?-db=personal-www&-max=1&-Lay=ALL&-format=search_inst_bib.html&ID=[FMP-Field: ID]&-Error=null.html&-find" target="_new"> | 60 <a href="/institutsbiblio/FMPro?-db=personal-www&-max=1&-Lay=ALL&-format=search_inst_bib.html&ID=[FMP-Field: ID]&-Error=null.html&-find" target="_new"> |
60 search the institute's bibliography </a> | 61 search the institute's bibliography </a> |
61 --> | 62 --> |
62 | 63 <div class="item external"> |
64 <a target="_blank" tal:attributes="href python:options['member'].getConeId()"> More publications on PubMan</a> | |
65 </div> | |
63 </div> | 66 </div> |
67 | |
64 </body> | 68 </body> |
65 </html> | 69 </html> |