Apache2-WebApp-Extra-Admin

 view release on metacpan or  search on metacpan

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

[%#
   Apache2::WebApp::Toolkit - Admin Control Panel (logs.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>Logs</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 );
		@import url( /extras/admin/css/form.css );
		@import url( /extras/admin/css/results.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="print">
		<a onClick="window.print()" title="Print">
			Print
		</a>
	</div>

	<h2 class="title">
		Logs
	</h2>
</div>

<!-- page end -->


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


<!-- navtop begin -->

<div id="navtop">


	<!-- results begin -->

	<div class="results">

	[% IF data.results.total %]
		Listing [% data.results.first %] - [% data.results.last %] of [% data.results.total %] entries
	[% ELSE %]



( run in 0.746 second using v1.01-cache-2.11-cpan-39bf76dae61 )