comparison zpt/editMPIWGStaff.zpt @ 0:bca61e893fcc

first checkin of MPIWGWeb r2 branch from CVS into mercurial
author casties
date Thu, 10 Jan 2013 17:52:13 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:bca61e893fcc
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 <head>
5 </head>
6 <body>
7 <tal:block metal:fill-slot="navsel" tal:define="global menusel string:research" />
8 <tal:block metal:fill-slot="body" tal:define="yes_no_list python:'yes\nno'">
9
10 <form action="changeCurrentWork" method="post">
11 <input type="hidden" name="key" tal:attributes="value person/key"/>
12 <h3>Short entry</h3>
13 <p>This entry appears only in the staff lists at: <a href="../staff/fullist.html">Fullist</a> and the
14 lists of members of you department</p>
15 <table tal:define="found2 python:person">
16 <tr>
17 <th />
18 <th>Show</th>
19 </tr>
20 <tr class="fliesstext">
21 <td><input tal:attributes="name python:'current_work';
22 value python:here.decode(found2.current_work)" size="80" />
23 </td>
24 <td
25 tal:content="structure python:here.ZSQLSelectionFromCRList(
26 'publish',
27 yes_no_list,
28 boxType='radio',
29 checked=found2.current_work_p)" />
30 </tr>
31 </table>
32 <input type="submit" value="submit"/>
33
34 <h3>Research interests</h3>
35 <p>This entry isn't displayed anymore, please describe your research interests in your <a href="editProfile">Profile</a></p>
36
37 </form>
38 <h3>Projects</h3>
39 <p>Projects cannot be edited from this pages. Entries are automatically generated.</p>
40 </tal:block>
41 </body>
42 </html>