CGI-WebToolkit
view release on metacpan or search on metacpan
lib/CGI/WebToolkit.pm view on Meta::CPAN
use Digest::MD5 qw(md5_hex);
our $VERSION = '0.08';
our $WTK = undef;
our @XHTML_TAGS
= qw(a abbr acronym address applet area b base bdo big blockquote
body br button caption cite code col colgroup dd del dfn div
dl DOCTYPE dt em fieldset form frame frameset h1 h2 h3 h4 h5
h6 head hr html i iframe img input ins kbd label legend li
link map meta noframes noscript object ol optgroup option p
param pre q samp script select small span strong style sub sup
table tbody td textarea tfoot th thead title tr tt ul var marquee
section header footer nav article
emph);
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
# constructor
t/private/styles/reset.css view on Meta::CPAN
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,ca...
t/private/templates/core/fieldset.html view on Meta::CPAN
<fieldset>
<legend>{legend}</legend>
{content}
</fieldset>
( run in 0.741 second using v1.01-cache-2.11-cpan-49f99fa48dc )