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

version 1.1.2.3, 2005/10/18 12:59:51 version 1.1.2.4, 2005/10/18 19:37:32
Line 7 Line 7
   <link rel="stylesheet" href="edit.css" type="text/css"/>      <link rel="stylesheet" href="edit.css" type="text/css"/>  
 </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>
   <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', selected, 'mainmenu')"><a href="editMainData">Contact</a></span>
Line 17 Line 17
     <span tal:attributes="class python:here.getPathStyle('talks', selected, 'mainmenu')"><a href="editTalks">Talks</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('teaching', selected, 'mainmenu')"><a href="editTeaching">Teaching</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('publications', selected, 'mainmenu')"><a href="editPublications">Publications</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('image', selected, 'mainmenu')"><a href="editImage">Image</a></span>      <span tal:attributes="class python:here.getPathStyle('image', selected, 'mainmenu')"><a href="editImage">Photo</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.3  
changed lines
  Added in v.1.1.2.4


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