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

error_incomplete_form( )

Error message to be displayed when a form is improperly filled out.

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_header

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

print_admin_footer

HTML footer for the admin pages.

print_footer

HTML footer. Will be set as an alias of print_admin_footer or print_normal_footer, as appropriate.

print_header

HTML header for non-admin pages.

print_normal_footer

HTML footer for the non-admin pages.

manual_registration( CAPTION, HASH, DEFAULT )

Print the manual registration form used by the tech and admin pages.