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

1.1.2.3   casties     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">
1.1.2.2   dwinter     4: <head>
                      5: </head>
1.1.2.1   dwinter     6: <body>
1.1.2.5   casties     7: <tal:block metal:fill-slot="navsel" tal:define="global menusel string:publications" />
1.1.2.3   casties     8: <tal:block metal:fill-slot="body">
1.1.2.6   casties     9:   <h3>Edit a publication</h3>
1.1.2.3   casties    10:   
1.1.2.7 ! dwinter    11:   <form action="editPublication" method="post" enctype="multipart/form-data">
        !            12:   <p>Bibliographical entry</p>
1.1.2.3   casties    13:     <textarea tal:content="structure python:getattr(here,'text','')" name="text" rows="3" cols="80"></textarea>
1.1.2.7 ! dwinter    14:     
        !            15:   <p>Image 1 (e.g. Cover)</p>
        !            16:   <p tal:condition="python:hasattr(here,'publicationImage1')">
        !            17:    <img tal:attributes="src python:here.publicationImage1.absolute_url()" height="100"/>
        !            18:    </p>
        !            19:    <p>Upload new image:<input type="file" name="image1" len="50"/></p>
        !            20:   <p>Image 2 (e.g. Table of Contents)</p>
        !            21:   <p tal:condition="python:hasattr(here,'publicationImage2')">
        !            22:    <img tal:attributes="src python:here.publicationImage2.absolute_url()" height="100"/>
        !            23:    </p>
        !            24:    <p>Upload new image:<input type="file" name="image2" len="50"/></p>
        !            25:   
        !            26:  
        !            27:   <p>Descriptive Text</p>
        !            28:   <p>
        !            29:   <textarea tal:content="structure python:getattr(here,'description','')" name="description" rows="10" cols="80"></textarea>
        !            30:   </p>
        !            31:   <p><input type="submit" value="submit"/></p>
1.1.2.3   casties    32:   </form>
1.1.2.4   casties    33:   
                     34:   <h3><a href="managePublications">Back to publication list</a></h3>
1.1.2.3   casties    35: </tal:block>
1.1.2.1   dwinter    36: </body>
                     37: </html>

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