-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
155 lines (148 loc) · 7.94 KB
/
index.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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-40838930-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-40838930-1');
</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1,user-scalable=no" />
<title>Coastal Research Explorer</title>
<link rel="stylesheet" href="https://js.arcgis.com/3.21/dijit/themes/claro/claro.css">
<link rel="stylesheet" href="https://js.arcgis.com/3.21/esri/css/esri.css">
<link rel="stylesheet" href="main.css">
<script>var dojoConfig = { parseOnLoad: true }</script>
<script src="https://js.arcgis.com/3.21/"></script>
<script src="main.js"></script>
</head>
<body class="claro esri">
<!--<h2>Coastal Research Projects</h2>
<h4>Oregon Coastal and Ocean Information Network (OCOIN) </h4>-->
<div id="container-all" data-dojo-type="dijit/layout/BorderContainer" style="width: 100%; height: 100%">
<div id="top" data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'top'">
<div id="title-wrapper">
<div><img src="img/OCOIN.png" width="60px" /></div>
<div>
<h2>Coastal Research Explorer</h2>
<div id="subtitle">
<h4>Oregon Coastal and Ocean Information Network (OCOIN) </h4>
</div>
</div>
<div id="add-research">Add your research</div>
</div>
</div>
<!---<div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'leading'">Leading pane</div>-->
<div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'center', splitter:true" style="height:50%; width:60%">
<div id="search"></div>
<div id="map" class="map">
<div id="HomeButton"></div>
<div id="Fullscreen" title="View in new window in full view."></div>
<div style="position:absolute; left:20px; bottom:10px; z-Index:999;">
<div data-dojo-type="dijit/TitlePane"
data-dojo-props="title:'Basemaps', closable:false, open:false">
<div data-dojo-type="dijit/layout/ContentPane" style="overflow:auto;">
<div id="basemapGallery"></div>
</div>
</div>
</div>
</div>
</div>
<div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'trailing', splitter:true" style="height:50%; width:40%">
<div id="detail-wrapper">
<h3 id="detail-proj-title">title</h3>
<hr />
<div id="detail-desc-wrapper">
<span id="detail-desc">desc</span>
</div>
<hr />
<div class="details-other">
<div>
<b>Project Start Date:</b>
<span id="detail-start-date"></span>
</div>
<div>
<b>Status: </b>
<span id="detail-status">status</span>
</div>
<div>
<b>Principal Investigator: </b>
<span id="detail-pi">PI</span>
</div>
<div>
<b>Institution: </b>
<span id="detail-institution">categories</span>
</div>
<div id="data_url">
<span id="detail-data-url">data url</span>
</div>
</div>
</div>
<div id="no-selection-wrapper">
<div id="no-selection">
<h3 id="selectedFilter">All Project Research Categories</h3>
<h5 id="selectedStatusFilter"></h5>
<h1 id="filteredProjects"></h1>
<div>Research projects showing.</div>
<hr />
<div>Use the filter to narrow down visible projects.</div>
<div>Click on a project in the map or table to see description of project.</div>
</div>
</div>
</div>
<div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'bottom', splitter:true" style="height:50%; width:100%">
<div id="filter-container" data-dojo-type="dijit/layout/BorderContainer" style="width: 100%; height: 100%">
<div id="filter-content-pane" data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'top'">
<fieldset>
<legend><img src="img/default_task_icon.png" /> Filter by:</legend>
<!--<div id="filter-bar">-->
<div id="filter-wrapper">
<div>
<span>
<label for="filter"> Project Research Categories</label>
</span>
<span>
<select id="filter-select" name="filter">
<option value="All">--Show All--</option>
<option value="Coastal Hazards and Resilience">Coastal Hazards and Resilience</option>
<option value="Marine Fisheries Research">Marine Fisheries Research</option>
<option value="Coastal Pollution and Water Quality Research">Coastal Pollution and Water Quality Research</option>
<option value="Coastal Human Uses and Benefits Research">Coastal Human Uses and Benefits Research</option>
<option value="Marine Biophysical Conditions and Processes Research">Marine Biophysical Conditions and Processes Research</option>
<option value="Marine Species, Ecosystems, and Functions Research">Marine Species, Ecosystems, and Functions Research</option>
</select>
</span>
</div>
<div>
<span>
<label for="filter-status"> Project Status</label>
</span>
<span>
<select id="filter-select-status" name="filter-status">
<option value="All">--Show All--</option>
<option value="choice0">Completed</option>
<option value="choice1">Ongoing</option>
<option value="choice2">New / Unstarted</option>
</select>
</span>
</div>
</div>
<div id="clear-filter-wrapper">
<div id="clear-filter-btn">
Clear
</div>
</div>
<!--</div>-->
</fieldset>
</div>
<div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'center'">
<div id="featureTableNode"></div>
</div>
</div>
</div>
</div>
</body>
</html>