CGI-Application-Framework

 view release on metacpan or  search on metacpan

caf_project/Example/common-templates/relogin.html  view on Meta::CPAN

<?xml version="1.0" encoding="iso-8859-1"?>
<!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" xml:lang="en" lang="en">
<head>
	<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
	<title>Common Example Login Page</title>
	<link rel="stylesheet" href="/caf-examples/example.css" type="text/css" />
</head>
  <body>
    <div id="banner">
     <h1>CGI::Application::Framework</h1>
     <h2>Example Pages</h2>
    </div>
	<div id="nav">
		<span class="link"><a href="/cgi-bin/app.cgi/Example/example_1">One</a></span>
		<span class="link"><a href="/cgi-bin/app.cgi/Example/example_2a">Two</a></span>
		<span class="link"><a href="/cgi-bin/app.cgi/Example/example_3">Three</a></span>
		<span class="link"><a href="/cgi-bin/app.cgi/Example/example_4">Four</a></span>
		<span class="link"><a href="/cgi-bin/app.cgi/Example/example_5">Five</a></span>
	</div>

    <h1>Common Example Re-Login Page</h1>

<p>
You haven't loaded a web page in this application in quite some time,
and so your session requires reauthentication in order to continue.
You don't have to provide your username (we already know who you are)
but you do have to provide your password -- please do so below.
</p>

<!-- TMPL_INCLUDE NAME="relogin_form.html" -->

  </body>
</html>



( run in 0.972 second using v1.01-cache-2.11-cpan-140bd7fdf52 )