Mercurial > hg > MPIWGWeb
view zpt/staff/edit_main.zpt @ 213:8d6d14498778
trying # 130: sortProjects funktioniert nicht
https://it-dev.mpiwg-berlin.mpg.de/tracs/webpage/ticket/130
author | casties |
---|---|
date | Wed, 07 Aug 2013 11:27:29 +0200 |
parents | 37c2c29ab7ed |
children |
line wrap: on
line source
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" metal:define-macro="page" tal:define="global onload nothing; global menusel nothing; global staffroot python:here.MPIWGrootURL()+'/members'; global root string:$staffroot/${here/getUsername};"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <link rel="stylesheet" tal:attributes="href string:$staffroot/edit_css" type="text/css"/> <metal:x metal:define-slot="javascript"/> </head> <body tal:attributes="onload onload"> <h2 class="title">Edit homepage of <span tal:replace="here/content/first_name"/> <span tal:replace="here/content/last_name"/></h2> <metal:block metal:define-slot="navsel"/> <p>Please contact the support group <a href="mailto:support@mpiwg-berlin.mpg.de">support@mpiwg-berlin.mpg.de (Tel. 247)</a>, if you need any help.</p> <div class="mainnav"> <span tal:attributes="class python:here.getPathStyle('maindata', menusel, 'mainmenu')"><a tal:attributes="href string:$root/edit">Basic Data</a></span> <span tal:attributes="class python:here.getPathStyle('cv', menusel, 'mainmenu')"><a tal:attributes="href string:$root/editProfile">Profile</a></span> <span tal:attributes="class python:here.getPathStyle('publications', menusel, 'mainmenu')"><a tal:attributes="href string:$root/editPublications">Publications</a></span> <span tal:attributes="class python:here.getPathStyle('research', menusel, 'mainmenu')"><a tal:attributes="href string:$root/editShortEntry">Research: short entry</a></span> <span tal:attributes="class python:here.getPathStyle('image', menusel, 'mainmenu')"><a tal:attributes="href string:$root/editImage">Photo</a></span> <span tal:attributes="class python:here.getPathStyle('downloads', menusel, 'mainmenu')"><a tal:attributes="href string:$root/editDownloads">Edit downloads</a></span> <!-- <span tal:attributes="class python:here.getPathStyle('cv', menusel, 'mainmenu')"><a href="editCV">Curriculum Vitae</a></span>--> <!-- <span tal:attributes="class python:here.getPathStyle('awards', menusel, 'mainmenu')"><a href="editAwards">Awards</a></span>--> <span tal:attributes="class python:here.getPathStyle('talks', menusel, 'mainmenu')"><a tal:attributes="href string:$root/editTalks">Talks</a></span> <span tal:attributes="class python:here.getPathStyle('teaching', menusel, 'mainmenu')"><a tal:attributes="href string:$root/editTeaching">Teaching</a></span> <span tal:attributes="class python:here.getPathStyle('additionalLink', menusel, 'mainmenu')"><a tal:attributes="href string:$root/editAdditionalLinks">Additional links</a></span> <span class="mainmenu"><a tal:attributes="href string:${here/en/MPIWGrootURL}/staff/members/${here/getUsername}" target="_blank">View</a></span> <span tal:attributes="class python:here.getPathStyle('help', menusel, 'mainmenu')"><a target="_blank" href="http://intranet.mpiwg-berlin.mpg.de/lib/exe/fetch.php?media=support:personal_homepage_short_manual.pdf">Help</a></span> </div> <div class="content"> <tal:block metal:define-slot="body"/> </div> </body> </html>