<html metal:define-macro="page">
<head>
<tal:block tal:define="global person python:here.ZSQLInlineSearchU(_table='personal_www',username=here.getId(),publish_the_data='yes')"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
<!--
.add-nav {
font-weight:bold;
padding-left:8px;
}
-->
</head>
<body>
<h2>Edit homepage of <span tal:replace="person/vorname"/> <span tal:replace="person/name"/></h2>
<p><a class="add-nav" href="edit">Research</a><a class="add-nav" href="editCV">Curriculum Vita</a><a class="add-nav" href="editAwards">Awards</a><a class="add-nav" href="editTalks">Talks</a><a class="add-nav" href="editTeaching">Teaching</a><a class="add-nav" href="editPublications">Publications</a></p>
<hr>
<tal:block metal:define-slot="body"/>
</body>
</html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>