Skip to content
Snippets Groups Projects
Commit b434be8b authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

Add options to search form
parent 9af77363
No related branches found
No related tags found
No related merge requests found
...@@ -77,12 +77,25 @@ capabilities</a>. ...@@ -77,12 +77,25 @@ capabilities</a>.
<a href="/gmsh/doc/myperlsolver.tgz">Perl solver</a> <a href="/gmsh/doc/myperlsolver.tgz">Perl solver</a>
</ul> </ul>
<!-- simple interface
<form method=GET action="http://www.geuz.org/search/search-geuz.cgi"> <form method=GET action="http://www.geuz.org/search/search-geuz.cgi">
<input size=30 name="q" value="">&nbsp; <input size=30 name="q" value="">&nbsp;
<input type="submit" value="Search!"> <input type="submit" value="Search!">
<input type=HIDDEN name="ul" value="/gmsh/"> <input type=HIDDEN name="ul" value="/gmsh/">
<input type=HIDDEN name="ps" value=10> <input type=HIDDEN name="ps" value=10>
</form> </form>
-->
<form method=GET action="http://www.geuz.org/search/search-geuz.cgi">
<input size=30 name="q" value="">&nbsp;
<input type="submit" value="Search!">&nbsp;
<input type=HIDDEN name="ps" value=10>
<select name="ul">
<option value="/gmsh/" SELECTED>all Gmsh resources
<option value="/gmsh/doc/">documentation
<option value="/pipermail/gmsh/">mailing lists archives
</select>
</form>
<h2><a name="Mailing lists"></a>Mailing lists</h2> <h2><a name="Mailing lists"></a>Mailing lists</h2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment