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