]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/static/index.html
This is a better version of detect_logged_in() for webcit-ng that
[citadel.git] / webcit-ng / static / index.html
index 741805247328995a8ab5de1d6f61ebe2abb2b346..4e1f71b3acd1c787dd54e100aef82021c53fbaf4 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 
 <!-- 
----- Copyright (c) 1996-2021 by Art Cancro and the citadel.org team.
+---- Copyright (c) 1996-2022 by Art Cancro and the citadel.org team.
 ---- This program is open source software.  You can redistribute it and/or
 ---- modify it under the terms of the GPL (General Public License) version 3.
 -->
 
 <body class="w3-light-grey">
 
+<!-- Modal dialog (when needed) -->
+<div id="ctdl_big_modal" class="w3-modal" style="display:none; z-index:5">
+LOADING
+</div>
+
 <!-- Top container -->
 <div id="navbar" class="w3-bar w3-top w3-black w3-large" style="z-index:4">
        <button class="w3-bar-item w3-button w3-hide-large w3-hover-none w3-hover-text-light-grey" onclick="w3_open();"><i class="fa fa-bars"></i>  Menu</button>