540df713a8f7ec141e0627d0c8031cbd2807b15a
[project/luci.git] / themes / luci-theme-freifunk-generic / luasrc / view / themes / freifunk-generic / footer.htm
1 <%#
2  Copyright 2008 Steven Barth <steven@midlink.org>
3  Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
4  Licensed to the public under the Apache License 2.0.
5 -%>
6
7 <%
8         local ver = require "luci.version"
9
10         local xtime
11         if exectime then
12                 xtime = (string.format("%.2fs", os.clock() - exectime))
13         end
14 %>
15
16 </div>
17 <div class="clear"></div>
18 <div class="push"></div>
19 </div>
20
21 <div class="footer">
22 <p class="luci"><a href="http://luci.subsignal.org">Powered by <%= ver.luciname %> (<%= ver.luciversion %>)</a></p>
23 <% if xtime then %>
24 <p class="exectime">Script execution time: <%=xtime%></p>
25 <% end %>
26 </div>
27
28 </body>
29 </html>
30