File:  [Repository] / MPIWGWeb / zpt / Attic / editMPIWGStaff_main.zpt
Revision 1.1.2.4: download - view: text, annotated - select for diffs - revision graph
Tue Oct 18 19:37:32 2005 UTC (18 years, 8 months ago) by casties
Branches: r2
more nicer editing for personal homepages

<!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">
<head>
  <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">
  <link rel="stylesheet" href="edit.css" type="text/css"/>  
</head>
<body>
  <h2 class="title">Edit homepage of <span tal:replace="person/vorname"/> <span tal:replace="person/name"/></h2>
  <metal:block metal:define-slot="navsel"/>
  <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('research', selected, '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('awards', selected, '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('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('image', selected, 'mainmenu')"><a href="editImage">Photo</a></span>
  </div>
  <div class="content">
  <tal:block metal:define-slot="body"/>
  </div>
</body>
</html>

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