Apache2-WebApp-Extra-Admin

 view release on metacpan or  search on metacpan

usr/share/webapp-toolkit/extra/templates/admin/error.tt  view on Meta::CPAN

[%#
   Apache2::WebApp::Toolkit - Admin Control Panel (error.tt)
   Copyright (C) 2010 Marc S. Brooks <mbrooks@cpan.org>

   Licensed under the terms of the BSD License
   http://www.opensource.org/licenses/bsd-license.php
-%]

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<title>Internal Server Error</title>

	<meta http-equiv="pragma" content="no-cache" />

	<script type="text/javascript" src="/extras/admin/js/disable.js"></script>

	<style type="text/css">
		@import url( /extras/admin/css/base.css );
		@import url( /extras/admin/css/content.css );
	</style>
</head>
<body>

<noscript>
	<h2>
		To use this admin you must have a JavaScript-enabled browser
	</h2>
</noscript>


<!-- page begin -->

<div id="page">
	<div class="back">
		<a href="javascript:window.history.go(-1)" title="Back">
			Back
		</a>
	</div>

	<h2 class="title">
		Internal Server Error
	</h2>

	<div id="split">
		<hr></hr>
	</div>
</div>

<!-- page end -->


<!-- error begin -->

<div id="error">

[% IF output %]
	<h3>
		[% title %]
	</h3>

	[% output %]
[% ELSE %]
	The server encountered an unexpected condition which prevented it from fulfilling the request.  Please try one of the following:

	<ul>
		<li>



( run in 0.819 second using v1.01-cache-2.11-cpan-5735350b133 )