File:  [Repository] / MPIWGWeb / zpt / edit_MPIWGProject.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Mon Jun 28 18:47:14 2004 UTC (19 years, 11 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
utf-8

<html>
<body>
<form method="POST" action="editMPIWGProject">


<h2>Project</h2>
<input tal:attributes="name python:'WEB_project_header'; value python:here.getContent('WEB_project_header')" size=100/>

<h3>Project Description</h3>

<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')"/>


  
<input type="submit">
</form>
</body>
</html>

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