Mercurial > hg > MPIWGWeb
view zpt/staff/edit_shortEntry.zpt @ 100:f4ac675b2031
more members pages.
author | casties |
---|---|
date | Tue, 21 May 2013 18:50:05 +0200 |
parents | 9b38ba45773b |
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"> <head> </head> <body> <tal:block metal:fill-slot="navsel" tal:define="global menusel string:research" /> <tal:block metal:fill-slot="body" tal:define="yes_no_list python:'yes\nno'"> <form action="" 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="../staff/fullist.html">Fullist</a> and the lists of members of you department</p> <table> <tr> <th /> <th>Show</th> </tr> <tr class="fliesstext"> <td><input tal:attributes="name python:'current_work'; value python:here.content.current_work" size="80" /> </td> <td tal:content="structure python:here.ZSQLSelectionFromCRList( 'publish', yes_no_list, boxType='radio', checked=here.content.current_work_p)" /> </tr> </table> <input type="submit" value="submit"/> </tal:block> </body> </html>