Missin plus simbol in dependences
[feed/routing.git] / packages / luci-app-bmx6 / files / usr / lib / lua / luci / view / bmx6 / chat.htm
1 <%+header%>
2 <meta http-equiv="refresh" content="60" />
3 <h2><a id="content" name="content"><%:Chat%></a></h2>
4 <p>This is sms a chat where all bmx6 nodes can participate. The data is replayed using routing packets, so there is a limit of 2040 bytes. Use it only to send short messages.</p>
5 <p>Each participant can only send one sms at same time.</p>
6 <br />
7
8 <strong>Received SMS</strong>
9 <br />
10 <pre style="background-color:#dadbe6;">
11 <% for orig,sms in pairs(chat) do %>
12 <u><%=orig%></u>:<%=sms%>
13 <% end %>
14 </pre>
15
16 <form action=".">
17 <input type="submit" value="refresh" />
18 </form>
19
20 <br />
21
22 <form action="." method="post">
23 <input type="text" name="toSend" />
24 <input type="submit" value="send sms" />
25 </form>
26
27 <br />
28 <table>
29 <tr>
30 <td><strong>Your last sms: </strong></td>
31 <td><pre><%=sent%></pre></td>
32 </tr>
33 </table>
34 <%+footer%>
35