summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-material/ucode/templates/material/footer.ut
blob: 9249427a4319496f53149bc55c246e28dc15805c (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
{#
	Material is a clean HTML5 theme for LuCI. It is based on luci-theme-bootstrap and MUI

	luci-theme-material
	Copyright 2015 Lutty Yang <lutty@wcan.in>

	Have a bug? Please create an issue here on GitHub!
	https://github.com/LuttyYang/luci-theme-material/issues

	luci-theme-bootstrap:
	Copyright 2008 Steven Barth <steven@midlink.org>
	Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
	Copyright 2012 David Menting <david@nut-bolt.nl>

	MUI:
	https://github.com/muicss/mui

	Licensed to the public under the Apache License 2.0
-#}

			</div>
			<footer class="mobile-hide">
				<a href="https://github.com/openwrt/luci">Powered by {{ version.luciname }} ({{ version.luciversion }})</a> /
				{{ version.distname }} {{ version.distversion }} ({{ version.distrevision }})
			</footer>
		</div>
	</div>

	<script type="text/javascript">L.require('menu-material')</script>

</body>
</html>