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

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.8   dwinter     5:   <tal:block tal:define="global person python:here.ZSQLInlineSearchU(_table='personal_www',key=here.getKey())"/>
1.1.2.3   casties     6:   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1.1.2.11  dwinter     7:   <link rel="stylesheet" href="editstaff.css" type="text/css"/>  
1.1.2.10  dwinter     8:   <metal:x metal:define-slot="javascript"/>
1.1.2.1   dwinter     9: </head>
1.1.2.10  dwinter    10: <body onload="kupu = startKupu();">
1.1.2.8   dwinter    11:   <h2 class="title">Edit homepage of <span tal:replace="person/first_name"/> <span tal:replace="person/last_name"/></h2>
1.1.2.3   casties    12:   <metal:block metal:define-slot="navsel"/>
                     13:   <div class="mainnav">
1.1.2.5   casties    14:     <span tal:attributes="class python:here.getPathStyle('maindata', menusel, 'mainmenu')"><a href="editMainData">Contact</a></span>
1.1.2.10  dwinter    15:     <span tal:attributes="class python:here.getPathStyle('cv', menusel, 'mainmenu')"><a href="editProfile">Profile</a></span>
1.1.2.5   casties    16:     <span tal:attributes="class python:here.getPathStyle('publications', menusel, 'mainmenu')"><a href="editPublications">Publications</a></span>
1.1.2.10  dwinter    17:     <span tal:attributes="class python:here.getPathStyle('research', menusel, 'mainmenu')"><a href="edit">Research: short entry</a></span>
1.1.2.5   casties    18:     <span tal:attributes="class python:here.getPathStyle('image', menusel, 'mainmenu')"><a href="editImage">Photo</a></span>
1.1.2.12  dwinter    19:     <span tal:attributes="class python:here.getPathStyle('downloads', menusel, 'mainmenu')"><a href="editDownloads">Edit 
                     20: downloads</a></span>
1.1.2.10  dwinter    21:     <!--  <span tal:attributes="class python:here.getPathStyle('cv', menusel, 'mainmenu')"><a href="editCV">Curriculum Vitae</a></span>-->
                     22:     
                     23:     <!--  <span tal:attributes="class python:here.getPathStyle('awards', menusel, 'mainmenu')"><a href="editAwards">Awards</a></span>-->
                     24:     <span tal:attributes="class python:here.getPathStyle('talks', menusel, 'mainmenu')"><a href="editTalks">Talks</a></span>
                     25:     <span tal:attributes="class python:here.getPathStyle('teaching', menusel, 'mainmenu')"><a href="editTeaching">Teaching</a></span>
1.1.2.13! dwinter    26:     <span tal:attributes="class python:here.getPathStyle('additionalLink', menusel, 'mainmenu')"><a href="editAdditionalLinks">Additional links</a></span>
1.1.2.10  dwinter    27:  
                     28:     
                     29:     
1.1.2.6   dwinter    30:     <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    31:   </div>
                     32:   <div class="content">
                     33:   <tal:block metal:define-slot="body"/>
                     34:   </div>
1.1.2.1   dwinter    35: </body>
                     36: </html>

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