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

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>
1.1.2.7 ! dwinter    19:    
1.1.2.4   casties    20:   </metal:macros>
                     21:   <metal:macros xmlns:metal="http://xml.zope.org/namespaces/metal" use-macro="here/kupuEditor/kupumacros/macros/fulleditor">
1.1.2.7 ! dwinter    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>
1.1.2.4   casties    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>
1.1.2.5   casties    55:   <p></p>
1.1.2.4   casties    56:   </form>
1.1.2.1   dwinter    57: </tal:block>
                     58: </body>
                     59: </html>

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