File:  [Repository] / ImageArchive / zpt / standardSearchPage.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon May 15 13:14:16 2006 UTC (18 years ago) by dwinter
Branches: MAIN
CVS tags: HEAD
md new

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


<!-- EDITABLE AREA -->

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

<table>
  <tr>
    <td class="fieldname">Author</td>
    <td tal:content="structure python:here.ZSQLsearchOptions('_op_artist_author')"/>
    <td><input name="artist_author" size="50"></td>
  </tr>
  <tr>
    <td class="fieldname">Title</td>
    <td tal:content="structure python:here.ZSQLsearchOptions('_op_title')"/>
    <td><input name="title" size="50"></td>
  </tr>
  <tr tal:define="mediumList python:here.ZSQLSimpleSearch('select distinct material from vision_main order by material')">
    <td class="fieldname">Medium</td>
    <td>&nbsp;</td>
    <td tal:content="structure python:here.ZSQLOptionsFromSearchList('material',mediumList,'material',start=' ')"/>
    <!--<td><input name="medium" size="50"></td>-->
  </tr>
</table>
<input type="submit">
</form>


</body>
</html>

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