File:  [Repository] / ImageArchive / zpt / standardSearchPage.zpt
Revision 1.2: 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)

<html>
<head>
<title>Default</title>
</head>
<body>


<!-- EDITABLE AREA -->

<h1>Search</h1>
<form action="searchDB" method="get">

 <table>
	<tr tal:repeat="field python:here.imageCollectionConfig.getFields().keys()">
   
	<td>
		<tal:x replace="python:here.imageCollectionConfig.getFields()[field][0]"/>
    </td>
 	<td tal:content="structure python:here.ZSQLsearchOptions(field)"/>
 	<td>
 		 <input size="70" tal:attributes="name field"/>
 	</td>
	</tr>
</table>


<input type="submit">
</form>


</body>
</html>

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