File:  [Repository] / MPIWGWeb / zpt / Attic / edit_MPIWGProjectNeu.zpt
Revision 1.1.2.7: download - view: text, annotated - select for diffs - revision graph
Fri Aug 22 06:09:27 2008 UTC (15 years, 10 months ago) by dwinter
Branches: r2
ASSIGNED - # 14: Baue Archiv fŸr alte Projekte ein
https://itgroup.mpiwg-berlin.mpg.de:8080/tracs/webpage/ticket/14

    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:use-macro="here/edit_MPIWGProject_main/macros/page">¬
    4: <head>
    5: </head>
    6: <body>
    7: <tal:block metal:fill-slot="navsel" tal:define="global menusel string:description" />
    8: <tal:block metal:fill-slot="body">
    9:   <form action="saveEditedContent" method="POST">
   10:     <div><span class="kupu-tb-buttongroup">
   11: 	<button type="button" id="kupu-preview-button" title="preview: alt-p" accesskey="p">Preview</button>
   12:       </span>
   13:       <span class="kupu-tb-buttongroup">
   14: 	<button type="button" id="kupu-save-button" title="save: alt-s" accesskey="s">Publish</button>
   15:       </span>
   16:     </div>
   17:   <metal:macros xmlns:metal="http://xml.zope.org/namespaces/metal" use-macro="here/kupuEditor/kupumacros/macros/xmlconfig">
   18:     <metal:macros xmlns:metal="http://xml.zope.org/namespaces/metal" fill-slot="dst">saveEditedContent</metal:macros>
   19:    
   20:   </metal:macros>
   21:   <metal:macros xmlns:metal="http://xml.zope.org/namespaces/metal" use-macro="here/kupuEditor/kupumacros/macros/fulleditor">
   22:      <metal:macros xmlns:metal="http://xml.zope.org/namespaces/metal" fill-slot="tb_select_styles">
   23:       <select id="kupu-tb-styles">
   24:       <option xmlns:i18n="http://xml.zope.org/namespaces/i18n" value="P" i18n:translate="">
   25:         Normal
   26:       </option>
   27:       <option value="H3">
   28:         <span xmlns:i18n="http://xml.zope.org/namespaces/i18n" i18n:translate="">Heading</span>
   29:       </option>
   30:      
   31:     </select>
   32: 
   33:      
   34:      
   35:      </metal:macros>
   36:     <metal:macros fill-slot="toolbox_properties">
   37:       <div class="kupu-toolbox" id="kupu-toolbox-properties"><input type="hidden" class="wide" id="kupu-properties-title" /> <input
   38:         type="hidden" class="wide" id="kupu-properties-description" /></div>
   39:     </metal:macros>
   40:     <metal:macros fill-slot="toolbox_tables">
   41:       <div class="kupu-toolbox" id="kupu-toolbox-properties"><input type="hidden" class="wide" id="kupu-table-classchooser" /> <input
   42:         type="hidden" class="wide" id="kupu-table-newrows" /> <input type="hidden" class="wide" id="kupu-table-newcols" /></div>
   43:     </metal:macros>
   44:     <metal:macros fill-slot="editorframe">
   45:       <tal:block tal:condition="not:python:here.REQUEST.get('fromPreview',None)">
   46:         <iframe class="kupu-editor-iframe" id="kupu-editor" frameborder="0" scrolling="auto" src="fulldoc"
   47:           tal:attributes="src python:here.absolute_url()+'/getWebProject_description'"> </iframe>
   48:       </tal:block>
   49:       <tal:block tal:condition="python:here.REQUEST.get('fromPreview',None)">
   50:         <iframe class="kupu-editor-iframe" id="kupu-editor" frameborder="0" scrolling="auto" src="fulldoc"
   51:           tal:attributes="src python:here.absolute_url()+'/previewTemplate/getWebProject_description'"> </iframe>
   52:       </tal:block>
   53:     </metal:macros>
   54:   </metal:macros>
   55:   <p></p>
   56:   </form>
   57: </tal:block>
   58: </body>
   59: </html>

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