Module akiaki_fcgi::html

source ·
Expand description

HTML utilities.

Enums

The error returned when some operation on a HTML failed.

Functions

Puts a form starting tag.
Puts a HTML header with a title.
Puts a multipart form starting tag.
Puts a string escaped and enclosed in
tags.
Puts a form finishing tag.
Puts a HTML footer.
Puts a heading.
Puts a horizontal line.
Puts an image tag.
Puts a checkbox input.
Puts a file input.
Puts a submit button.
Puts a text input.
Puts a string escaped and enclosed in

tags.

Puts a textarea.