[% IF filetype == 'js'; INCLUDE $template; ELSE -%]
<?xml version="1.0" encoding="UTF-8"?>
<!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-US" lang="en-US">
<head>
[% content = PROCESS $template %]
<title>CPAN Testers: [% htmltitle || title | html %]</title>

<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="title"       content="CPAN Testers Reports" />
<meta name="author"      content="Barbie" />
<meta name="language"    content="en" />
<meta name="keywords"    content="perl, cpan, test, testing, tester, testers, reports, smoke, smoker, black box, automated, automation" />
<meta name="description" content="Report listings of distributions and authors from reports submitted by the CPAN Testers community, who automatically black box test submissions to Perl's CPAN code repository" />

<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.2.0/build/reset-fonts-grids/reset-fonts-grids.css" /> 
<link rel="stylesheet" type="text/css" href="/style.css" /> 
<link rel="stylesheet" type="text/css" href="/cpan-testers.css" /> 
[% IF rss %]<link rel="alternate" type="application/rss+xml" title="CPAN Testers RSS" href="[% rss %]" />[% END %]
[% IF rss2 %]<link rel="alternate" type="application/rss+xml" title="CPAN Testers RSS - NO PASS" href="[% rss2 %]" />[% END %]

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-1826389-16");
pageTracker._trackPageview();
</script>

[% IF distribution %]
	<script type="text/javascript" src="/OpenThought.js"></script>
	<script type="text/javascript" src="[% distribution %].js"></script>
	<script type="text/javascript" src="/cssrules.js"></script>
	<script type="text/javascript" src="/cpan-testers-dist.js"></script>

[% ELSIF author %]
	<script type="text/javascript" src="/OpenThought.js"></script>
	<script type="text/javascript" src="[% author %].js"></script>
	<script type="text/javascript" src="/cssrules.js"></script>
	<script type="text/javascript" src="/cpan-testers-author.js"></script>

[% END -%]

</head>
<body [% onload %] >

[% content %]

</body>
</html>
[% END %]
