File:  [Repository] / ImageArchive / zpt / AddImageCollectionConfigSimple.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue May 16 10:28:09 2006 UTC (18 years ago) by dwinter
Branches: MAIN
CVS tags: HEAD
new version with metadata (not compatible with the old one)

<h1 tal:replace="structure here/manage_page_header">Header</h1>
<h2>Add Image Archive Config</h2>

<form method="post" action="manage_addImageCollectionConfigSimple">

<table>
	<tr>
		<td>
			List of fields (comma separated):
		</td>
		<td>
			<input type="text" size="100" name="listOfFields">
		</td>
	</tr>
	<tr>
		<td>
			Table:
		</td>
		<td>
			<input type="text" size="30" name="table">
		</td>
	</tr>
	<tr>
		<td>
			Unique key, which contains the filenames in the archive
		</td>
		<td>
			<input type="text" size="30" name="key">
		</td>
	</tr>
</table>
<input type="submit">
</form>

<h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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