Mercurial > hg > MPIWGWeb
comparison zpt/staff/edit_publications.zpt @ 47:225179dfd892
getPublications erweitert nach Typ
ausserdem erh?lt man jetzt auch einzelne Publicationen nach escidoc:id
author | dwinter |
---|---|
date | Mon, 29 Apr 2013 16:01:24 +0200 |
parents | |
children | ee79f6ba8d01 |
comparison
equal
deleted
inserted
replaced
46:955d102392db | 47:225179dfd892 |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | |
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
3 <html metal:use-macro="here/mainEditFile/macros/page"> | |
4 <body> | |
5 <tal:block metal:fill-slot="navsel" tal:define="global menusel string:maindata"/> | |
6 <tal:block metal:fill-slot="body" tal:define="yes_no_list python:'yes\nno'"> | |
7 | |
8 | |
9 <h2>Selection mode</h2> | |
10 <form method="post" action=""> | |
11 | |
12 | |
13 <input type="radio" name="selectionMode" value="year" tal:attributes="checked python:test(here.content.publications_mode=='year','true','')"/> | |
14 Show the five most recent publications. (no further action needed) | |
15 <input type="radio" name="selectionMode" value="priority" tal:attributes="checked python:test(here.content.publications_mode=='priority','true','')"/>Show selected publications. | |
16 <input type="submit" name="submit"/> | |
17 </form> | |
18 | |
19 | |
20 | |
21 <ul tal:condition="python:here.content.publications_mode=='priority'"> | |
22 <li><a href="addPublicationsFromPubman">Add an Entry</a></li> | |
23 <li><a href="changePublications">Delete entries from the list or Change the priorities</a></li> | |
24 | |
25 </ul> | |
26 | |
27 </tal:block> | |
28 </body> | |
29 </html> |