Skip to content

Commit c281bb5

Browse files
Daniel Brucedanbruce
authored andcommitted
Adds alerts page.
1 parent 372c65f commit c281bb5

File tree

3 files changed

+204
-10
lines changed

3 files changed

+204
-10
lines changed

spider/alerts.html

Lines changed: 195 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,195 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
7+
<title>Global Regulatory &amp; Compliance Utility - Search</title>
8+
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
9+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700">
10+
<link rel="stylesheet" href="assets/fonts/ionicons.min.css">
11+
<link rel="stylesheet" href="assets/css/styles.css">
12+
</head>
13+
14+
<body style="background-color: rgb(232,232,232);"><nav class="navbar navbar-light navbar-expand-md bg-white">
15+
<div class="container">
16+
<a href="home.html" class="navbar-brand d-block">
17+
<img src="assets/img/logo.png" height="35px" />
18+
</a>
19+
<button data-toggle="collapse" data-target="#navcol-1" class="navbar-toggler">
20+
<span class="sr-only">Toggle navigation</span>
21+
<span class="navbar-toggler-icon"></span>
22+
</button>
23+
<div class="collapse navbar-collapse" id="navcol-1">
24+
<ul class="nav navbar-nav">
25+
<li role="presentation" class="nav-item">
26+
<a href="home.html" class="nav-link">
27+
<i class="icon ion-home"></i>
28+
Home
29+
</a>
30+
</li>
31+
<li role="presentation" class="nav-item">
32+
<a href="search.html" class="nav-link">
33+
<i class="icon ion-search"></i>
34+
Search
35+
</a>
36+
</li>
37+
<li role="presentation" class="nav-item dropdown">
38+
<a href="#" class="nav-link active dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
39+
<i class="icon ion-flag"></i>
40+
Monitoring
41+
</a>
42+
<div class="dropdown-menu">
43+
<a class="dropdown-item active" href="alerts.html">
44+
Alerts
45+
</a>
46+
<a class="dropdown-item" href="alerts.html">
47+
Timelines
48+
</a>
49+
<a class="dropdown-item" href="feeds.html">
50+
Feeds
51+
</a>
52+
<a class="dropdown-item" href="tracking.html">
53+
Tracking
54+
</a>
55+
</div>
56+
</li>
57+
<li role="presentation" class="nav-item dropdown">
58+
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
59+
<i class="icon ion-pie-graph"></i>
60+
Research
61+
</a>
62+
<div class="dropdown-menu">
63+
<a class="dropdown-item" href="analytics.html">
64+
Analytics
65+
</a>
66+
<a class="dropdown-item" href="reports.html">
67+
Reports
68+
</a>
69+
</div>
70+
</li>
71+
<li role="presentation" class="nav-item">
72+
<a class="nav-link" href="workspace.html">
73+
<i class="icon ion-grid"></i>
74+
Workspace
75+
</a>
76+
</li>
77+
</ul>
78+
<ul class="nav navbar-nav ml-auto">
79+
<li role="presentation" class="nav-item dropdown">
80+
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
81+
<i class="icon ion-android-settings"></i>
82+
Settings
83+
</a>
84+
<div class="dropdown-menu">
85+
<a class="dropdown-item" href="profile.html">
86+
Profile
87+
</a>
88+
<div class="dropdown-divider"></div>
89+
<a class="dropdown-item" href="index.html">
90+
Logout
91+
</a>
92+
</div>
93+
</li>
94+
</ul>
95+
</div>
96+
</div>
97+
</nav>
98+
<div class="container" style="padding-top: 15px;">
99+
<div class="row" style="margin-bottom: 15px;">
100+
<div class="col d-flex align-items-center">
101+
<h1 class="mr-3">Alerts</h1>
102+
<ol class="breadcrumb mb-0" style="font-size: 0.8rem;background-color: inherit;">
103+
<li class="breadcrumb-item"><a href="home.html">Home</a></li>
104+
<li class="breadcrumb-item">Monitoring</li>
105+
<li class="breadcrumb-item"><a href="alerts.html">Alerts</a></li>
106+
</ol>
107+
</div>
108+
</div>
109+
<div class="row">
110+
<div class="col" style="padding-right: 7.5px;">
111+
<div class="card">
112+
<div class="card-body">
113+
<form class="form-inline">
114+
<div class="form-group mr-4"><label class="mr-2">Country</label><select class="form-control" style="width: 200px;"><option value="14">United States</option><option value="">European Union</option></select></div>
115+
<div class="form-group mr-4"><label class="mr-2">Authority</label><select class="form-control" style="width: 200px;"><option value="14">U.S. SEC</option></select></div>
116+
<div class="form-group"><label class="mr-2">List By</label><select class="form-control" style="width: 200px;"><option value="14">Source Type</option></select></div>
117+
</form>
118+
<hr>
119+
<div class="row">
120+
<div class="col-md-6">
121+
<div class="card">
122+
<div class="card-body p-2" style="max-height: 400px;overflow: auto;">
123+
<ul class="list-unstyled">
124+
<li class="text-primary form-check" style="margin-left: 1.25rem;"><i class="icon ion-minus position-absolute" style="margin-left: -2.2rem;top: 1.5px;"></i><input type="checkbox" checked="" class="form-check-input"><label class="form-check-label">U.S. SEC</label>
125+
<ul class="list-unstyled"
126+
style="margin-left: -1.25rem;">
127+
<li class="form-check" style="margin-left: 1.25rem;"><i class="icon ion-minus position-absolute" style="margin-left: -2.2rem;top: 1.5px;"></i><input type="checkbox" checked="" class="form-check-input"><label class="form-check-label">Regulation</label>
128+
<ul
129+
class="list-unstyled">
130+
<li class="form-check"><input type="checkbox" checked="" class="form-check-input"><label class="form-check-label">Comment Letters</label></li>
131+
<li class="form-check"><input type="checkbox" checked="" class="form-check-input"><label class="form-check-label">Concept Releases</label></li>
132+
<li class="form-check"><input type="checkbox" checked="" class="form-check-input"><label class="form-check-label">Enforcement Actions</label></li>
133+
<li class="form-check"><input type="checkbox" checked="" class="form-check-input"><label class="form-check-label">Exemptive Applications &amp; Orders</label></li>
134+
<li class="form-check"><input type="checkbox" checked="" class="form-check-input"><label class="form-check-label">Final Rule Releases</label></li>
135+
<li class="form-check"><input type="checkbox" checked="" class="form-check-input"><label class="form-check-label">Interim Final Rules</label></li>
136+
<li class="form-check"><input type="checkbox" checked="" class="form-check-input"><label class="form-check-label">Interpretative Releases</label></li>
137+
<li class="form-check"><input type="checkbox" checked="" class="form-check-input"><label class="form-check-label">Notices &amp; Orders</label></li>
138+
<li class="form-check"><input type="checkbox" checked="" class="form-check-input"><label class="form-check-label">PCAOB Rulemaking</label></li>
139+
<li class="form-check"><input type="checkbox" checked="" class="form-check-input"><label class="form-check-label">Petitions</label></li>
140+
<li class="form-check"><input type="checkbox" checked="" class="form-check-input"><label class="form-check-label">Policy Statements</label></li>
141+
<li class="form-check"><input type="checkbox" checked="" class="form-check-input"><label class="form-check-label">Proposed Rule Releases</label></li>
142+
<li class="form-check"><input type="checkbox" checked="" class="form-check-input"><label class="form-check-label">Reports &amp; Other Content</label></li>
143+
<li class="form-check"><input type="checkbox" checked="" class="form-check-input"><label class="form-check-label">SRO Rulemaking</label></li>
144+
</ul>
145+
</li>
146+
<li class="form-check" style="margin-left: 1.25rem;"><i class="icon ion-minus position-absolute" style="margin-left: -2.2rem;top: 1.5px;"></i><input type="checkbox" checked="" class="form-check-input"><label class="form-check-label">News</label>
147+
<ul class="list-unstyled">
148+
<li class="form-check"><input type="checkbox" checked="" class="form-check-input"><label class="form-check-label">Press Releases</label></li>
149+
<li class="form-check"><input type="checkbox" checked="" class="form-check-input"><label class="form-check-label">Public Statements</label></li>
150+
<li class="form-check"><input type="checkbox" checked="" class="form-check-input"><label class="form-check-label">Speeches</label></li>
151+
<li class="form-check"><input type="checkbox" checked="" class="form-check-input"><label class="form-check-label">Testimony</label></li>
152+
<li class="form-check"><input type="checkbox" checked="" class="form-check-input"><label class="form-check-label">Spotlight Topics</label></li>
153+
<li class="form-check"><input type="checkbox" checked="" class="form-check-input"><label class="form-check-label">Media</label></li>
154+
<li class="form-check"><input type="checkbox" checked="" class="form-check-input"><label class="form-check-label">Press Contacts</label></li>
155+
<li class="form-check"><input type="checkbox" checked="" class="form-check-input"><label class="form-check-label">Events</label></li>
156+
<li class="form-check"><input type="checkbox" checked="" class="form-check-input"><label class="form-check-label">Webcasts</label></li>
157+
<li class="form-check"><input type="checkbox" checked="" class="form-check-input"><label class="form-check-label">What's New</label></li>
158+
</ul>
159+
</li>
160+
</ul>
161+
</li>
162+
</ul>
163+
</div>
164+
</div>
165+
</div>
166+
<div class="col">
167+
<form>
168+
<p class="lead">Select one or more sources to save a new Alert</p>
169+
<div class="form-group"><label>Alert Name</label><input class="form-control" type="text" placeholder="name"></div>
170+
<div class="form-group">
171+
<div><label>Frequency</label></div>
172+
<div class="form-check form-check-inline"><input type="radio" name="frequency" value="twice daily" checked="" class="form-check-input"><label class="form-check-label">Daily (AM &amp; PM)</label></div>
173+
<div class="form-check form-check-inline"><input type="radio" name="frequency" value="twice daily" class="form-check-input"><label class="form-check-label">Daily</label></div>
174+
<div class="form-check form-check-inline"><input type="radio" name="frequency" value="twice daily" class="form-check-input"><label class="form-check-label">Weekly</label></div>
175+
<div class="form-check form-check-inline"><input type="radio" name="frequency" value="twice daily" class="form-check-input"><label class="form-check-label">Monthly</label></div>
176+
</div>
177+
<div class="form-group text-right"><button class="btn btn-primary" type="button">Save</button></div>
178+
</form>
179+
</div>
180+
</div>
181+
</div>
182+
</div>
183+
</div>
184+
</div>
185+
</div>
186+
<footer class="text-center d-xl-flex justify-content-xl-center align-items-xl-center bg-dark text-light position-fixed">
187+
<p class="d-xl-flex m-0">Copyright © 2019 Innodata</p><small><a class="text-light" href="#" style="margin-left: 15px;text-decoration: underline;">Terms of Use</a><span>&nbsp; &nbsp;| &nbsp;&nbsp;</span><a class="text-light" href="#" style="text-decoration: underline;">Privacy Policy</a></small></footer>
188+
<script
189+
src="assets/js/jquery.min.js"></script>
190+
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
191+
<script src="http://cdn.jsdelivr.net/npm/instantsearch.js@1/dist/instantsearch.min.js"></script>
192+
<script src="assets/js/search.js"></script>
193+
</body>
194+
195+
</html>

spider/home.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
<a class="dropdown-item" href="alerts.html">
4444
Alerts
4545
</a>
46+
<a class="dropdown-item" href="alerts.html">
47+
Timelines
48+
</a>
4649
<a class="dropdown-item" href="feeds.html">
4750
Feeds
4851
</a>
@@ -79,13 +82,10 @@
7982
Settings
8083
</a>
8184
<div class="dropdown-menu">
82-
<a class="dropdown-item" href="sources.html">
83-
Sources
84-
</a>
85-
<div class="dropdown-divider"></div>
8685
<a class="dropdown-item" href="profile.html">
8786
Profile
8887
</a>
88+
<div class="dropdown-divider"></div>
8989
<a class="dropdown-item" href="index.html">
9090
Logout
9191
</a>
@@ -98,7 +98,7 @@
9898
<div class="container" style="padding-top: 15px;">
9999
<div class="row">
100100
<div class="col">
101-
<h1>Global Regulatory &amp; Compliance Utility</h1>
101+
<h1 style="margin-bottom:15px">Global Regulatory &amp; Compliance Utility</h1>
102102
</div>
103103
</div>
104104
<div class="row">

spider/search.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
<a class="dropdown-item" href="alerts.html">
4444
Alerts
4545
</a>
46+
<a class="dropdown-item" href="alerts.html">
47+
Timelines
48+
</a>
4649
<a class="dropdown-item" href="feeds.html">
4750
Feeds
4851
</a>
@@ -79,13 +82,10 @@
7982
Settings
8083
</a>
8184
<div class="dropdown-menu">
82-
<a class="dropdown-item" href="sources.html">
83-
Sources
84-
</a>
85-
<div class="dropdown-divider"></div>
8685
<a class="dropdown-item" href="profile.html">
8786
Profile
8887
</a>
88+
<div class="dropdown-divider"></div>
8989
<a class="dropdown-item" href="index.html">
9090
Logout
9191
</a>
@@ -170,7 +170,6 @@ <h4 class="mb-0">Search Results<small id="stats" class="ml-2"></small></h4>
170170
<div class="card-body">
171171
<div id="hits"></div>
172172
<div id="pagination" class="mt-2"></div>
173-
<div><img src="assets/img/algolia-powered-by.svg"></div>
174173
</div>
175174
</div>
176175
</div>

0 commit comments

Comments
 (0)