Mercurial > hg > MPIWGWeb
annotate zpt/staff/pubman/show_publications.zpt @ 134:9f45ed6ffeab
bugs in publications
zeigt jetzt auch links
author | dwinter |
---|---|
date | Fri, 31 May 2013 11:39:30 +0200 |
parents | 11b7f98c7ed1 |
children | f84f492f8e11 |
rev | line source |
---|---|
47 | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
3 <html xmlns="http://www.w3.org/1999/xhtml" metal:use-macro="here/main_template/macros/page"> | |
100 | 4 <head> |
5 <tal:block metal:fill-slot="head"> | |
6 </tal:block> | |
7 </head> | |
8 <body> | |
9 <div class="center" metal:fill-slot="center"> | |
47 | 10 |
100 | 11 <h1> |
12 <span tal:replace="python:options['member'].title" /> <span tal:replace="python:options['member'].first_name" /> <span | |
13 tal:replace="python:options['member'].last_name" /> | |
14 </h1> | |
15 | |
16 <p> | |
17 <a tal:attributes="href string:$root/$section/members/${here/getId}">main entry</a> | |
18 </p> | |
19 | |
20 <h2>Selected publications</h2> | |
110
b554becd8226
Incomplete - # 74: More Link auf den pers?nlichne Homepages
dwinter
parents:
100
diff
changeset
|
21 |
100 | 22 <tal:block |
23 tal:define=" | |
110
b554becd8226
Incomplete - # 74: More Link auf den pers?nlichne Homepages
dwinter
parents:
100
diff
changeset
|
24 books python:here.getPublicationsFromPubman(publicationType='http://purl.org/eprint/type/Book',limit=15); |
b554becd8226
Incomplete - # 74: More Link auf den pers?nlichne Homepages
dwinter
parents:
100
diff
changeset
|
25 book_article python:here.getPublicationsFromPubman(publicationType='http://purl.org/eprint/type/BookItem',limit=15); |
b554becd8226
Incomplete - # 74: More Link auf den pers?nlichne Homepages
dwinter
parents:
100
diff
changeset
|
26 articles python:here.getPublicationsFromPubman(publicationType='http://purl.org/escidoc/metadata/ves/publication-types/article',limit=30); |
47 | 27 "> |
28 | |
100 | 29 <tal:block> |
30 <h3>Books</h3> | |
31 <ul class="plain"> | |
128 | 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></div> | |
134 | 34 <div tal:condition="python:book[2] is not None"><a class="internal" tal:attributes="href python:'/en/resources/publications/'+here.getBookLinkFromID(book[2])">Book page</a></div> |
35 <div tal:repeat="ident python:book[3]"><a class="external" tal:attributes="href ident">See also</a></div> | |
36 <div tal:repeat="ident python:book[4]"><a class="external" tal:attributes="href python:ident[1]" tal:content="python:ident[0]">See also:</a></div> | |
37 | |
100 | 38 </li> |
39 </ul> | |
47 | 40 </tal:block> |
41 | |
100 | 42 <tal:block> |
43 <h3>Book Chapters</h3> | |
134 | 44 |
100 | 45 <ul class="plain"> |
110
b554becd8226
Incomplete - # 74: More Link auf den pers?nlichne Homepages
dwinter
parents:
100
diff
changeset
|
46 <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 |
100 | 47 tal:replace="structure python:book[1]" /></a> |
134 | 48 <div tal:repeat="ident python:book[3]"><a class="external" tal:attributes="href ident">See also</a></div> |
49 <div tal:repeat="ident python:book[4]"><a class="external" tal:attributes="href python:ident[1]" tal:content="python:ident[0]">See also:</a></div> | |
50 | |
100 | 51 </li> |
52 </ul> | |
53 </tal:block> | |
54 | |
55 <tal:block> | |
56 <h3>Articles</h3> | |
57 <ul class="plain"> | |
110
b554becd8226
Incomplete - # 74: More Link auf den pers?nlichne Homepages
dwinter
parents:
100
diff
changeset
|
58 <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 |
100 | 59 tal:replace="structure python:book[1]" /> </a> |
134 | 60 <div tal:repeat="ident python:book[3]"><a class="external" tal:attributes="href ident">See also</a></div> |
61 <div tal:repeat="ident python:book[4]"><a class="external" tal:attributes="href python:ident[1]" tal:content="python:ident[0]">See also:</a></div> | |
62 | |
100 | 63 </li> |
64 </ul> | |
65 </tal:block> | |
66 | |
67 </tal:block> | |
68 | |
69 <!-- | |
47 | 70 <p> |
71 <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"> | |
72 search the institute's bibliography </a> | |
73 --> | |
110
b554becd8226
Incomplete - # 74: More Link auf den pers?nlichne Homepages
dwinter
parents:
100
diff
changeset
|
74 <div class="item external"> |
b554becd8226
Incomplete - # 74: More Link auf den pers?nlichne Homepages
dwinter
parents:
100
diff
changeset
|
75 <a target="_blank" tal:attributes="href python:options['member'].getConeId()"> More publications on PubMan</a> |
b554becd8226
Incomplete - # 74: More Link auf den pers?nlichne Homepages
dwinter
parents:
100
diff
changeset
|
76 </div> |
100 | 77 </div> |
110
b554becd8226
Incomplete - # 74: More Link auf den pers?nlichne Homepages
dwinter
parents:
100
diff
changeset
|
78 |
100 | 79 </body> |
47 | 80 </html> |