* luci-trunk: huge xhtml, css and accessibility improvement patch - thanks Alina!
[project/luci.git] / applications / luci-olsr / luasrc / view / status-olsr / hna.htm
index e15a235..e0ec884 100644 (file)
@@ -13,12 +13,13 @@ $Id$
 
 -%>
 <%+header%>
-<h1><%:olsrhna%></h1>
+<h2><a id="content" name="content"><%:olsrd_hna2%></a></h2>
+<p><%:olsrd_hna_desc%></p>
 <br />
 <table class="smalltext" cellspacing="0" cellpadding="6">
 <tr>
-<th><%:destination%></th>
-<th><%:gateway%></th>
+<th><%:olsrd_network%></th>
+<th><%:olsrd_gateway%></th>
 </tr>
 <% for k, route in ipairs(routes) do %>
 <tr>
@@ -28,4 +29,4 @@ $Id$
 <% end %>
 </table>
 <br />
-<%+footer%>
\ No newline at end of file
+<%+footer%>