File:  [Repository] / MPIWGWeb / zpt / addMPIWGRootForm.zpt
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Mon Apr 25 11:06:25 2005 UTC (19 years ago) by dwinter
Branches: MAIN
CVS tags: r2, HEAD
Catalog aware projects

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

<div>

<h1>Project-Upload</h1>
<form method="post" action="manage_addMPIWGRoot">
<p>ID:</p>
<input name="id">
<p>Title:</p>
<input name="title"/>
<p>Discipline list (seperated by CR)
<textarea name="disciplineList" cols=50 rows=20></textarea>
</p>
<p>Themes List (seperated by CR)
<textarea name="themesList" cols=50 rows=20></textarea>
</p>
<!--<div class="form-element">
    
    <select name="connection_id">
     
     <tal:block tal:repeat="id python:here.SQLConnectionIDs()">
                <option  tal:condition="python:getattr(here,'connection_id','')==id"  tal:attributes="value id" selected tal:content="id"/>
                <option  tal:condition="not:python:getattr(here,'connection_id','')==id"  tal:attributes="value id" tal:content="id"/>
            </tal:block>
    </select>
</div>-->
<input type="submit">
</form>
</div>
</body>
</html>

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