blob: e287b18aab62003756da4c6d077f9939c4cf9d5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{% include "head.html" %}
<div class="">
<h1>Send a frame</h1>
<div>
<h2>Comment Whisker</h2>
<div>
<input type="checkbox" id="with_comment" value="Include Comment" checked>
<input class="textinput" type="text" id="whisker_comment" placeholder="Type comment here">
</div>
<button class="btn" type="button" onclick="btn_send_packet()">Send</button>
</div>
</div>
{% include "foot.html" %}
{# vi:set et sw=2 ts=2: #}
|