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

version 1.1.2.4, 2005/10/18 19:37:32 version 1.1.2.5, 2005/10/20 14:04:43
Line 10 Line 10
   <h2 class="title">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>
   <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', selected, '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', selected, 'mainmenu')"><a href="edit">Research</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', selected, 'mainmenu')"><a href="editCV">Curriculum Vitae</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', selected, 'mainmenu')"><a href="editAwards">Awards</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', selected, 'mainmenu')"><a href="editTalks">Talks</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', selected, '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', selected, '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', selected, '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>
   </div>    </div>
   <div class="content">    <div class="content">
   <tal:block metal:define-slot="body"/>    <tal:block metal:define-slot="body"/>

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


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