use cool local search instead of evil google

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@374 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
toidinamai 2006-06-07 23:04:30 +00:00
parent b0728818c9
commit b3be5dae62

View File

@ -91,12 +91,9 @@
<xsl:text> ### Search ### </xsl:text>
</xsl:comment>
<form action="http://www.google.de/custom" method="get">
<form action="/cgi-bin/estseek.cgi" method="get">
<p>
<input type="text" name="q" size="20" value="c3d2" />
<input type="hidden" name="domains" value="c3d2.de" />
<input type="hidden" name="sitesearch" value="www.c3d2.de" />
<input type="submit" name="submit" value="Suchen!" />
<input type="text" name="phrase" size="20" value="c3d2" />
</p>
</form>