File:  [Repository] / MPIWGWeb / zpt / Attic / edit_MPIWGProject_main.zpt
Revision 1.1.2.5: download - view: text, annotated - select for diffs - revision graph
Wed Sep 13 08:17:33 2006 UTC (17 years, 9 months ago) by dwinter
Branches: r2
tools and methods for index generation

<!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 active!!)</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('themes', menusel, 'mainmenu')"><a href="editMPIWGDisciplinesThemesEditor">Themes and disciplines</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>

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