Diff for /MPIWGWeb/zpt/Attic/editMPIWGStaff_main.zpt between versions 1.1.2.6 and 1.1.2.8

version 1.1.2.6, 2005/11/24 19:14:19 version 1.1.2.8, 2007/04/18 10:03:12
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',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"/>  
 </head>  </head>
 <body>  <body>
   <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/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>

Removed from v.1.1.2.6  
changed lines
  Added in v.1.1.2.8


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