* luci/statistics: add init script
[project/luci.git] / applications / luci-statistics / luasrc / view / public_statistics / graph.htm
1 <%+header%>
2
3 <h1>Statistik</h1>
4
5 <% for i, img in ipairs(images) do %>
6         <img src="/rrdimg/<%=img%>" />
7 <% end %>
8
9 <%+footer%>