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

<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>

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


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

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