Diff for /MPIWGWeb/zpt/Attic/editProfile.zpt between versions 1.1.2.1 and 1.1.2.3

version 1.1.2.1, 2008/08/20 09:40:57 version 1.1.2.3, 2008/08/26 16:04:25
Line 33 Line 33
     <metal:macros xmlns:metal="http://xml.zope.org/namespaces/metal" 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>
   <metal:macros xmlns:metal="http://xml.zope.org/namespaces/metal" use-macro="here/kupuEditor/kupumacros/macros/fulleditor">    <metal:macros xmlns:metal="http://xml.zope.org/namespaces/metal" use-macro="here/kupuEditor/kupumacros/macros/fulleditor">
          
       <!--  <metal:macros xmlns:metal="http://xml.zope.org/namespaces/metal" fill-slot="tb_select_styles">
          <span id="kupu-tb-styles"/>
        </metal:macros>
         <metal:macros xmlns:metal="http://xml.zope.org/namespaces/metal" fill-slot="buttongroup_subsuper">
          <span id="kupu-bg-subsuper"/>
          <span id="kupu-subscript-button"/>
          <span id="kupu-superscript-button"/>
          </metal:macros>
          
          <metal:macros xmlns:metal="http://xml.zope.org/namespaces/metal" fill-slot="buttongroup_justify">
          <span id="kupu-justifyleft-button"/>
          <span id="kupu-justifycenter-button"/>
          <span id="kupu-justifyright-button"/>
          </metal:macros>
          <metal:macros xmlns:metal="http://xml.zope.org/namespaces/metal" fill-slot="buttongroup_list">
          <span id="kupu-list-ol-addbutton"/>    
          <span id="kupu-list-ul-addbutton"/>
          
          </metal:macros>
          <metal:macros xmlns:metal="http://xml.zope.org/namespaces/metal" fill-slot="buttongroup_indent"/>
          -->
      
     <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"><input type="hidden" class="wide" id="kupu-properties-title" /> <input
         type="hidden" class="wide" id="kupu-properties-description" /></div>          type="hidden" class="wide" id="kupu-properties-description" /></div>
Line 44 Line 67
     <metal:macros fill-slot="editorframe">      <metal:macros fill-slot="editorframe">
               
         <iframe class="kupu-editor-iframe" id="kupu-editor" frameborder="0" scrolling="auto" src="fulldoc"          <iframe class="kupu-editor-iframe" id="kupu-editor" frameborder="0" scrolling="auto" src="fulldoc"
           tal:attributes="src python:here.REQUEST['URL1']+'/getProfile'">             tal:attributes="src python:here.REQUEST['URL1']+'/getProfile?time='+here.REQUEST.get('time','0')"> 
         </iframe>          </iframe>
               
     </metal:macros>      </metal:macros>

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


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