Diff for /MPIWGWeb/zpt/Attic/editMPIWGStaff_main.zpt between versions 1.1.2.1 and 1.1.2.5

version 1.1.2.1, 2005/10/10 08:42:49 version 1.1.2.5, 2005/10/20 14:04:43
Line 1 Line 1
   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
             "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(),publish_the_data='yes')"/>    <tal:block tal:define="global person python:here.ZSQLInlineSearchU(_table='personal_www',username=here.getId())"/>
   
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">    <link rel="stylesheet" href="edit.css" type="text/css"/>  
 <!--  
 .add-nav {  
 font-weight:bold;  
 padding-left:8px;  
 }  
 -->  
 </head>  </head>
 <body>  <body>
 <h2>Edit homepage of <span tal:replace="person/vorname"/> <span tal:replace="person/name"/></h2>    <h2 class="title">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>    <metal:block metal:define-slot="navsel"/>
 <hr>    <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('research', menusel, 'mainmenu')"><a href="edit">Research</a></span>
       <span tal:attributes="class python:here.getPathStyle('cv', menusel, 'mainmenu')"><a href="editCV">Curriculum Vitae</a></span>
       <span tal:attributes="class python:here.getPathStyle('awards', menusel, 'mainmenu')"><a href="editAwards">Awards</a></span>
       <span tal:attributes="class python:here.getPathStyle('talks', menusel, 'mainmenu')"><a href="editTalks">Talks</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('image', menusel, 'mainmenu')"><a href="editImage">Photo</a></span>
       <span class="mainmenu"><a href="index_html" target="_blank">View</a></span>
     </div>
     <div class="content">
 <tal:block metal:define-slot="body"/>  <tal:block metal:define-slot="body"/>
     </div>
 </body>  </body>
 </html>  </html>

Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>