view zpt/edit_MPIWGProject_main.zpt @ 0:bca61e893fcc

first checkin of MPIWGWeb r2 branch from CVS into mercurial
author casties
date Thu, 10 Jan 2013 17:52:13 +0100
parents
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 metal:define-macro="page">
<head>
<metal:macros xmlns:metal="http://xml.zope.org/namespaces/metal" use-macro="here/kupuEditor/kupumacros/macros/head">
  <metal:macros fill-slot="bootstrap-editor">
    <script type="text/javascript" src="/kupuEditor/kupuinit_form.js"> </script>
    <script type="text/javascript" src="/kupuEditor/kupustart_form.js"> </script>
  </metal:macros>
</metal:macros>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="edit.css" type="text/css"/>  
</head>
<body onload="kupu = startKupu();">
  <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('basis', menusel, 'mainmenu')"><a href="editMPIWGBasisEditor">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>