Started working on march mode!
[citadel.git] / webcit-ng / static / index.html
index 64f61512dbcbd8405fd401b4b772331861884830..c2cf2596cc6496e9e58ab62f7dbf063cbba90cb9 100644 (file)
@@ -1,29 +1,25 @@
 <!DOCTYPE html>
 
 <!-- 
-  -- Copyright (c) 1996-2018 by the citadel.org team
-  --
-  -- This program is open source software.  You can redistribute it and/or
-  -- modify it under the terms of the GNU General Public License, version 3.
-  -->
+---- Copyright (c) 1996-2019 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 GNU General Public License, version 3.
+-->
 
 <html>
 <title>Citadel</title>
 <meta charset="UTF-8">
 <meta name="viewport" content="width=device-width, initial-scale=1">
-<link rel="stylesheet" href="w3.css">
-<!-- link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway" -->
-<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
-
-<style>
-       <!-- html,body,h1,h2,h3,h4,h5 {font-family: "Raleway", sans-serif} -->
-</style>
+<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.6/css/all.css">
+<link rel="stylesheet" href="css/w3.css">
+<link rel="stylesheet" href="css/webcit.css">
 
 <body class="w3-light-grey">
 
 <!-- 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>
+       <button class="w3-bar-item w3-button" onclick="gotonext();">tempgoto</button>
        <span id="ctdl_banner_title" class="w3-bar-item w3-right">XXX</span>
        <span id="lilo" class="w3-bar-item w3-right">Login</span>
 </div>
@@ -35,7 +31,7 @@
                        <i class="fa fa-user-circle fa-3x"></i>
                </div>
                <div class="w3-col s8 w3-bar">
-                       <span id="current_user">Welcome, <strong>Mike</strong></span><br>
+                       <span id="current_user">Not logged in.</span><br>
                        <a href="#" class="w3-bar-item w3-button"><i class="fa fa-envelope"></i></a>
                        <a href="#" class="w3-bar-item w3-button"><i class="fa fa-user"></i></a>
                        <a href="#" class="w3-bar-item w3-button"><i class="fa fa-cog"></i></a>
 <div class="w3-overlay w3-hide-large w3-animate-opacity" onclick="w3_close()" style="cursor:pointer" title="close side menu" id="myOverlay"></div>
 
 <!-- MAIN PAGE CONTENT DIV -->
-<div id="main" class="w3-main" style="margin-left:300px;margin-top:43px;">
-
-die in a car fire
-
+<div id="ctdl-main" class="w3-main" style="margin-left:300px;margin-top:43px;">
+Loading...
 <!-- End page content -->
 </div>
 
@@ -75,7 +69,6 @@ die in a car fire
 <script type="text/javascript" src="js/main.js"></script>
 <script type="text/javascript" src="js/views.js"></script>
 <script>
-alert('startup started');
 // Get the Sidebar
 var sidebar = document.getElementById("sidebar");
 
@@ -100,7 +93,6 @@ function w3_close() {
 }
 
 ctdl_startup();
-alert('startup stoppeded');
 </script>
 
 </body>