CGI-Application-Plugin-MessageStack
view release on metacpan or search on metacpan
t/output_params.TMPL 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>
<!-- TMPL_LOOP NAME="MyOwnLoopName" -->
<div class="<!-- TMPL_VAR NAME="MyOwnClassificationName" -->">
<!-- TMPL_VAR NAME="MyOwnMessageName" -->
</div>
<!-- /TMPL_LOOP -->
</body>
</html>
( run in 0.738 second using v1.01-cache-2.11-cpan-df04353d9ac )