Security Advisories (1)
CPANSA-PApp-2001-01 (2001-10-27)

Testing for nonexistant access rights always returned true.

NAME

PApp::HTML - utility functions for html generation

SYNOPSIS

DESCRIPTION

FUNCTIONS

Create "a link" (a href) with the given contents, pointing at the given url.

errbox $error, $explanation

Render a two-part error-box, very distinctive, very ugly, very visible!

submit
reset_button

*FIXME*

textfield
textarea
password_field
hidden key => value
checkbox
radio
filefield

*FIXME*

mailto_url $mailaddr, key => value, ...

Create a mailto url with the specified headers (see RFC 2368). All values will be scaped for you. Example:

mailto_url "pcg@goof.com",
           subject => "Mail from me",
           body => "(generated from ".reference_url(1).")";

SEE ALSO

PApp.

AUTHOR

Marc Lehmann <pcg@goof.com>
http://www.goof.com/pcg/marc/