Mercurial > hg > MPIWGWeb
comparison zpt/project/edit_template.zpt @ 22:5ed0b0c21fe5
started to clean up MPIWGProject.
author | casties |
---|---|
date | Mon, 08 Apr 2013 20:28:29 +0200 |
parents | zpt/edit_MPIWGProject_main.zpt@bca61e893fcc |
children | e30a4bd074db |
comparison
equal
deleted
inserted
replaced
21:faa7c9e936a8 | 22:5ed0b0c21fe5 |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | |
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
3 <html metal:define-macro="page"> | |
4 <head tal:define="global onload nothing;"> | |
5 <metal:block metal:define-slot="html_head"/> | |
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
7 <link rel="stylesheet" href="edit_css" type="text/css"/> | |
8 </head> | |
9 <body tal:attributes="onload onload"> | |
10 <h3 tal:condition="not:here/isActiveProject">(!!Project is not visible!!)</h3> | |
11 <h2 class="title">Edit project <i tal:content="python:here.getContent('WEB_title')"/></h2> | |
12 <metal:block metal:define-slot="navsel"/> | |
13 <div class="mainnav"> | |
14 <span tal:attributes="class python:here.getPathStyle('basic', menusel, 'mainmenu')"><a href="editBasic">Basic information</a></span> | |
15 <span tal:attributes="class python:here.getPathStyle('description', menusel, 'mainmenu')"><a href="edit">Project description</a></span> | |
16 <span tal:attributes="class python:here.getPathStyle('images', menusel, 'mainmenu')"><a href="manageImages">Images</a></span> | |
17 <span tal:attributes="class python:here.getPathStyle('publications', menusel, 'mainmenu')"><a href="managePublications">Publications</a></span> | |
18 <span tal:attributes="class python:here.getPathStyle('relatedProjects', menusel, 'mainmenu')"><a href="manageRelatedProjects">Related Projects</a></span> | |
19 <span tal:attributes="class python:here.getPathStyle('themes', menusel, 'mainmenu')"><a href="tagTheProject">Tags</a></span> | |
20 <span class="mainmenu"><a target="_blank" href="index_html">View</a></span> | |
21 </div> | |
22 <div class="content"> | |
23 <tal:block metal:define-slot="body"/> | |
24 </div> | |
25 </body> | |
26 </html> |