ungoto/skip/goto ui taking shape...
[citadel.git] / webcit-ng / static / index.html
index e7cb799800f7cb82995431e2dc35224895f2f903..a36787f2b636c6a29f309b8e860bb23ce5265e98 100644 (file)
@@ -1,31 +1,31 @@
 <!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 href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
-
-<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>
-       <span id="ctdl_banner_title" class="w3-bar-item w3-right">XXX</span>
-       <span id="lilo" class="w3-bar-item w3-right">Login</span>
+       <span class="w3-right">
+               <button class="w3-bar-item w3-button" onclick="gotonext(0);">ungoto</button>
+               <button class="w3-bar-item w3-button" onclick="gotonext(1);">skip</button>
+               <button class="w3-bar-item w3-button" onclick="gotonext(2);">goto</button>
+               <span id="ctdl_banner_title" class="w3-bar-item">XXX</span>
+               <span id="lilo" class="w3-bar-item">Login</span>
+       </span>
 </div>
 
 <!-- Sidebar/menu -->
@@ -35,7 +35,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>