NAME
    FML::CGI::Calendar - CGI module to show calendar as HTML TABLE (DEMO).

SYNOPSIS
        $obj = new FML::CGI::Calendar;
        $obj->prepare();
        $obj->verify_request();
        $obj->run();
        $obj->finish();

    run() executes html_start(), run_cgi() and html_end() described below.

    See FML::Process::Flow for flow details.

DESCRIPTION
  CLASS HIERARCHY
    "FML::CGI::Calendar" is a subclass of "FML::Process::CGI".

    Almost all methods inherit "FML::Process::CGI" base class.

METHODS
  html_start()
    print out HTML header + body former part and navigator.

  html_end()
    print out the navigator and closing of html.

  run_cgi_main()
    main routine to print calendar as HTML TABLE format.

  run_cgi_navigator()
    dummy.

  run_cgi_options()
    dummy.

SEE ALSO
    CGI, FML::Process::CGI and FML::Process::Flow

CODING STYLE
    See "http://www.fml.org/software/FNF/" on fml coding style guide.

AUTHOR
    Ken'ichi Fukamachi

COPYRIGHT
    Copyright (C) 2002,2003,2004,2005 Ken'ichi Fukamachi

    All rights reserved. This program is free software; you can redistribute
    it and/or modify it under the same terms as Perl itself.

HISTORY
    FML::CGI::Calendar first appeared in fml8 mailing list driver package.
    See "http://www.fml.org/" for more details.

