37
|
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" />
|
159
|
8 <tal:block metal:fill-slot="body">
|
37
|
9
|
|
10 <form action="" method="post">
|
|
11 <input type="hidden" name="key" tal:attributes="value here/content/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>
|
|
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.content.current_work" size="80" />
|
|
23 </td>
|
159
|
24 <td tal:define="name string:publish; value here/content/current_work_p;">
|
|
25 <span metal:use-macro="here/common_template/macros/yesno_input_radio"/>
|
|
26 </td>
|
37
|
27 </tr>
|
|
28 </table>
|
|
29 <input type="submit" value="submit"/>
|
|
30
|
|
31 </tal:block>
|
|
32 </body>
|
|
33 </html>
|