-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathroot_index.html
More file actions
executable file
·62 lines (45 loc) · 2.31 KB
/
root_index.html
File metadata and controls
executable file
·62 lines (45 loc) · 2.31 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="refresh" content="0; url=bell/index.html" />
<title>bell@pavlof</title>
<!-- Bootstrap theme -->
<link rel="stylesheet" type="text/css" id="node_modules/bootstrap.css" href="node_modules/bootstrap/dist/css/bootstrap.css.spacelab.V3.css" />
<link rel="stylesheet" type="text/css" id="custom.css" href="scripts/bootstrap_datatables/bootstrap_datatables.css" />
<link rel="stylesheet" type="text/css" id="custom.css" href="scripts/css/custom.css" />
<!-- when using the dataTables javascript plugin, jquery and dataTables must be at top of page -->
<!-- dataTables seems to only work well with a single table on a page-->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="scripts/jquery_1.11.0/jquery.min.js"></script>
</head>
<!-- Bootstrap - Static navbar
================================================== -->
<div class="container-fluid">
<!-- Static navbar -->
<?php build_navbar("") ?>
<!-- End Navigation
================================================== -->
<div class="col-md-12 center-block" style="padding:20px;">
<h3><a href ='bell/eFOCI_Mooring_logs/index.php'>Mooring Database Portal</a></h3>
<h3><a href ='bell/eFOCI_CTD_logs/index.php'>Cruise/CTD Database Portal</a></h3>
<h3><a href ='bell/eFOCI_Drifters/index.php'>Drifter Database Portal</a></h3>
<h3><a href ='bell/ITAE/index.php'>ITAE Projects</a></h3>
<h3><a href ='bell/pavlof_ecoraid_listing.html'>Listing of Data archive on Ecoraid</a></h3>
<h3><a href ='https://github.com/NOAA-PMEL/EcoFOCI_FieldOps_Documentation'>GitHub Documentation Archive (external link)</a></h3>
<!-- end content
================================================== -->
</div>
<!-- end footer
================================================== -->
</div>
<noscript><div >This Website requires your browser to be JavaScript enabled.</div></noscript>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="../node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
</body>
</html>