Annotation of MPIWGWeb/zpt/edit_MPIWGProject_main.zpt, revision 1.1.2.2

1.1.2.1   casties     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>
                      5: <metal:macros xmlns:metal="http://xml.zope.org/namespaces/metal" use-macro="here/kupuEditor/kupumacros/macros/head">
                      6:   <metal:macros fill-slot="bootstrap-editor">
                      7:     <script type="text/javascript" src="/kupuEditor/kupuinit_form.js"> </script>
                      8:     <script type="text/javascript" src="/kupuEditor/kupustart_form.js"> </script>
                      9:   </metal:macros>
                     10: </metal:macros>
                     11: <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
                     12: <link rel="stylesheet" href="edit.css" type="text/css"/>  
                     13: </head>
                     14: <body onload="kupu = startKupu();">
                     15:   <h2 class="title">Edit project <i tal:content="python:here.getContent('WEB_title')"/></h2>
                     16:   <metal:block metal:define-slot="navsel"/>
                     17:   <div class="mainnav">
                     18:     <span tal:attributes="class python:here.getPathStyle('basis', menusel, 'mainmenu')"><a href="editMPIWGBasisEditor">Basic information</a></span>
                     19:     <span tal:attributes="class python:here.getPathStyle('description', menusel, 'mainmenu')"><a href="edit">Project description</a></span>
1.1.2.2 ! casties    20:     <span tal:attributes="class python:here.getPathStyle('images', menusel, 'mainmenu')"><a href="manageImages">Images</a></span>
1.1.2.1   casties    21:     <span tal:attributes="class python:here.getPathStyle('publications', menusel, 'mainmenu')"><a href="managePublications">Publications</a></span>
                     22:     <span tal:attributes="class python:here.getPathStyle('themes', menusel, 'mainmenu')"><a href="editMPIWGDisciplinesThemesEditor">Themes and disciplines</a></span>
                     23:   </div>
                     24:   <div class="content">
                     25:   <tal:block metal:define-slot="body"/>
                     26:   </div>
                     27: </body>
                     28: </html>

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