File:  [Repository] / cdli / zpt / addCDLIBasketContainer.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 Container to the system
    4: </div>
    5: <p class="form-help">
    6: A basket container is a folder which contains baskets.
    7: </p>
    8: <form action="manage_addCDLIBasketContainer" method="post">
    9: <table>
   10: <tr>
   11: 	<td>
   12: 		<div class="form-label">id</div>
   13: 	</td>
   14: 	<td>
   15: 		<input type="text" name="id" size="40">
   16: 	</td>
   17: </tr>
   18: <tr>
   19: 	<td>
   20: 		<div class="form-optional">Title</div>
   21: 	</td>
   22: 	<td>
   23: 		<input type="text" name="title" size="40">
   24: 	</td>
   25: </tr>
   26: 
   27: </table>
   28: <input type="submit" value="add">
   29: </form>
   30: <h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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