Mercurial > hg > MPIWGWeb
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/zpt/project/edit_template.zpt Mon Apr 08 20:28:29 2013 +0200 @@ -0,0 +1,26 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html metal:define-macro="page"> +<head tal:define="global onload nothing;"> +<metal:block metal:define-slot="html_head"/> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<link rel="stylesheet" href="edit_css" type="text/css"/> +</head> +<body tal:attributes="onload onload"> + <h3 tal:condition="not:here/isActiveProject">(!!Project is not visible!!)</h3> + <h2 class="title">Edit project <i tal:content="python:here.getContent('WEB_title')"/></h2> + <metal:block metal:define-slot="navsel"/> + <div class="mainnav"> + <span tal:attributes="class python:here.getPathStyle('basic', menusel, 'mainmenu')"><a href="editBasic">Basic information</a></span> + <span tal:attributes="class python:here.getPathStyle('description', menusel, 'mainmenu')"><a href="edit">Project description</a></span> + <span tal:attributes="class python:here.getPathStyle('images', menusel, 'mainmenu')"><a href="manageImages">Images</a></span> + <span tal:attributes="class python:here.getPathStyle('publications', menusel, 'mainmenu')"><a href="managePublications">Publications</a></span> + <span tal:attributes="class python:here.getPathStyle('relatedProjects', menusel, 'mainmenu')"><a href="manageRelatedProjects">Related Projects</a></span> + <span tal:attributes="class python:here.getPathStyle('themes', menusel, 'mainmenu')"><a href="tagTheProject">Tags</a></span> + <span class="mainmenu"><a target="_blank" href="index_html">View</a></span> + </div> + <div class="content"> + <tal:block metal:define-slot="body"/> + </div> +</body> +</html> \ No newline at end of file