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

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.7 ! dwinter     5:   <tal:block tal:define="global person python:here.ZSQLInlineSearchU(_table='personal_www',id=here.getDBId())"/>
1.1.2.3   casties     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.4   casties    10:   <h2 class="title">Edit homepage of <span tal:replace="person/vorname"/> <span tal:replace="person/name"/></h2>
1.1.2.3   casties    11:   <metal:block metal:define-slot="navsel"/>
                     12:   <div class="mainnav">
1.1.2.5   casties    13:     <span tal:attributes="class python:here.getPathStyle('maindata', menusel, 'mainmenu')"><a href="editMainData">Contact</a></span>
                     14:     <span tal:attributes="class python:here.getPathStyle('research', menusel, 'mainmenu')"><a href="edit">Research</a></span>
                     15:     <span tal:attributes="class python:here.getPathStyle('cv', menusel, 'mainmenu')"><a href="editCV">Curriculum Vitae</a></span>
                     16:     <span tal:attributes="class python:here.getPathStyle('awards', menusel, 'mainmenu')"><a href="editAwards">Awards</a></span>
                     17:     <span tal:attributes="class python:here.getPathStyle('talks', menusel, 'mainmenu')"><a href="editTalks">Talks</a></span>
                     18:     <span tal:attributes="class python:here.getPathStyle('teaching', menusel, 'mainmenu')"><a href="editTeaching">Teaching</a></span>
                     19:     <span tal:attributes="class python:here.getPathStyle('publications', menusel, 'mainmenu')"><a href="editPublications">Publications</a></span>
                     20:     <span tal:attributes="class python:here.getPathStyle('image', menusel, 'mainmenu')"><a href="editImage">Photo</a></span>
1.1.2.6   dwinter    21:     <span class="mainmenu"><a tal:attributes="href python:'http://www.mpiwg-berlin.mpg.de/members/'+here.getId()+'/index_html'" target="_blank">View</a></span>
1.1.2.3   casties    22:   </div>
                     23:   <div class="content">
                     24:   <tal:block metal:define-slot="body"/>
                     25:   </div>
1.1.2.1   dwinter    26: </body>
                     27: </html>

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