File:  [Repository] / ImageArchive / zpt / standardSearchPage.zpt
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Wed May 17 21:42:50 2006 UTC (18 years ago) by dwinter
Branches: MAIN
CVS tags: HEAD
searchdb new

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


<!-- EDITABLE AREA -->

<h1>Search</h1>
<form action="searchDB" method="get">
<input type="hidden" name="_table" tal:attributes="value python:here.imageCollectionConfig.getTable()"/>
 <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>