f3be3ab8a17db25f247a67f2e96c511c913dfb48
[project/luci.git] / applications / luci-statistics / luasrc / view / public_statistics / graph.htm
1 <%+header%>
2
3 <h1>Statistik</h1>
4
5 <form action="" method="get">
6         <select name="timespan">
7                 <% for i, span in ipairs(timespans) do %>
8                         <option<% if span == current_timespan then %> selected="selected"<% end %>><%=span%></option>
9                 <% end %>
10         </select>
11         <input type="submit" name="submit" value="<%:stat_showtimespan Display timespan &raquo;%>" />
12 </form>
13
14 <% for i, img in ipairs(images) do %>
15         <img src="/rrdimg/<%=img%>" />
16 <% end %>
17
18 <%+footer%>