summaryrefslogtreecommitdiffhomepage
path: root/templates/controller.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/controller.html')
-rw-r--r--templates/controller.html50
1 files changed, 50 insertions, 0 deletions
diff --git a/templates/controller.html b/templates/controller.html
new file mode 100644
index 0000000..cac36e2
--- /dev/null
+++ b/templates/controller.html
@@ -0,0 +1,50 @@
+<!-- controller.html,
+ -- Copyright (C) 2025 Private Island Networks Inc.
+-->
+{% extends "base.html" %} {% block content %}
+
+<h2>Controller</h2>
+<form id="mc-cont_message" action="." enctype="multipart/form-data">
+ <p>
+ <label>Message Type: <select name="type" id="cont_sel_msg_type"
+ class="mc-div-sel">
+ <option value="0">NULL</option>
+ <option value="1">Write</option>
+ <option value="2" selected>Read</option>
+ </select></label>
+ </p>
+
+ <p>
+ <input type="text" placeholder="token" id="cont_token" name="token">
+ </p>
+
+ <p>
+ <input type="text" placeholder="address" id="cont_addr" name="address">
+ </p>
+
+ <p>
+ <input type="text" placeholder="data" id="cont_data" name="data">
+ </p>
+
+ <p>
+ <button type="submit" value="submit">Submit</button>
+ </p>
+</form>
+
+ <div id="mc-log-hdr">
+ <div class="mc-log-col mc-log-col-time"
+ style="border: 0px solid green;">Time</div>
+ <div class="mc-log-col mc-log-col-pc"
+ style="border: 0px solid green;">PC</div>
+ <div class="mc-log-col mc-log-col-phy0"
+ style="border: 0px solid green;">PHY0</div>
+ </div>
+
+ {% include "divider.html" %}
+
+ <div id="mc-log">
+ <!-- Log Entries are Inserted Here -->
+ </div>
+
+
+{% endblock %}

Highly Recommended Verilog Books