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>
|
170
|
7 <tal:block metal:fill-slot="navsel" tal:define="global menusel string:research" />
|
|
8 <tal:block metal:fill-slot="body">
|
37
|
9
|
170
|
10 <form tal:attributes="action string:$root/editShortEntry" method="post">
|
|
11 <input type="hidden" name="key" tal:attributes="value here/content/key" />
|
|
12 <h3>Short entry</h3>
|
|
13 <p>
|
|
14 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 you
|
|
15 department
|
|
16 </p>
|
|
17 <table>
|
|
18 <tr>
|
|
19 <th />
|
|
20 <th>Show</th>
|
|
21 </tr>
|
|
22 <tr>
|
|
23 <td><input tal:attributes="name string:current_work; value here/content/current_work" size="80" />
|
|
24 </td>
|
|
25 <td tal:define="name string:publish; value here/content/current_work_p;"><span
|
|
26 metal:use-macro="here/common_template/macros/yesno_input_radio" /></td>
|
|
27 </tr>
|
|
28 </table>
|
|
29 <p>
|
|
30 <input type="submit" value="submit" />
|
|
31 </p>
|
|
32 </form>
|
|
33 </tal:block>
|
37
|
34 </body>
|
|
35 </html>
|