summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2018-09-25 11:37:39 +0200
committerFlorian Eckert <fe@dev.tdt.de>2018-09-25 11:40:04 +0200
commit6f33e73e2994e7e22866c8483b88603202a7a692 (patch)
tree8d506b6bbe4e264f1cc30cb751c9549140557b48 /themes
parent136fba752cb02e22339481f1a4d33593445d124f (diff)
luci-theme-material: fix whitspaces and change mode
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'themes')
-rw-r--r--[-rwxr-xr-x]themes/luci-theme-material/luasrc/view/themes/material/footer.htm67
1 files changed, 34 insertions, 33 deletions
diff --git a/themes/luci-theme-material/luasrc/view/themes/material/footer.htm b/themes/luci-theme-material/luasrc/view/themes/material/footer.htm
index d69417e88..544866dde 100755..100644
--- a/themes/luci-theme-material/luasrc/view/themes/material/footer.htm
+++ b/themes/luci-theme-material/luasrc/view/themes/material/footer.htm
@@ -1,21 +1,21 @@
<%#
- Material is a clean HTML5 theme for LuCI. It is based on luci-theme-bootstrap and MUI
+ 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>
+ 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
+ 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>
+ 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
+ MUI:
+ https://github.com/muicss/mui
- Licensed to the public under the Apache License 2.0
+ Licensed to the public under the Apache License 2.0
-%>
<%
@@ -26,26 +26,27 @@
local tree = disp.node()
local categories = disp.node_childs(tree)
%>
- </div>
- <footer class="mobile-hide">
- <a href="https://github.com/openwrt/luci">Powered by <%= ver.luciname %> (<%= ver.luciversion %>)</a> /
- <%= ver.distversion %>
- <% if #categories > 1 then %>
- <ul class="breadcrumb pull-right" id="modemenu">
- <% for i, r in ipairs(categories) do %>
- <li<% if request[1] == r then %> class="active"<%end%>><a href="<%=controller%>/<%=r%>/"><%=striptags(translate(tree.nodes[r].title))%></a> <span class="divider">|</span></li>
- <% end %>
- </ul>
- <% end %>
- </footer>
- </div>
- </div>
-
- <script>
- // thanks for Jo-Philipp Wich <jow@openwrt.org>
- var luciLocation = <%= luci.http.write_json(luci.dispatcher.context.path) %>;
- </script>
- <script src="<%=media%>/js/jquery.min.js"></script>
- <script src="<%=media%>/js/script.js"></script>
+ </div>
+ <footer class="mobile-hide">
+ <a href="https://github.com/openwrt/luci">Powered by <%= ver.luciname %> (<%= ver.luciversion %>)</a> / <%= ver.distversion %>
+ <% if #categories > 1 then %>
+ <ul class="breadcrumb pull-right" id="modemenu">
+ <% for i, r in ipairs(categories) do %>
+ <li<% if request[1] == r then %> class="active"<%end%>>
+ <a href="<%=controller%>/<%=r%>/"><%=striptags(translate(tree.nodes[r].title))%></a>
+ <span class="divider">|</span>
+ </li>
+ <% end %>
+ </ul>
+ <% end %>
+ </footer>
+ </div>
+</div>
+<script>
+ // thanks for Jo-Philipp Wich <jow@openwrt.org>
+ var luciLocation = <%= luci.http.write_json(luci.dispatcher.context.path) %>;
+</script>
+<script src="<%=media%>/js/jquery.min.js"></script>
+<script src="<%=media%>/js/script.js"></script>
</body>
</html>