]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/static/index.html
It's 2022 ... updating all of the copyright notices in webcit-ng
[citadel.git] / webcit-ng / static / index.html
index 741805247328995a8ab5de1d6f61ebe2abb2b346..af8aab6767183dbea83a682460eb06466e6c4b35 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">
+       <div class="w3-modal-content">
+               <div id="ctdl_big_modal_content" class="w3-container">
+                       <p>Loading...</p>
+               </div>
+       </div>
+</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>