Diff for /MPIWGWeb/zpt/Attic/edit_MPIWGProjectNeu.zpt between versions 1.1.2.1 and 1.1.2.8

version 1.1.2.1, 2005/08/30 17:08:27 version 1.1.2.8, 2010/07/23 17:30:38
Line 1 Line 1
 <html>  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
             "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
   <html metal:use-macro="here/edit_MPIWGProject_main/macros/page" xmlns:metal="http://xml.zope.org/namespaces/metal" >
 <head>  <head>
 <metal:macros xmlns:metal="http://xml.zope.org/namespaces/metal" use-macro="here/kupuEditor/kupumacros/macros/head">  <tal:block metal:fill-slot="navsel" tal:define="global menusel string:description" />
 <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>  
 <style type="text/css">  
 <!--  
 .add-nav {  
 font-weight:bold;  
 padding-left:8px;  
 }  
 -->  
 <meta http-equiv="content-type" content="text/html; charset=utf-8">  
 </head>  </head>
   <body>
 <!--<body onload="kupu = startKupu();addEventHandler(window.document.getElementById('kupu-preview-button'),'click',preparePreviewForm,kupu);">-->  <tal:block metal:fill-slot="body">
 <body onload="kupu = startKupu();">  
 <h2>Edit: <i tal:content="python:here.getContent('WEB_title')"/></h2>  
 <p><a class="add-nav">Project Description</a> <a class="add-nav" href="">Publications</a><a class="add-nav" href="">Images at the margin</a><a class="add-nav" href="editMPIWGDisciplinesThemesEditor">Themes and disciplines</a><a class="add-nav" href="editMPIWGBasisEditor">Additional information</a></p>  
 <hr>  
 <h3>Project description</h3>  
 <form action="saveEditedContent" method="POST">  <form action="saveEditedContent" method="POST">
       <div>
 <span class="kupu-tb-buttongroup">  <span class="kupu-tb-buttongroup">
   <button type="button"          <button type="button" id="kupu-preview-button" title="preview: alt-p" accesskey="p">Preview</button>
           id="kupu-preview-button" title="preview: alt-p"  
           accesskey="p">Preview</button>  
    </span>     </span>
   
 <span class="kupu-tb-buttongroup">  <span class="kupu-tb-buttongroup">
       <button xmlns:i18n="http://xml.zope.org/namespaces/i18n" type="button" id="kupu-save-button" title="save: alt-s" i18n:attributes="title" accesskey="s">Publish</button>          <button type="button" id="kupu-save-button" title="save: alt-s" accesskey="s">Publish</button>
 </span>  </span>
       </div>
       <metal:macros use-macro="here/kupuEditor/kupumacros/macros/xmlconfig">
 <metal:macros xmlns:metal="http://xml.zope.org/namespaces/metal" use-macro="here/kupuEditor/kupumacros/macros/xmlconfig">        <metal:macros fill-slot="dst">saveEditedContent</metal:macros>
 <metal:macros xmlns:metal="http://xml.zope.org/namespaces/metal" fill-slot="dst">saveEditedContent</metal:macros>      </metal:macros>
       <metal:macros use-macro="here/kupuEditor/kupumacros/macros/fulleditor">
         <metal:macros fill-slot="tb_select_styles">
           <select id="kupu-tb-styles">
             <option xmlns:i18n="http://xml.zope.org/namespaces/i18n" value="P" i18n:translate="">
               Normal
             </option>
             <option value="H3">
               <span xmlns:i18n="http://xml.zope.org/namespaces/i18n" i18n:translate="">Heading</span>
             </option>
           </select>
 </metal:macros>  </metal:macros>
 <metal:macros xmlns:metal="http://xml.zope.org/namespaces/metal" use-macro="here/kupuEditor/kupumacros/macros/fulleditor">  
 <metal:macros fill-slot="toolbox_properties">  <metal:macros fill-slot="toolbox_properties">
  <div class="kupu-toolbox" id="kupu-toolbox-properties">   <div class="kupu-toolbox" id="kupu-toolbox-properties">
       <input type="hidden" class="wide" id="kupu-properties-title"/>        <input type="hidden" class="wide" id="kupu-properties-title"/>
Line 48  padding-left:8px; Line 38  padding-left:8px;
 <metal:macros fill-slot="toolbox_tables">  <metal:macros fill-slot="toolbox_tables">
  <div class="kupu-toolbox" id="kupu-toolbox-properties">   <div class="kupu-toolbox" id="kupu-toolbox-properties">
       <input type="hidden" class="wide" id="kupu-table-classchooser"/>        <input type="hidden" class="wide" id="kupu-table-classchooser"/>
   
       <input type="hidden" class="wide" id="kupu-table-newrows"/>         <input type="hidden" class="wide" id="kupu-table-newrows"/> 
       <input type="hidden" class="wide" id="kupu-table-newcols"/>         <input type="hidden" class="wide" id="kupu-table-newcols"/> 
    </div>     </div>
 </metal:macros>  </metal:macros>
 <metal:macros fill-slot="editorframe">  <metal:macros fill-slot="editorframe">
 <tal:block tal:condition="not:python:here.REQUEST.get('fromPreview',None)">   <tal:block tal:condition="not:python:here.REQUEST.get('fromPreview',None)"> 
 <iframe class="kupu-editor-iframe" id="kupu-editor" frameborder="0" scrolling="auto" src="fulldoc" tal:attributes="src python:here.absolute_url()+'/getWebProject_description'">            <iframe class="kupu-editor-iframe" id="kupu-editor" frameborder="0" scrolling="auto" src="fulldoc"
 </iframe>              tal:attributes="src python:here.absolute_url()+'/getWebProject_description'"> </iframe>
 </tal:block>  </tal:block>
 <tal:block tal:condition="python:here.REQUEST.get('fromPreview',None)">   <tal:block tal:condition="python:here.REQUEST.get('fromPreview',None)"> 
 <iframe class="kupu-editor-iframe" id="kupu-editor" frameborder="0" scrolling="auto" src="fulldoc" tal:attributes="src python:here.absolute_url()+'/previewTemplate/getWebProject_description'">            <iframe class="kupu-editor-iframe" id="kupu-editor" frameborder="0" scrolling="auto" src="fulldoc"
 </iframe>              tal:attributes="src python:here.absolute_url()+'/previewTemplate/getWebProject_description'"> </iframe>
 </tal:block>  </tal:block>
 </metal:macros>  </metal:macros>
   
 </metal:macros>  </metal:macros>
       <p></p>
 </form>  </form>
   </tal:block>
 </body>  </body>
 </html>  </html>

Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.8


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