#!/usr/bin/perl # # File: journals.cgi # Purpose: Provide index & links to journals files # Author: Neal Haggard # History: 2/21/1999 - Created - NH (based on sessions.cgi) # use CGI qw(:standard); $fontface = "Verdana"; $fontsize = 3; $intro_text = < The following are excerpts from the journals of the individual party members. They are incomplete, despite this chronicler's best efforts, but they should give some glimpse into the individual's perspective of the events as they took place.

END journal_index( param( 'journal' ) ); sub journal_index() { ($journal) = @_; print header(); if( $journal ) { $ucjournal = ucfirst $journal; $title = $ucjournal . "'s Journal Index"; } else { $title = "Campaign Journals"; } print start_html( -title=>$title, -background=>"../images/background/parc1.jpg", -bgcolor=>"#F4E5C0", -text=>"#8A441D", -alink=>"#0000FF", -vlink=>"#441F0B", -link=>"#441F0B" ); print < END print "
\n", begin_font(2), "$title\n
\n"; unless( $journal ) { @journals = <*>; print begin_font(), "$intro_text"; print "