File:  [Repository] / cdli / zpt / addCDLIBasket.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu Feb 2 19:19:24 2006 UTC (18 years, 5 months ago) by dwinter
Branches: MAIN
CVS tags: zcat_only_1, Root_zcat_only_1, HEAD
baskets comletely rewritten now with versions.

    1: <h1 tal:replace="structure here/manage_page_header">Header</h1>
    2: <div class="form-title">
    3:   Add a Basket to the system
    4: </div>
    5: <!--<p class="form-help">
    6: 
    7: </p>-->
    8: <form action="manage_addCDLIBasket" method="post">
    9: <table>
   10: <tr>
   11: 	<td>
   12: 		<div class="form-optional">Title</div>
   13: 	</td>
   14: 	<td>
   15: 		<input type="text" name="title" size="40">
   16: 	</td>
   17: </tr>
   18: <tr>
   19: 	<td>
   20: 		<div class="form-optional">Short description</div>
   21: 	</td>
   22: 	<td>
   23: 		<textarea name="shortDescription" rows="5" cols="60">
   24: 	</td>
   25: </tr>
   26: <tr>
   27: 	<td>
   28: 		<div class="form-optional">Comment</div>
   29: 	</td>
   30: 	<td>
   31: 		<textarea name="comment" rows="5" cols="60">
   32: 	</td>
   33: </tr>
   34: </table>
   35: <input type="submit" value="add">
   36: </form>
   37: <h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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