source: trunk/cgi-bin/cross_page_begin @ 1

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

Geisa inital import

File size: 238 bytes
Line 
1#file=cross_page_begin
2#on entry: $crossbl $title [$subtitle] [$bname]
3echo Content-type: text/html
4echo
5echo "<html><head><title>${bname:-$crossbl} : $title</title></head><body>"
6echo "<h2>${bname:-$crossbl} : ${subtitle:-$title}</h2>"
Note: See TracBrowser for help on using the repository browser.