------------------------------------------------------------------------------
--
-- package CGI.About (spec)
--
-- This package shows a standardized "About Box" for CGI-programs.
--
------------------------------------------------------------------------------
-- Update information:
--
-- 1996.07.28 (Jacob Sparre Andersen)
-- Written.
-- Child of David A. Wheeler's CGI package.
--
-- (Insert additional update information above this line.)
------------------------------------------------------------------------------
package CGI.About is
---------------------------------------------------------------------------
-- procedure About_Box:
--
-- Shows an "About Box" with the "Ada inside" logo, link to HBAP, and
-- credits to David A. Wheeler and Jacob Sparre Andersen.
procedure About_Box;
---------------------------------------------------------------------------
-- procedure About_Box:
--
-- Shows an "About Box" with the "Ada inside" logo, link to HBAP, and
-- credits to David A. Wheeler and Jacob Sparre Andersen.
procedure About_Box (Program_Name : in String;
Author : in String);
---------------------------------------------------------------------------
end CGI.About;
Typeset with Ada_To_HTML (Jacob and Jesper)