-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfile.html
129 lines (113 loc) · 6.36 KB
/
file.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<html>
<head>
<title>NAVFIT99</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/generalElements.css" rel="stylesheet">
<link href="css/generalAlerts.css" rel="stylesheet">
<link href="css/file.css" rel="stylesheet">
<link href="css/folders.css" rel="stylesheet">
<link href="css/reports.css" rel="stylesheet">
<link href="css/report-detail.css" rel="stylesheet">
<link href="css/buttonBar.css" rel="stylesheet">
<script type="text/javascript" src="js/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/constants.js"></script>
<script type="text/javascript" src="js/sharedButtonSetup.js"></script>
<script type="text/javascript" src="js/disclaimer.js"></script>
<script type="text/javascript" src="js/file.js"></script>
<script type="text/javascript" src="js/alerts.js"></script>
<script type="text/javascript" src="js/report-detail.js"></script>
<script type="text/javascript" src="js/report-detail-utilities.js"></script>
<script type="text/javascript" src="js/report-keys-constants.js"></script>
<script type="text/javascript" src="js/fitrep-detail.js"></script>
<script type="text/javascript" src="js/chief-detail.js"></script>
<script type="text/javascript" src="js/eval-detail.js"></script>
<!--
<script type="text/javascript" src="js/folders.js"></script>
<script type="text/javascript" src="js/reports.js"></script-->
</head>
<body>
<div style="position:absolute;width:100%;height:100%;">
<nav class="navbar navbar-default" style="z-index:10;">
<div class="logo-64">
<h6 class="title-64">NAVFIT99</h6>
</div>
<div class="button-bar">
<button disabled type="button" class="btn btn-primary action-btn" id="user-btn"><span class="glyphicon glyphicon-chevron-left" aria-hidden="false"></span> NAVFITs <span class="glyphicon glyphicon-list" aria-hidden="false"></span><div id="user-loader-aspect"><div id="loader"></div></div></button>
<button disabled type="button" class="btn btn-primary action-btn" id="save-btn"><span class="glyphicon glyphicon-floppy-disk" aria-hidden="false"></span><div id="save-loader-aspect"><div id="loader"></div></div><div id="save-counter"></div></button>
<button disabled type="button" class="btn btn-warning action-btn" id="navfit-json-btn"><i class="fa fa-code" aria-hidden="true"></i><div id="navfit-json-loader-aspect"><div id="loader"></div></div></button>
<button disabled type="button" class="btn btn-default action-btn" id="export-btn"><span class="glyphicon glyphicon-cloud-download" aria-hidden="false"></span><div id="export-loader-aspect"><div id="loader"></div></div></button>
<button disabled type="button" class="btn btn-default action-btn" id="send-link-btn"><span class="glyphicon glyphicon-send" aria-hidden="false"></span></button>
<button disabled type="button" class="btn btn-danger action-btn" id="delete-btn"><span class="glyphicon glyphicon-trash" aria-hidden="false"></span><div id="delete-loader-aspect"><div id="loader"></div></div></button>
</div>
</nav>
<!-- Error alert elements -->
<div class="alert alert-danger alert-dismissible" id="error-alert" role="alert">
<button type="button" class="close" id="error-close-btn" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<p id="error-text"></p>
</div>
<!-- Success alert elements -->
<div class="alert alert-success alert-dismissible" id="success-alert" role="alert">
<button type="button" class="close" id="success-close-btn" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<p id="success-text"></p>
</div>
<!-- Warn alert elements -->
<div class="alert alert-warning alert-dismissible" id="warn-alert" role="alert">
<button type="button" class="close" id="warn-close-btn" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<p id="warn-text"></p>
<input readonly="readonly" type="text" id="warn-link"></input>
</div>
<!-- Text area alert elements -->
<div class="alert alert-warning alert-dismissible" id="textarea-alert" role="alert">
<button type="button" class="close" id="textarea-close-btn" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<p id="textarea-text"></p>
<textarea type="text" id="textarea-data"></textarea>
<button type="button" type="button" class="btn btn-primary" id="textarea-save-btn">Validate JSON and Apply</button>
</div>
<!-- content structure -->
<div class="" id="content-container" >
<div class="" id="hierarchy-container">
<div id="folders-container-area">
<div id="folders-container"></div>
<div id="folders-background">Folders</div>
</div>
<div id="reports-container-area">
<div id="reports-container"></div>
<div id="reports-background">Reports</div>
</div>
</div>
<div class="container" id="detail-container">
<div id="detail-background">Details</div>
</div>
<div id="content-loader-overlay">
<div id="content-loader-aspect"><div id="loader"></div></div>
</div>
</div>
</div>
<!-- Disclaimer -->
<div class="alert alert-warning disclaimer" role="alert">
<h3>NOTICE AND DISCLAIMER</h3>
<p>This a web demo of NAVFIT99, an open source project. </p>
<p>USE OF THIS WEBSITE IS AT YOUR OWN RISK. Transmission and storage of data on the internet is inherently insecure. </p>
<p>You accept all responsibility for using this website. </p>
<p>You can try out NAVFIT99 on this website by uploading a NAVFIT database with dummy information.</p>
<p>Sending and entering sensitive data on this website is discouraged. You are free to download, view the code of, and run NAVFIT99 on your own private environment. </p>
<p> NAVFIT99 is released under <a href="assets/LICENSE.txt" class="alert-link">MIT License</a>. </p>
<p>NAVFIT99 IS NOT AFFILIATED OR ENDORSED BY THE U.S. NAVY or U.S. GOVERNMENT. For information regarding NAVFIT98A, <a href="http://www.public.navy.mil/bupers-npc/career/performanceevaluation/pages/softwareforms.aspx" class="alert-link">click here.</a></p>
<p>If you do not agree to the above notice and disclaimer, do not use this website. </p>
<br/>
<button type="button" class="btn btn-primary" id="disclaimer-btn">I Agree</button>
</div>
</body>
</html>