f21a5ff504dfc617ca5787be0425fa126ca86ae5
[project/luci.git] / themes / freifunk-generic / luasrc / view / themes / freifunk-generic / footer.htm
1 <%#
2 LuCI - Lua Configuration Interface
3 Copyright 2008 Steven Barth <steven@midlink.org>
4 Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net>
5
6 Licensed under the Apache License, Version 2.0 (the "License");
7 you may not use this file except in compliance with the License.
8 You may obtain a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11 -%>
12 <% local xtime
13 if exectime then
14 xtime = (string.format("%.2fs", os.clock() - exectime))
15 end %>
16
17 </div>
18 <div class="clear"></div>
19 <div class="push"></div>
20 </div>
21
22 <div class="footer">
23 <p class="luci"><a href="http://luci.subsignal.org">Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %></a></p>
24 <% if xtime then %>
25 <p class="exectime">Script execution time: <%=xtime%></p>
26 <% end %>
27 </div>
28
29 </body>
30 </html>
31