source: trunk/cgi-bin/geisa_alexei_tt @ 1

Last change on this file since 1 was 1, checked in by cbipsl, 18 years ago

Geisa inital import

File size: 640 bytes
Line 
1#!/bin/sh
2Banque=geisa_alexei_geisaref
3IFS="
4="
5read toto z
6echo Content-type: text/html
7echo
8echo "<HTML>"
9echo "<BODY>"
10z=`geisa_alexei_unescape1 -b "$z"`
11echo "Search results for <B>" "$z"
12echo "</B>"
13echo "<P> </P>"
14cat $Banque |grep -i "$z"|awk -F* '{print $2}'
15echo "</UL>"
16echo "<P><CENTER> <font color=red> A L L&nbsp;&nbsp;  D O N E !</CENTER></P>"
17echo "<font size=5>"
18echo "Go to ..."
19echo "<font size=4>"
20echo "<UL>"
21echo "<LI> <A href=/htdocs-geisa/geisa_search.html> New search </A> </LI>"
22echo "<LI> <A href=/htdocs-geisa/geisa_index.html> GEISA documentations Main Page </A></LI>"
23echo "</UL>
24echo "</BODY>"
25echo "</HTML>"
Note: See TracBrowser for help on using the repository browser.