Added log.tmpl
This commit is contained in:
17
Bantracker/cgi/log.tmpl
Normal file
17
Bantracker/cgi/log.tmpl
Normal 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>
|
||||
|
Reference in New Issue
Block a user