Annotation of MPIWGWeb/zpt/edit_MPIWGProjectNeu.zpt, revision 1.1.2.6

1.1.2.4   casties     1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
                      2:           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1.1.2.6 ! dwinter     3: <html metal:use-macro="here/edit_MPIWGProject_main/macros/page">¬
1.1.2.1   dwinter     4: <head>
                      5: </head>
1.1.2.4   casties     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">
1.1.2.5   casties    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>
1.1.2.4   casties    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>
1.1.2.5   casties    40:   <p></p>
1.1.2.4   casties    41:   </form>
1.1.2.1   dwinter    42: </tal:block>
                     43: </body>
                     44: </html>

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