aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/comments/admin/views/moderation/threads.html
blob: 68c57a5d889be08605ecde75e3af96baa0fb0edb (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
<!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="threads.css" rel="stylesheet">

		<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>
		<h1 class="underlined special">
			&#8592; <a href="../moderation/">{hashover:title}</a>

			{hashover:logout}
		</h1>

		<div id="hashover">
			<center id="loading">
				<img src="../../../images/loading-ltr.gif" alt="Loading..." width="90" height="30">
			</center>
		</div>

		<script type="text/javascript" src="../../../comments.php?nodefault"></script>
		<script type="text/javascript" src="threads.js"></script>
	</body>
</html>