corrade-nucleus-nucleons – Blame information for rev 31

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <!DOCTYPE html>
2  
3 <html lang="en">
4 <head>
5 <meta charset="utf-8">
6 <meta http-equiv="X-UA-Compatible" content="IE=edge">
5 office 7 <meta name="viewport" content="width=device-width, initial-scale=1">
1 office 8 <meta name="description" content="Corrade Nucleon">
9 <meta name="author" content="Wizardry and Steamworks">
10 <link rel="icon" href="favicon.ico">
11  
12 <title>Corrade Nucleus</title>
13  
14 <!-- Bootstrap core CSS -->
20 office 15 <link href="/node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css">
1 office 16 <!-- Corrade Nucleus Fonts -->
17 <link href="/css/nucleus/fonts.css" rel="stylesheet" type="text/css">
18 <!-- Customized bootstrap style. -->
19 <link href="/css/nucleus/nucleus.css" rel="stylesheet" type="text/css">
25 office 20 <!-- Manager for Windows. -->
21 <link href="/css/wm/wm.css" rel="stylesheet" type="text/css">
1 office 22 </head>
23  
24 <body>
25 <div class="container">
29 office 26 <!-- <div class="jumbotron">
1 office 27 <h1>Nucleus</h1>
28  
29 <p class="lead">The Corrade Nucleus is a built-in management interface for the Corrade scripted agent that allows you to query general information, toggle and configure various aspects and monitor the uptime and health of your Corrade directly through your web browser.</p>
29 office 30 <img src="/img/corrade-nucleus.png"></div> -->
1 office 31  
30 office 32 <!-- <div class="dropdown">
29 office 33 <button class="btn btn-primary dropdown-toggle btn-fixed-top" type="button" data-toggle="dropdown">Nucleons <span class="caret"></span></button>
34 <div class="dropdown-menu">
35 <div class="panel panel-default panel-fixed-top">
36 <div class="panel-heading">
37 <h3 class="panel-title">Nucleons</h3>
38 </div>
39 <div class="panel-body">
40 <div id="nucleons" class="row"></div>
41 </div>
42 </div>
43 </div>
30 office 44 </div> -->
28 office 45  
29 office 46 <div id="window-manager-desktop">
30 office 47 <!-- <div id="nucleons-container"></div> -->
28 office 48 </div>
29 office 49  
1 office 50 </div>
51  
7 office 52 <!-- jQuery -->
20 office 53 <script src="/node_modules/jquery/dist/jquery.min.js" type="text/javascript"></script>
29 office 54 <!-- Bootstrap Javascript -->
55 <script src="/node_modules/bootstrap/dist/js/bootstrap.min.js" type="text/javascript"></script>
7 office 56 <!-- Wizardry and Steamworks JavaScript Includes -->
20 office 57 <script src="/node_modules/was/dist/was.min.js" type="text/javascript"></script>
25 office 58 <!-- Interact JS -->
59 <script src="/node_modules/interactjs/dist/interact.min.js" type="text/javascript"></script>
60 <!-- Manager for Windows. -->
61 <script src="/js/wm/wm.js" type="text/javascript"></script>
62 <!-- Nucleons Loader -->
63 <script src="/js/nucleus/load-nucleons.js" type="text/javascript"></script>
1 office 64 </body>
65 </html>