File:  [Repository] / MPIWGWeb / zpt / edit_MPIWGProject.zpt
Revision 1.3.2.1: download - view: text, annotated - select for diffs - revision graph
Thu Oct 18 12:00:17 2007 UTC (16 years, 8 months ago) by casties
Branches: r2
more unicode fixes and other small stuff

    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.decode(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>