NAME

NetReg::Html - HTML output services for NetReg


SYNOPSIS

    use Net::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

report_error( ERRMSG, TYPE )
Creates an HTML table including the error message. The optional error type is included in the table header, if provided.

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

print_reg_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_tech_success
Provides feedback of a successful manual registration from the tech CGI script.

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

print_admin_footer
HTML footer for the registration process.

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

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

print_tech_header
HTML header for the technician pages.

print_tech_footer
HTML footer for the technician pages.

manual_registration( CAPTION, HASH, DEFAULT )
Print the manual registration form used by the tech and admin pages.