File:  [Repository] / MPIWGWeb / zpt / changeMPIWGRootForm.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Fri May 28 16:45:46 2004 UTC (20 years ago) by dwinter
Branches: MAIN
CVS tags: HEAD
historical persons zpt added

<html>
<head>
   <title>The title</title>
</head>
<body>

<div>

<h1>Change MPIWGRoot</h1>
<form method="post" action="changeMPIWGRoot">

<p>Title:</p>
<input tal:attributes="value python:getattr(here,'title','')" name="title"/>
<p>Discipline list (seperated by CR)<br>
<textarea name="disciplineList" cols=50 rows=20  tal:content="python:getattr(here,'disciplineList','')" ></textarea>
</p>
<p>Themes List (seperated by CR)<br>
<textarea name="themesList" cols=50 rows=20 tal:content="python:getattr(here,'themesList','')"></textarea>
</p>
<input type="submit">
</form>
</div>
</body>
</html>

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