[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndexNG/dtml - testTextIndexNG.dtml:1.1.2.1

Andreas Jung andreas@digicool.com
Sun, 17 Feb 2002 14:12:08 -0500


Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndexNG/dtml
In directory cvs.zope.org:/tmp/cvs-serv31873/dtml

Added Files:
      Tag: ajung-textindexng-branch
	testTextIndexNG.dtml 
Log Message:
added 


=== Added File Zope/lib/python/Products/PluginIndexes/TextIndexNG/dtml/testTextIndexNG.dtml ===
<dtml-var manage_page_header>
<dtml-var manage_tabs>

<p class="form-help">
<em>Test TextIndexNG</em>

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

<table border="0" cellspacing="2" cellpadding="2">

<tr>
  <th> Query </th>
  <td>
     <input type="text" size="40" value="" name="query">
  </td>
</tr>

<tr>
  <td colspan="2">
    <input type="Submit" value=" Execute query ">
  </td>
</tr>

</table>
</form>

<dtml-var manage_page_footer>