CGI-Application-Plugin-Authentication
view release on metacpan or search on metacpan
example/templates/two.tmpl view on Meta::CPAN
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<TMPL_VAR NAME="login.enforce_protection">
</head>
<body>
<h2>This page is protected</h2><h2>username: test</h2><br/><a href="?rm=one">Un-Protected Runmode</a>
<TMPL_VAR NAME="login.logout_form">
</body>
</html>
( run in 0.441 second using v1.01-cache-2.11-cpan-d59ab9ce9b0 )