Annotation of MPIWGWeb/zpt/editProfile.zpt, revision 1.1.2.1

1.1.2.1 ! dwinter     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/mainEditFile/macros/page">
        !             4: <metal:x metal:fill-slot="javascript">
        !             5: <metal:macros xmlns:metal="http://xml.zope.org/namespaces/metal" use-macro="here/kupuEditor/kupumacros/macros/head">
        !             6:   <metal:macros fill-slot="bootstrap-editor">
        !             7:     <script type="text/javascript" src="/kupuEditor/kupuinit_form.js"> </script>
        !             8:     <script type="text/javascript" src="/kupuEditor/kupustart_form.js"> </script>
        !             9:   </metal:macros>
        !            10: </metal:macros>
        !            11: </metal:x>
        !            12: <body>
        !            13:   <tal:block metal:fill-slot="navsel" tal:define="global menusel string:cv"/>
        !            14: 
        !            15: <tal:block metal:fill-slot="body" tal:define="yes_no_list python:'yes\nno'">
        !            16: <form action="editProfile" method="post">
        !            17: <input type="hidden" name="oid" tal:attributes="value person/oid">
        !            18: <tal:x condition="python:(person.profile is None) | (person.profile=='')">
        !            19: <p>You haven't edited your profile yet, this entry is  generated automatically from you old CV entry, your current work entry, and research interests entry from you old profile! </p>
        !            20:    
        !            21: </tal:x>
        !            22: 
        !            23: 
        !            24: 
        !            25:     <div><span class="kupu-tb-buttongroup">
        !            26:    <button type="button" id="kupu-preview-button" title="preview: alt-p" accesskey="p">Preview</button>
        !            27:       </span>
        !            28:       <span class="kupu-tb-buttongroup">
        !            29:    <button type="button" id="kupu-save-button" title="save: alt-s" accesskey="s">Publish</button>
        !            30:       </span>
        !            31:     </div>
        !            32:   <metal:macros xmlns:metal="http://xml.zope.org/namespaces/metal" use-macro="here/kupuEditor/kupumacros/macros/xmlconfig">
        !            33:     <metal:macros xmlns:metal="http://xml.zope.org/namespaces/metal" fill-slot="dst">saveEditedContent</metal:macros>
        !            34:   </metal:macros>
        !            35:   <metal:macros xmlns:metal="http://xml.zope.org/namespaces/metal" use-macro="here/kupuEditor/kupumacros/macros/fulleditor">
        !            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:       
        !            46:         <iframe class="kupu-editor-iframe" id="kupu-editor" frameborder="0" scrolling="auto" src="fulldoc"
        !            47:           tal:attributes="src python:here.REQUEST['URL1']+'/getProfile'"> 
        !            48:         </iframe>
        !            49:       
        !            50:     </metal:macros>
        !            51:   </metal:macros>
        !            52: 
        !            53: 
        !            54:   </form>
        !            55: 
        !            56: 
        !            57: <br/>
        !            58: </tal:block>
        !            59: </body>
        !            60: </html>

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