Merge branch 'menu'
[project/luci.git] / modules / freifunk / src / view / freifunk-olsr / hna.htm
1 <%+header%>
2 <h1><%:olsrhna OLSR-HNA%></h1>
3 <br />
4 <table cellspacing="0" cellpadding="6">
5 <tr>
6 <th><%:destination Ziel%></th>
7 <th><%:gateway Gateway%></th>
8 </tr>
9 <% for k, route in ipairs(routes) do %>
10 <tr>
11 <td><%=route.Network%>/<%=route.Netmask%></td>
12 <td><a href="http://<%=route.Gateway%>"><%=route.Gateway%></a></td>
13 </tr>
14 <% end %>
15 </table>
16 <br />
17 <%+footer%>