version 1.1.2.5, 2005/10/20 14:04:43
|
version 1.1.2.7, 2006/04/05 13:03:10
|
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',username=here.getId())"/> |
<tal:block tal:define="global person python:here.ZSQLInlineSearchU(_table='personal_www',id=here.getDBId())"/> |
<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="edit.css" type="text/css"/> |
<link rel="stylesheet" href="edit.css" type="text/css"/> |
</head> |
</head> |
Line 18
|
Line 18
|
<span tal:attributes="class python:here.getPathStyle('teaching', menusel, 'mainmenu')"><a href="editTeaching">Teaching</a></span> |
<span tal:attributes="class python:here.getPathStyle('teaching', menusel, 'mainmenu')"><a href="editTeaching">Teaching</a></span> |
<span tal:attributes="class python:here.getPathStyle('publications', menusel, 'mainmenu')"><a href="editPublications">Publications</a></span> |
<span tal:attributes="class python:here.getPathStyle('publications', menusel, 'mainmenu')"><a href="editPublications">Publications</a></span> |
<span tal:attributes="class python:here.getPathStyle('image', menusel, 'mainmenu')"><a href="editImage">Photo</a></span> |
<span tal:attributes="class python:here.getPathStyle('image', menusel, 'mainmenu')"><a href="editImage">Photo</a></span> |
<span class="mainmenu"><a href="index_html" target="_blank">View</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> |
</div> |
</div> |
<div class="content"> |
<div class="content"> |
<tal:block metal:define-slot="body"/> |
<tal:block metal:define-slot="body"/> |