version 1.1.2.13, 2008/08/25 12:49:49
|
version 1.1.2.18, 2009/02/18 15:39:14
|
Line 2
|
Line 2
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
<html metal:define-macro="page"> |
<html metal:define-macro="page"> |
<head> |
<head> |
<tal:block tal:define="global person python:here.ZSQLInlineSearchU(_table='personal_www',key=here.getKey())"/> |
<tal:block tal:define="global person python:here.ZSQLInlineSearchU(_table='personal_www',key=here.getKeyUTF8())"/> |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
<link rel="stylesheet" href="editstaff.css" type="text/css"/> |
<link rel="stylesheet" href="editstaff.css" type="text/css"/> |
<metal:x metal:define-slot="javascript"/> |
<metal:x metal:define-slot="javascript"/> |
</head> |
</head> |
<body onload="kupu = startKupu();"> |
<body onload="kupu = startKupu();"> |
<h2 class="title">Edit homepage of <span tal:replace="person/first_name"/> <span tal:replace="person/last_name"/></h2> |
<h2 class="title">Edit homepage of <span tal:replace="python:here.decode(person.first_name)"/> <span tal:replace="python:here.decode(person.last_name)"/></h2> |
<metal:block metal:define-slot="navsel"/> |
<metal:block metal:define-slot="navsel"/> |
|
<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> |
|
|
<div class="mainnav"> |
<div class="mainnav"> |
<span tal:attributes="class python:here.getPathStyle('maindata', menusel, 'mainmenu')"><a href="editMainData">Contact</a></span> |
<span tal:attributes="class python:here.getPathStyle('maindata', menusel, 'mainmenu')"><a href="editMainData">Contact</a></span> |
<span tal:attributes="class python:here.getPathStyle('cv', menusel, 'mainmenu')"><a href="editProfile">Profile</a></span> |
<span tal:attributes="class python:here.getPathStyle('cv', menusel, 'mainmenu')"><a href="editProfile">Profile</a></span> |
Line 27 downloads</a></span>
|
Line 29 downloads</a></span>
|
|
|
|
|
|
|
<span class="mainmenu"><a tal:attributes="href python:'http://www.mpiwg-berlin.mpg.de/members/'+here.getId()+'/index_html'" target="_blank">View</a></span> |
<span class="mainmenu"><a tal:attributes="href python:'http://www.mpiwg-berlin.mpg.de/en/staff/members/'+here.getId()+'/index_html'" target="_blank">View</a></span> |
</div> |
</div> |
<div class="content"> |
<div class="content"> |
<tal:block metal:define-slot="body"/> |
<tal:block metal:define-slot="body"/> |