37
|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
170
|
3 <html xmlns="http://www.w3.org/1999/xhtml"
|
|
4 metal:define-macro="page"
|
159
|
5 tal:define="global onload nothing;
|
|
6 global menusel nothing;
|
|
7 global staffroot python:here.MPIWGrootURL()+'/members';
|
|
8 global root string:$staffroot/${here/getUsername};">
|
37
|
9 <head>
|
159
|
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
11 <link rel="stylesheet" tal:attributes="href string:$staffroot/edit_css" type="text/css"/>
|
37
|
12 <metal:x metal:define-slot="javascript"/>
|
|
13 </head>
|
159
|
14 <body tal:attributes="onload onload">
|
|
15 <h2 class="title">Edit homepage of <span tal:replace="here/content/first_name"/> <span tal:replace="here/content/last_name"/></h2>
|
37
|
16 <metal:block metal:define-slot="navsel"/>
|
|
17 <p>Please contact the support group <a href="mailto:support@mpiwg-berlin.mpg.de">support@mpiwg-berlin.mpg.de (Tel. 247)</a>, if you need any help.</p>
|
|
18
|
|
19 <div class="mainnav">
|
159
|
20 <span tal:attributes="class python:here.getPathStyle('maindata', menusel, 'mainmenu')"><a tal:attributes="href string:$root/edit">Basic Data</a></span>
|
|
21 <span tal:attributes="class python:here.getPathStyle('cv', menusel, 'mainmenu')"><a tal:attributes="href string:$root/editProfile">Profile</a></span>
|
|
22 <span tal:attributes="class python:here.getPathStyle('publications', menusel, 'mainmenu')"><a tal:attributes="href string:$root/editPublications">Publications</a></span>
|
|
23 <span tal:attributes="class python:here.getPathStyle('research', menusel, 'mainmenu')"><a tal:attributes="href string:$root/editShortEntry">Research: short entry</a></span>
|
|
24 <span tal:attributes="class python:here.getPathStyle('image', menusel, 'mainmenu')"><a tal:attributes="href string:$root/editImage">Photo</a></span>
|
|
25 <span tal:attributes="class python:here.getPathStyle('downloads', menusel, 'mainmenu')"><a tal:attributes="href string:$root/editDownloads">Edit
|
37
|
26 downloads</a></span>
|
|
27 <!-- <span tal:attributes="class python:here.getPathStyle('cv', menusel, 'mainmenu')"><a href="editCV">Curriculum Vitae</a></span>-->
|
|
28
|
|
29 <!-- <span tal:attributes="class python:here.getPathStyle('awards', menusel, 'mainmenu')"><a href="editAwards">Awards</a></span>-->
|
159
|
30 <span tal:attributes="class python:here.getPathStyle('talks', menusel, 'mainmenu')"><a tal:attributes="href string:$root/editTalks">Talks</a></span>
|
|
31 <span tal:attributes="class python:here.getPathStyle('teaching', menusel, 'mainmenu')"><a tal:attributes="href string:$root/editTeaching">Teaching</a></span>
|
|
32 <span tal:attributes="class python:here.getPathStyle('additionalLink', menusel, 'mainmenu')"><a tal:attributes="href string:$root/editAdditionalLinks">Additional links</a></span>
|
170
|
33 <span class="mainmenu"><a tal:attributes="href string:${here/en/MPIWGrootURL}/staff/members/${here/getUsername}" target="_blank">View</a></span>
|
37
|
34 </div>
|
|
35 <div class="content">
|
|
36 <tal:block metal:define-slot="body"/>
|
|
37 </div>
|
|
38 </body>
|
|
39 </html>
|