CGI-Application-PhotoGallery
view release on metacpan or search on metacpan
share/error.tmpl view on Meta::CPAN
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Language" content="en" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><!-- TMPL_VAR name="error" --></title>
<style type="text/css">
body {
font-family: Arial, sans-serif;
font-size: small;
background: #f0f0f0;
}
#contentwrapper {
width: 755px;
margin-left: auto;
margin-right: auto;
}
h1 {
font-size: x-large;
background: #555;
color: #fff;
padding: 5px;
margin: 3px;
}
#header {
background: #fff;
border: 1px solid #b0b0b0;
}
#footer {
margin-top: 1em;
clear: left;
border-top: 1px solid #b0b0b0;
}
#footer p {
text-align: right;
font-size: small;
font-weight: bold;
color: #555;
padding: 5px;
margin: 3px;
}
#footer a {
text-decoration: none;
color: #6f6f6f;
}
</style>
</head>
<body>
<div id="contentwrapper">
<div id="header">
<h1><!-- TMPL_VAR name="error" --></h1>
</div>
<div id="footer">
<p>Powered by <a href="http://search.cpan.org/dist/CGI-Application-PhotoGallery/">CGI::Application::PhotoGallery</a></p>
</div>
</div>
</body>
</html>
( run in 0.607 second using v1.01-cache-2.11-cpan-39bf76dae61 )