Added log.tmpl

This commit is contained in:
Terence Simpson 2011-12-21 17:01:41 +00:00
parent bb605749a5
commit fb7f9c7acf

17
Bantracker/cgi/log.tmpl Normal file
View File

@ -0,0 +1,17 @@
<!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>