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, 1 month ago) by dwinter
Branches: MAIN
CVS tags: HEAD
historical persons zpt added

    1: <html>
    2: <head>
    3:    <title>The title</title>
    4: </head>
    5: <body>
    6: 
    7: <div>
    8: 
    9: <h1>Change MPIWGRoot</h1>
   10: <form method="post" action="changeMPIWGRoot">
   11: 
   12: <p>Title:</p>
   13: <input tal:attributes="value python:getattr(here,'title','')" name="title"/>
   14: <p>Discipline list (seperated by CR)<br>
   15: <textarea name="disciplineList" cols=50 rows=20  tal:content="python:getattr(here,'disciplineList','')" ></textarea>
   16: </p>
   17: <p>Themes List (seperated by CR)<br>
   18: <textarea name="themesList" cols=50 rows=20 tal:content="python:getattr(here,'themesList','')"></textarea>
   19: </p>
   20: <input type="submit">
   21: </form>
   22: </div>
   23: </body>
   24: </html>

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