Mercurial > hg > MPIWGWeb
view 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 |
line wrap: on
line source
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html metal:use-macro="here/mainEditFile/macros/page"> <body> <tal:block metal:fill-slot="navsel" tal:define="global menusel string:maindata"/> <tal:block metal:fill-slot="body" tal:define="yes_no_list python:'yes\nno'"> <h2>Selection mode</h2> <form method="post" action=""> <input type="radio" name="selectionMode" value="year" tal:attributes="checked python:test(here.content.publications_mode=='year','true','')"/> Show the five most recent publications. (no further action needed) <input type="radio" name="selectionMode" value="priority" tal:attributes="checked python:test(here.content.publications_mode=='priority','true','')"/>Show selected publications. <input type="submit" name="submit"/> </form> <ul tal:condition="python:here.content.publications_mode=='priority'"> <li><a href="addPublicationsFromPubman">Add an Entry</a></li> <li><a href="changePublications">Delete entries from the list or Change the priorities</a></li> </ul> </tal:block> </body> </html>