Diff for /MPIWGWeb/zpt/Attic/editMPIWGStaff_main.zpt between versions 1.1.2.9 and 1.1.2.10

version 1.1.2.9, 2008/08/19 14:43:14 version 1.1.2.10, 2008/08/20 09:40:57
Line 5 Line 5
   <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.getKey())"/>
   <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"/>  
     <metal:x metal:define-slot="javascript"/>
 </head>  </head>
 <body>  <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="person/first_name"/> <span tal:replace="person/last_name"/></h2>
   <metal:block metal:define-slot="navsel"/>    <metal:block metal:define-slot="navsel"/>
   <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('research', menusel, 'mainmenu')"><a href="edit">Research</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="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('publications', menusel, 'mainmenu')"><a href="editPublications">Publications</a></span>
       <span tal:attributes="class python:here.getPathStyle('research', menusel, 'mainmenu')"><a href="edit">Research: short entry</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 tal:attributes="class python:here.getPathStyle('image', menusel, 'mainmenu')"><a href="editDownloads">Edit downloads</a></span>      <span tal:attributes="class python:here.getPathStyle('image', menusel, 'mainmenu')"><a href="editDownloads">Edit downloads</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 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/members/'+here.getId()+'/index_html'" target="_blank">View</a></span>
   </div>    </div>
   <div class="content">    <div class="content">

Removed from v.1.1.2.9  
changed lines
  Added in v.1.1.2.10


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