CGI-Application-Plugin-MessageStack

 view release on metacpan or  search on metacpan

t/output.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="CAP_Messages" -->
   <div class="<!-- TMPL_VAR NAME="classification" -->">
     <!-- TMPL_VAR NAME="message" -->
   </div>
<!-- /TMPL_LOOP -->

</body>
</html>



( run in 1.603 second using v1.01-cache-2.11-cpan-2398b32b56e )