File:  [Repository] / MPIWGWeb / zpt / Attic / edit_MPIWGProjectNeu.zpt
Revision 1.1.2.6: download - view: text, annotated - select for diffs - revision graph
Wed Aug 20 09:40:57 2008 UTC (15 years, 10 months ago) by dwinter
Branches: r2
NEW - # 19: €ndere Felder die auf den Persšnlichen Hompages angezeigt werden
https://itgroup.mpiwg-berlin.mpg.de:8080/tracs/webpage/ticket/19

    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:   </metal:macros>
   20:   <metal:macros xmlns:metal="http://xml.zope.org/namespaces/metal" use-macro="here/kupuEditor/kupumacros/macros/fulleditor">
   21:     <metal:macros fill-slot="toolbox_properties">
   22:       <div class="kupu-toolbox" id="kupu-toolbox-properties"><input type="hidden" class="wide" id="kupu-properties-title" /> <input
   23:         type="hidden" class="wide" id="kupu-properties-description" /></div>
   24:     </metal:macros>
   25:     <metal:macros fill-slot="toolbox_tables">
   26:       <div class="kupu-toolbox" id="kupu-toolbox-properties"><input type="hidden" class="wide" id="kupu-table-classchooser" /> <input
   27:         type="hidden" class="wide" id="kupu-table-newrows" /> <input type="hidden" class="wide" id="kupu-table-newcols" /></div>
   28:     </metal:macros>
   29:     <metal:macros fill-slot="editorframe">
   30:       <tal:block tal:condition="not:python:here.REQUEST.get('fromPreview',None)">
   31:         <iframe class="kupu-editor-iframe" id="kupu-editor" frameborder="0" scrolling="auto" src="fulldoc"
   32:           tal:attributes="src python:here.absolute_url()+'/getWebProject_description'"> </iframe>
   33:       </tal:block>
   34:       <tal:block tal:condition="python:here.REQUEST.get('fromPreview',None)">
   35:         <iframe class="kupu-editor-iframe" id="kupu-editor" frameborder="0" scrolling="auto" src="fulldoc"
   36:           tal:attributes="src python:here.absolute_url()+'/previewTemplate/getWebProject_description'"> </iframe>
   37:       </tal:block>
   38:     </metal:macros>
   39:   </metal:macros>
   40:   <p></p>
   41:   </form>
   42: </tal:block>
   43: </body>
   44: </html>

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