diff options
author | Steven Barth <steven@midlink.org> | 2008-06-06 15:50:21 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-06-06 15:50:21 +0000 |
commit | 932280107232706c4605e475a6d969f0adf2e22d (patch) | |
tree | ffc20d5818255da0cb9a1d3b7453b747702beacb /applications/luci-olsr/luasrc/view/status-olsr/mid.htm | |
parent | dd9606825da5d73883b8313f5af905ea1b2a4d7d (diff) |
* Separated OLSR pages into separate application pack
* Minor bugfixes and enhancements
Diffstat (limited to 'applications/luci-olsr/luasrc/view/status-olsr/mid.htm')
-rw-r--r-- | applications/luci-olsr/luasrc/view/status-olsr/mid.htm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/applications/luci-olsr/luasrc/view/status-olsr/mid.htm b/applications/luci-olsr/luasrc/view/status-olsr/mid.htm new file mode 100644 index 000000000..6553237ea --- /dev/null +++ b/applications/luci-olsr/luasrc/view/status-olsr/mid.htm @@ -0,0 +1,17 @@ +<%+header%> +<h1><%:olsrmid OLSR-MID%></h1> +<br /> +<table cellspacing="0" cellpadding="6"> +<tr> +<th><%:node Knoten%></th> +<th><%:aliases Aliasse%></th> +</tr> +<% for k, mid in ipairs(mids) do %> +<tr> +<td><a href="http://<%=mid.IP%>"><%=mid.IP%></a></td> +<td><%=mid.Aliases%></td> +</tr> +<% end %> +</table> +<br /> +<%+footer%>
\ No newline at end of file |