File:  [Repository] / MPIWGWeb / zpt / edit_MPIWGProject.zpt
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Wed Aug 11 13:02:04 2004 UTC (19 years, 10 months ago) by dwinter
Branches: MAIN
CVS tags: r2, HEAD
heading in section not longer required, utf-8 added in edit templates

    1: <html>
    2: <head>
    3: <meta http-equiv="content-type" content="text/html; charset=utf-8">
    4: </head>
    5: 
    6: <body>
    7: <form method="POST" action="editMPIWGProject">
    8: 
    9: 
   10: <h2>Project</h2>
   11: <input tal:attributes="name python:'WEB_project_header'; value python:here.getContent('WEB_project_header')" size=100/>
   12: 
   13: <h3>Project Description</h3>
   14: 
   15: <span tal:replace="structure python:here.Epoz('WEB_project_description', data=here.getContent('WEB_project_description'), 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')"/>
   16: 
   17: 
   18:   
   19: <input type="submit">
   20: </form>
   21: </body>
   22: </html>

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