source: trunk/cgi-bin/geisa_page_post_begin @ 1

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

Geisa inital import

File size: 408 bytes
Line 
1#file=geisa_page_post_begin
2#on entry: $title [$subtitle] [$bname] $HOME
3#on exit: $curdir $tempdir
4HOME_GEISA=/usr/local/apache/cgi-bin/geisa
5curdir=`pwd`;tempdir=/doc/data/GEISA/temp$$
6mkdir $tempdir
7$HOME_GEISA/etrap purge $tempdir sync 5
8echo content-type: text/html
9echo
10echo "<html><head><title>${bname:-$geisabl} : $title</title></head><body>"
11echo "<h2>${bname:-$geisabl} : ${subtitle:-$title}</h2>"
Note: See TracBrowser for help on using the repository browser.