aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/comments/admin/admin.html
blob: 155d74385a6b6483e888bd2e748f6aa602c96c69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>

<html lang="en" dir="ltr">
	<head>
		<title>HashOver - {hashover:title}</title>

		<link type="text/css" href="../themes/default/general.css" rel="stylesheet">
		<link type="text/css" href="../themes/default/special.css" rel="stylesheet">
		<link type="text/css" href="admin.css" rel="stylesheet">

		<script type="text/javascript" src="admin.js"></script>

		<meta http-equiv="Content-type" content="text/html; charset=utf-8">
		<meta http-equiv="Content-Language" content="EN">

		<link type="image/x-icon" href="../images/favicon.png" rel="shortcut icon">
		<link type="image/x-icon" href="../images/favicon.png" rel="icon">
		<link href="https://www.gnu.org/licenses/agpl" rel="copyright">
	</head>

	<body>
		<div id="sidebar">
			<div id="logo">
				<img src="../images/hashover-logo.png" alt="HashOver" width="100%">
			</div>

			<div id="navigation">
				<div>
					<a class="view-link" href="views/moderation/" target="content">{hashover:moderation}</a>
				</div>

				<div>
					<a class="view-link" href="views/blocklist/" target="content">{hashover:block-ip-addresses}</a>
				</div>

				<div>
					<a class="view-link" href="views/url-queries/" target="content">{hashover:filter-url-queries}</a>
				</div>

				<div>
					<a class="view-link" href="views/updates/" target="content">{hashover:check-for-updates}</a>
				</div>

				<div>
					<a class="view-link" href="views/documentation/" target="content">{hashover:documentation}</a>
				</div>

				<div>
					<a class="view-link" href="views/settings/" target="content">{hashover:settings}</a>
				</div>
			</div>
		</div>

		<iframe id="content" name="content" src="views/moderation/" frameborder="0"></iframe>
	</body>
</html>