Mercurial > hg > MPIWGWeb
view zpt/staff/edit_shortEntry.zpt @ 276:c886c0cb3455
added xml export for projects.
author | casties |
---|---|
date | Mon, 23 Feb 2015 22:47:36 +0100 |
parents | 45ef92d6aa8c |
children |
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"> <head> </head> <body> <tal:block metal:fill-slot="navsel" tal:define="global menusel string:research" /> <tal:block metal:fill-slot="body"> <form tal:attributes="action string:$root/editShortEntry" method="post"> <input type="hidden" name="key" tal:attributes="value here/content/key" /> <h3>Short entry</h3> <p> This entry appears only in the staff lists at: <a href="/en/staff/index.html" target="_blank">Fullist</a> and the lists of members of your department. </p> <table> <tr> <th /> <!-- <th>Show</th> --> </tr> <tr> <td><input tal:attributes="name string:current_work; value here/content/current_work" size="80" /> </td> <!-- <td tal:define="name string:current_work_p; value here/content/current_work_p;"><span metal:use-macro="here/common_template/macros/yesno_input_radio" /></td> --> </tr> </table> <p> <input type="submit" value="submit" /> </p> </form> </tal:block> </body> </html>