App-Slackeria

 view release on metacpan or  search on metacpan

share/template.xhtml  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>
	<title><TMPL_VAR title></title>
	<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
	<style type="text/css">
		html {
			font-family: Sans-Serif;
			text-align: center;
		}

		a {
			text-decoration: none;
			color: #000099;
		}

		table, th, td {
			border: solid black 1px;

share/template.xhtml  view on Meta::CPAN

		}

		td.fail {
			background-color: #ffcccc;
		}

		div.slackeria {
			position: absolute;
			right: 0.5em;
			bottom: 0.5em;
			font-size: 80%;
			color: #777777;
			z-index: -1;
		}

	</style>
</head>
<body>
<div>
<table>
<tr>



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