Annotation of MPIWGWeb/zpt/editMPIWGStaff_main.zpt, revision 1.1.2.3

1.1.2.3 ! casties     1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        !             2:           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1.1.2.1   dwinter     3: <html metal:define-macro="page">
                      4: <head>
1.1.2.3 ! casties     5:   <tal:block tal:define="global person python:here.ZSQLInlineSearchU(_table='personal_www',username=here.getId())"/>
        !             6:   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        !             7:   <link rel="stylesheet" href="edit.css" type="text/css"/>  
1.1.2.1   dwinter     8: </head>
                      9: <body>
1.1.2.3 ! casties    10:   <h2>Edit homepage of <span tal:replace="person/vorname"/> <span tal:replace="person/name"/></h2>
        !            11:   <metal:block metal:define-slot="navsel"/>
        !            12:   <div class="mainnav">
        !            13:     <span tal:attributes="class python:here.getPathStyle('maindata', selected, 'mainmenu')"><a href="editMainData">Contact</a></span>
        !            14:     <span tal:attributes="class python:here.getPathStyle('research', selected, 'mainmenu')"><a href="edit">Research</a></span>
        !            15:     <span tal:attributes="class python:here.getPathStyle('cv', selected, 'mainmenu')"><a href="editCV">Curriculum Vitae</a></span>
        !            16:     <span tal:attributes="class python:here.getPathStyle('awards', selected, 'mainmenu')"><a href="editAwards">Awards</a></span>
        !            17:     <span tal:attributes="class python:here.getPathStyle('talks', selected, 'mainmenu')"><a href="editTalks">Talks</a></span>
        !            18:     <span tal:attributes="class python:here.getPathStyle('teaching', selected, 'mainmenu')"><a href="editTeaching">Teaching</a></span>
        !            19:     <span tal:attributes="class python:here.getPathStyle('publications', selected, 'mainmenu')"><a href="editPublications">Publications</a></span>
        !            20:     <span tal:attributes="class python:here.getPathStyle('image', selected, 'mainmenu')"><a href="editImage">Image</a></span>
        !            21:   </div>
        !            22:   <div class="content">
        !            23:   <tal:block metal:define-slot="body"/>
        !            24:   </div>
1.1.2.1   dwinter    25: </body>
                     26: </html>

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