annotate zpt/staff/edit_shortEntry.zpt @ 284:1a103b073c72 default tip

make favicon url host and schema relative.
author casties
date Thu, 25 Jun 2015 17:44:57 +0200
parents 45ef92d6aa8c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
37
9b38ba45773b ?berarbeitung MPIWGStaff
dwinter
parents:
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
9b38ba45773b ?berarbeitung MPIWGStaff
dwinter
parents:
diff changeset
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
9b38ba45773b ?berarbeitung MPIWGStaff
dwinter
parents:
diff changeset
3 <html metal:use-macro="here/mainEditFile/macros/page">
9b38ba45773b ?berarbeitung MPIWGStaff
dwinter
parents:
diff changeset
4 <head>
9b38ba45773b ?berarbeitung MPIWGStaff
dwinter
parents:
diff changeset
5 </head>
9b38ba45773b ?berarbeitung MPIWGStaff
dwinter
parents:
diff changeset
6 <body>
170
485bf377913a fix staff editing pages.
casties
parents: 159
diff changeset
7 <tal:block metal:fill-slot="navsel" tal:define="global menusel string:research" />
485bf377913a fix staff editing pages.
casties
parents: 159
diff changeset
8 <tal:block metal:fill-slot="body">
37
9b38ba45773b ?berarbeitung MPIWGStaff
dwinter
parents:
diff changeset
9
170
485bf377913a fix staff editing pages.
casties
parents: 159
diff changeset
10 <form tal:attributes="action string:$root/editShortEntry" method="post">
485bf377913a fix staff editing pages.
casties
parents: 159
diff changeset
11 <input type="hidden" name="key" tal:attributes="value here/content/key" />
485bf377913a fix staff editing pages.
casties
parents: 159
diff changeset
12 <h3>Short entry</h3>
485bf377913a fix staff editing pages.
casties
parents: 159
diff changeset
13 <p>
236
c90c8333ca8f fix problem with current_work_p and auto-generated profile.
casties
parents: 170
diff changeset
14 This entry appears only in the staff lists at: <a href="/en/staff/index.html" target="_blank">Fullist</a>
c90c8333ca8f fix problem with current_work_p and auto-generated profile.
casties
parents: 170
diff changeset
15 and the lists of members of your department.
170
485bf377913a fix staff editing pages.
casties
parents: 159
diff changeset
16 </p>
485bf377913a fix staff editing pages.
casties
parents: 159
diff changeset
17 <table>
485bf377913a fix staff editing pages.
casties
parents: 159
diff changeset
18 <tr>
485bf377913a fix staff editing pages.
casties
parents: 159
diff changeset
19 <th />
237
45ef92d6aa8c ignore state of current_work_p.
casties
parents: 236
diff changeset
20 <!-- <th>Show</th> -->
170
485bf377913a fix staff editing pages.
casties
parents: 159
diff changeset
21 </tr>
485bf377913a fix staff editing pages.
casties
parents: 159
diff changeset
22 <tr>
485bf377913a fix staff editing pages.
casties
parents: 159
diff changeset
23 <td><input tal:attributes="name string:current_work; value here/content/current_work" size="80" />
485bf377913a fix staff editing pages.
casties
parents: 159
diff changeset
24 </td>
237
45ef92d6aa8c ignore state of current_work_p.
casties
parents: 236
diff changeset
25 <!-- <td tal:define="name string:current_work_p; value here/content/current_work_p;"><span
45ef92d6aa8c ignore state of current_work_p.
casties
parents: 236
diff changeset
26 metal:use-macro="here/common_template/macros/yesno_input_radio" /></td> -->
170
485bf377913a fix staff editing pages.
casties
parents: 159
diff changeset
27 </tr>
485bf377913a fix staff editing pages.
casties
parents: 159
diff changeset
28 </table>
485bf377913a fix staff editing pages.
casties
parents: 159
diff changeset
29 <p>
485bf377913a fix staff editing pages.
casties
parents: 159
diff changeset
30 <input type="submit" value="submit" />
485bf377913a fix staff editing pages.
casties
parents: 159
diff changeset
31 </p>
485bf377913a fix staff editing pages.
casties
parents: 159
diff changeset
32 </form>
485bf377913a fix staff editing pages.
casties
parents: 159
diff changeset
33 </tal:block>
37
9b38ba45773b ?berarbeitung MPIWGStaff
dwinter
parents:
diff changeset
34 </body>
9b38ba45773b ?berarbeitung MPIWGStaff
dwinter
parents:
diff changeset
35 </html>