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

		<script type="text/javascript" src="../shared/update-elements.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>
		<h1 class="underlined">
			<span id="title">{hashover:title}</span>

			{hashover:logout}
		</h1>

		<div class="p-spaced muted-text">
			{hashover:sub-title}
			{hashover:message}
		</div>

		<form method="post">
			{hashover:settings}

			<p>
				<input id="save-button" type="submit" name="save" value="{hashover:save-button}">
			</p>
		</form>
	</body>
</html>