Mercurial > hg > MPIWGWeb
comparison zpt/staff/edit_publications.zpt @ 200:5b7f136b3463
shows context in edit publications
author | dwinter |
---|---|
date | Wed, 26 Jun 2013 16:02:53 +0200 |
parents | 485bf377913a |
children | 980794794bb5 |
comparison
equal
deleted
inserted
replaced
199:6ff1c6c270b1 | 200:5b7f136b3463 |
---|---|
23 | 23 |
24 <h3>Publications</h3> | 24 <h3>Publications</h3> |
25 | 25 |
26 <table> | 26 <table> |
27 <tr> | 27 <tr> |
28 <th>Priority</th><th>Citation</th> | 28 <th>Priority</th><th>Citation</th><th>Collection</th> |
29 </tr> | 29 </tr> |
30 <tr tal:repeat="entry python:here.getSelectedPublications()"> | 30 <tr tal:repeat="entry python:here.getSelectedPublications()"> |
31 <td valign="top" tal:content="string:[${entry/priority}]" /> | 31 <td valign="top" tal:content="string:[${entry/priority}]" /> |
32 <td valign="top" tal:content="structure python:here.mpiwgPubman.getEntryFromPubman(entry.escidocid)"/> | 32 <tal:x define="entry python:here.mpiwgPubman.getEntryFromPubman(entry.escidocid,withContext=True)"> |
33 <tal:x condition="python:entry[1]=='escidoc:644427'"> | |
34 <td valign="top" tal:content="structure python:entry[0]"/> | |
35 <td valign="top">General</td> | |
36 </tal:x> | |
37 <tal:x condition="not:python:entry[1]=='escidoc:644427'"> | |
38 <td valign="top" tal:content="structure python:entry[0]"/> | |
39 <td valign="top">Institute</td> | |
40 </tal:x> | |
41 | |
42 </tal:x> | |
43 | |
33 </tr> | 44 </tr> |
34 </table> | 45 </table> |
35 | 46 |
36 <div tal:condition="python:here.content.publications_mode=='priority'"> | 47 <div tal:condition="python:here.content.publications_mode=='priority'"> |
37 <p> | 48 <p> |