CGI-Application-Plugin-MessageStack
view release on metacpan or search on metacpan
t/output.tt view on Meta::CPAN
<html>
<head>
<title>cgiapp messagestack output template</title>
<style type="text/css">
.INFO {
font-weight: bold;
}
.ERROR {
color: red;
}
</style>
</head>
<body>
<p>hello world</p>
[% FOREACH CAP_Messages %]
<div class="[% classification %]">[% message %]</div>
[% END %]
</body>
</html>
( run in 0.937 second using v1.01-cache-2.11-cpan-df04353d9ac )