ubuntu-bots/Bantracker/cgi/log.tmpl

18 lines
600 B
Cheetah

<!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" dir="ltr" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Ban log</title>
<link rel="stylesheet" type="text/css" href="bot.css" />
<link rel="stylesheet" type="text/css" href="banlog.css" />
<script type="text/javascript" src="banlog.js"></script>
</head>
<body>
<div class="errors">
%e
</div>
%s
</body>
</html>