luci-theme-material: remove link to distro repo from footer
[project/luci.git] / themes / luci-theme-material / luasrc / view / themes / material / footer.htm
index 25a8b8c..d69417e 100755 (executable)
@@ -1,18 +1,21 @@
 <%#
-luci-theme-material is based on MUI and luci-theme-bootstrap.
+    Material is a clean HTML5 theme for LuCI. It is based on luci-theme-bootstrap and MUI
 
-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-material
+        Copyright 2015 Lutty Yang <lutty@wcan.in>
 
-MUI:
-https://github.com/muicss/mui
+    Have a bug? Please create an issue here on GitHub!
+        https://github.com/LuttyYang/luci-theme-material/issues
 
-luci-theme-material
-Copyright 2015 Lutty Yang <lutty@wcan.in>
+    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>
 
-Licensed to the public under the Apache License 2.0
+    MUI:
+    https://github.com/muicss/mui
+
+    Licensed to the public under the Apache License 2.0
 -%>
 
 <%
@@ -23,19 +26,25 @@ Licensed to the public under the Apache License 2.0
        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 %>
-                    <footer>
-                        <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>
-                    </footer>
+                    <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 %>
-                </div>
+                </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>