File:  [Repository] / MPIWGWeb / zpt / Attic / edit_MPIWGProjectNeu.zpt
Revision 1.1.2.4: download - view: text, annotated - select for diffs - revision graph
Wed Oct 19 15:16:13 2005 UTC (18 years, 8 months ago) by casties
Branches: r2
nicer editing for projects as well

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html metal:use-macro="here/edit_MPIWGProject_main/macros/page">
<head>
</head>
<body>
<tal:block metal:fill-slot="navsel" tal:define="global menusel string:description" />
<tal:block metal:fill-slot="body">
  <form action="saveEditedContent" method="POST">
  <metal:macros xmlns:metal="http://xml.zope.org/namespaces/metal" use-macro="here/kupuEditor/kupumacros/macros/xmlconfig">
    <metal:macros xmlns:metal="http://xml.zope.org/namespaces/metal" fill-slot="dst">saveEditedContent</metal:macros>
  </metal:macros>
  <metal:macros xmlns:metal="http://xml.zope.org/namespaces/metal" use-macro="here/kupuEditor/kupumacros/macros/fulleditor">
    <metal:macros fill-slot="toolbox_properties">
      <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>
    </metal:macros>
    <metal:macros fill-slot="toolbox_tables">
      <div class="kupu-toolbox" id="kupu-toolbox-properties"><input type="hidden" class="wide" id="kupu-table-classchooser" /> <input
        type="hidden" class="wide" id="kupu-table-newrows" /> <input type="hidden" class="wide" id="kupu-table-newcols" /></div>
    </metal:macros>
    <metal:macros fill-slot="editorframe">
      <tal:block tal:condition="not:python:here.REQUEST.get('fromPreview',None)">
        <iframe class="kupu-editor-iframe" id="kupu-editor" frameborder="0" scrolling="auto" src="fulldoc"
          tal:attributes="src python:here.absolute_url()+'/getWebProject_description'"> </iframe>
      </tal:block>
      <tal:block tal:condition="python:here.REQUEST.get('fromPreview',None)">
        <iframe class="kupu-editor-iframe" id="kupu-editor" frameborder="0" scrolling="auto" src="fulldoc"
          tal:attributes="src python:here.absolute_url()+'/previewTemplate/getWebProject_description'"> </iframe>
      </tal:block>
    </metal:macros>
  </metal:macros>
  <p><span class="kupu-tb-buttongroup">
  <button type="button" id="kupu-preview-button" title="preview: alt-p" accesskey="p">Preview</button>
  </span>
  <span class="kupu-tb-buttongroup">
  <button xmlns:i18n="http://xml.zope.org/namespaces/i18n" type="button" id="kupu-save-button" title="save: alt-s"
    i18n:attributes="title" accesskey="s">Publish</button>
  </span></p>
  </form>
</tal:block>
</body>
</html>

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