summaryrefslogtreecommitdiff
path: root/src/ws/munia.html
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2020-07-06 20:03:32 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2020-07-06 20:06:46 +0200
commite45746fdec973e08ff1621cf0c441a79ee71b6a4 (patch)
tree4d00f51a013ab099bd9d130c3eba6be1548803d5 /src/ws/munia.html
parent236983125ffb300bb68bd5d56107750118e5fe96 (diff)
Initial implementation of a password prompt.
Diffstat (limited to 'src/ws/munia.html')
-rw-r--r--src/ws/munia.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/ws/munia.html b/src/ws/munia.html
index 98ce8bd..7744430 100644
--- a/src/ws/munia.html
+++ b/src/ws/munia.html
@@ -18,7 +18,15 @@
value=""/>
<input type="button" value="submit" onclick="node_submit()"/><br/>
</div>
-
+<div id="login_overlay" class="login_overlay">
+ <div class="login_box">
+ <input type="text" placeholder="Username" id="username"/>
+ <input type="password" placeholder="Password" id="password"/>
+ <input type="checkbox" id="remember"/>
+ <label for="remember">Remember me</label>
+ <input type="button" type="submit" value="Login" onclick="processLogin()"/>
+ </div>
+</div>
<div id="boards" class="boards"></div>
<pre class="log" id="log">Event information log