all: change most translate statements to new format, some need manual cleanup
[project/luci.git] / applications / luci-olsr / luasrc / view / status-olsr / mid.htm
index d82ac92..c934fc9 100644 (file)
@@ -13,19 +13,20 @@ $Id$
 
 -%>
 <%+header%>
-<h1><%:olsr_mid%></h1>
+<h2><a id="content" name="content"><%:Active MID announcements%></a></h2>
+<p><%:Overview of known multiple interface announcements%></p>
 <br />
 <table class="smalltext" cellspacing="0" cellpadding="6">
 <tr>
-<th><%:node%></th>
-<th><%:aliases%></th>
+<th><%:OLSR node%></th>
+<th><%:Secondary OLSR interfaces%></th>
 </tr>
 <% for k, mid in ipairs(mids) do %>
 <tr>
-<td><a href="http://<%=mid.IP%>"><%=mid.IP%></a></td>
+<td><a href="http://<%=mid["IP address"]%>"><%=mid["IP address"]%></a></td>
 <td><%=mid.Aliases%></td>
 </tr>
 <% end %>
 </table>
 <br />
-<%+footer%>
\ No newline at end of file
+<%+footer%>