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

version 1.1.2.7, 2008/08/22 06:09:27 version 1.1.2.8, 2010/07/23 17:30:38
Line 1 Line 1
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">            "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html metal:use-macro="here/edit_MPIWGProject_main/macros/page">¬  <html metal:use-macro="here/edit_MPIWGProject_main/macros/page" xmlns:metal="http://xml.zope.org/namespaces/metal" >
 <head>  <head>
   <tal:block metal:fill-slot="navsel" tal:define="global menusel string:description" />
 </head>  </head>
 <body>  <body>
 <tal:block metal:fill-slot="navsel" tal:define="global menusel string:description" />  
 <tal:block metal:fill-slot="body">  <tal:block metal:fill-slot="body">
   <form action="saveEditedContent" method="POST">    <form action="saveEditedContent" method="POST">
     <div><span class="kupu-tb-buttongroup">      <div>
         <span class="kupu-tb-buttongroup">
     <button type="button" id="kupu-preview-button" title="preview: alt-p" accesskey="p">Preview</button>      <button type="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 type="button" id="kupu-save-button" title="save: alt-s" accesskey="s">Publish</button>      <button type="button" id="kupu-save-button" title="save: alt-s" accesskey="s">Publish</button>
       </span>        </span>
     </div>      </div>
   <metal:macros xmlns:metal="http://xml.zope.org/namespaces/metal" use-macro="here/kupuEditor/kupumacros/macros/xmlconfig">      <metal:macros use-macro="here/kupuEditor/kupumacros/macros/xmlconfig">
     <metal:macros xmlns:metal="http://xml.zope.org/namespaces/metal" fill-slot="dst">saveEditedContent</metal:macros>        <metal:macros fill-slot="dst">saveEditedContent</metal:macros>
      
   </metal:macros>    </metal:macros>
   <metal:macros xmlns:metal="http://xml.zope.org/namespaces/metal" use-macro="here/kupuEditor/kupumacros/macros/fulleditor">      <metal:macros use-macro="here/kupuEditor/kupumacros/macros/fulleditor">
      <metal:macros xmlns:metal="http://xml.zope.org/namespaces/metal" fill-slot="tb_select_styles">        <metal:macros fill-slot="tb_select_styles">
       <select id="kupu-tb-styles">        <select id="kupu-tb-styles">
       <option xmlns:i18n="http://xml.zope.org/namespaces/i18n" value="P" i18n:translate="">        <option xmlns:i18n="http://xml.zope.org/namespaces/i18n" value="P" i18n:translate="">
         Normal          Normal
Line 27 Line 27
       <option value="H3">        <option value="H3">
         <span xmlns:i18n="http://xml.zope.org/namespaces/i18n" i18n:translate="">Heading</span>          <span xmlns:i18n="http://xml.zope.org/namespaces/i18n" i18n:translate="">Heading</span>
       </option>        </option>
        
     </select>      </select>
   
        
        
      </metal:macros>       </metal:macros>
     <metal:macros fill-slot="toolbox_properties">      <metal:macros fill-slot="toolbox_properties">
       <div class="kupu-toolbox" id="kupu-toolbox-properties"><input type="hidden" class="wide" id="kupu-properties-title" /> <input          <div class="kupu-toolbox" id="kupu-toolbox-properties">
         type="hidden" class="wide" id="kupu-properties-description" /></div>            <input type="hidden" class="wide" id="kupu-properties-title"/> 
             <input type="hidden" class="wide" id="kupu-properties-description"/>
           </div>
     </metal:macros>      </metal:macros>
     <metal:macros fill-slot="toolbox_tables">      <metal:macros fill-slot="toolbox_tables">
       <div class="kupu-toolbox" id="kupu-toolbox-properties"><input type="hidden" class="wide" id="kupu-table-classchooser" /> <input          <div class="kupu-toolbox" id="kupu-toolbox-properties">
         type="hidden" class="wide" id="kupu-table-newrows" /> <input type="hidden" class="wide" id="kupu-table-newcols" /></div>            <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-newcols" />
           </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)">

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


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