CGI-WebToolkit

 view release on metacpan or  search on metacpan

lib/CGI/WebToolkit.pm  view on Meta::CPAN

11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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

1
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

1
2
3
4
<fieldset>
        <legend>{legend}</legend>
        {content}
</fieldset>



( run in 0.302 second using v1.01-cache-2.11-cpan-1dc43b0fbd2 )