File:  [Repository] / OSAS / OSA_system / zpt / OSAS_search.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Mon Jul 5 21:08:55 2004 UTC (19 years, 11 months ago) by casties
Branches: MAIN
CVS tags: HEAD
improved everything, really

<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <title tal:content="here/title">The title</title>
</head>
<body>

<h1>Archive and Storage System of the MPIWG</h1>

<h2>Search</h2>

<p>Search the online and offline archive.</p>

<h3>Simple search</h3>

<form method="get" action="search">
  <p>Any field
  <select name="searchtype">
    <option tal:condition="python:here.getSearchType() == 'equals'" selected value="equals">equals</option>
    <option tal:condition="python:here.getSearchType() != 'equals'" value="equals">equals</option>
    <option tal:condition="python:here.getSearchType() == 'startswith'" selected value="startswith">starts with</option>
    <option tal:condition="python:here.getSearchType() != 'startswith'" value="startswith">starts with</option>
    <option tal:condition="python:here.getSearchType() == 'contains'" selected value="contains">contains</option>
    <option tal:condition="python:here.getSearchType() != 'contains'" value="contains">contains</option>
  </select>
  <input name="searchstring" tal:attributes="value here/getSearchString"/></p>
  <input type="submit"/>
</form>

</body>
</html>



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