NAME

NetReg::Html - HTML output services for NetReg


SYNOPSIS

    use NetReg::Html;


DESCRIPTION

This module provides simple HTML output services for NetReg CGI scripts. These include HTML headers and footers, and error reporting routines for users.


METHODS

admin_error( ERRMSG, ERRTYP )
Creates an HTML table including the error message. The error type defaults to ``Script'' if none is provided, and is included in the table header. Use in the admin CGI script.

regerr( ERRMSG )
Creates an HTML table including the error message. No error type is provided, since these all relate to the registration process.

print_regman
Provides feedback of a successful manual registration from the admin CGI script.

print_success
Provides feedback of a user's registration. The registration will be effective in a short amount of time; the user is instructed to reboot for it to take effect.

print_header
HTML header for the registration process. This can be branded for an individual institution.

print_footer
HTML footer for the registration process.

print_custom_header
Customized HTML header for Registration pages, including reported errors.

print_custom_footer
Customized HTML footer for Registration pages, including reported errors.