#!/usr/bin/perl #------------------------------------------------------------------------------- # Copyright (c) 2001, Space Radiation Lab (SRL), #  California Institute of Technology. All rights reserved. # Unauthorized reproduction prohibited. #------------------------------------------------------------------------------- # Author: Glenn R. Hamell # Filename: releasenotes.cgi # Revision: 1.0 # Orig Date: 2001 Mar 08 # Last Mod: 2001 Mar 08 #+------------------------------------------------------------------------------ # Module: releasenotes.cgi # # Purpose: Describes caveats & changes # # Procedures: Just a text doc. # # Calling Sequence: (The calling sequence line shall contain the methods # in which module can be called from other programs. # Options & arguments shall be described along with any data types.) # # Inputs: # # Outputs: # # Keywords: # # Returns: (for Function only) # # History: # 2001 Mar 08 GRH # Created. #------------------------------------------------------------------------------- use CGI qw(:standard); print header; print start_html(-title=>'GCR Spectra', -bgcolor=>'#000000', -background=>'/images/spacback.gif', -text=>'#CCFFFF', -link=>'#CCFFCC'), '
', '', 'ACE logo ', '', h1('Calculated GCR Spectra'), p, 'ACE Science Center', '', '
', p, br; print 'You have arrived into the "release notes" document.', br;