Annotation of MPIWGWeb/zpt/edit_MPIWGProject.zpt, revision 1.1.1.1

1.1       dwinter     1: <html>
                      2: <body>
                      3: <form method="POST" action="editMPIWGProject">
                      4: 
                      5: 
                      6: <h2>Project</h2>
                      7: <input tal:attributes="name python:'WEB_project_header'; value python:here.getContent('WEB_project_header')" size=100/>
                      8: 
                      9: <h3>Project Description</h3>
                     10: 
                     11: <span tal:replace="structure python:here.Epoz('WEB_project_description', data=here.WEB_project_description[0], toolbox='/toolbox', lang='en', path='', widget='', style='width: 600px; height: 500px; border: 1px solid #000000;', button='background-color: #EFEFEF; border: 1px solid #A0A0A0; cursor: pointer; margin-right: 1px; margin-bottom: 1px;', css='', charset='utf-8')"/>
                     12: 
                     13: 
                     14:   
                     15: <input type="submit">
                     16: </form>
                     17: </body>
                     18: </html>

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