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, 3 months ago) by dwinter
Branches: MAIN
CVS tags: zcat_only_1, Root_zcat_only_1, HEAD
baskets comletely rewritten now with versions.

<h1 tal:replace="structure here/manage_page_header">Header</h1>
<div class="form-title">
  Add a Basket Container to the system
</div>
<p class="form-help">
A basket container is a folder which contains baskets.
</p>
<form action="manage_addCDLIBasketContainer" method="post">
<table>
<tr>
	<td>
		<div class="form-label">id</div>
	</td>
	<td>
		<input type="text" name="id" size="40">
	</td>
</tr>
<tr>
	<td>
		<div class="form-optional">Title</div>
	</td>
	<td>
		<input type="text" name="title" size="40">
	</td>
</tr>

</table>
<input type="submit" value="add">
</form>
<h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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