Annotation of MPIWGWeb/zpt/edit_relatedProjectForm.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/edit_MPIWGProject_main/macros/page">
        !             4: <head>
        !             5: </head>
        !             6: <body>
        !             7: <tal:block metal:fill-slot="navsel" tal:define="global menusel string:publications" />
        !             8: <tal:block metal:fill-slot="body">
        !             9:   <h3>Edit related projects</h3>
        !            10:    <table><tr>
        !            11:    <td>Project id:</td>
        !            12:      <td tal:content="structure python:getattr(here,'objid','')" />
        !            13:      </tr>
        !            14:      <tr>  <td>WEB title:</td>
        !            15:         <td tal:content="structure python:getattr(here,'projectWEB_title','')" />
        !            16:      </tr>
        !            17:   </table>
        !            18:   <form action="editRelatedProject" method="post" enctype="multipart/form-data">
        !            19:  
        !            20:   <p>Link</p>
        !            21:    <input size="100"  tal:attributes="value python:getattr(here,'orginallink','')" name="link">
        !            22:   
        !            23:   <input type="submit" value="change"/>
        !            24:   
        !            25:   <h3><a href="manageRelatedProjects">Back to related projects list</a></h3>
        !            26: </tal:block>
        !            27: </body>
        !            28: </html>

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