Skip to content

Commit 61dc9fe

Browse files
author
Daniel Bruce
committed
Feeds changes and link to collaboration pointed at invision.
1 parent d838457 commit 61dc9fe

12 files changed

+20
-165
lines changed

spider/analytics.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
Workspace
8686
</a>
8787
<div class="dropdown-menu">
88-
<a class="dropdown-item" href="collaboration.html">
88+
<a class="dropdown-item" href="http://c134849.try.invisionpower.com/">
8989
Collaboration
9090
</a>
9191
<a class="dropdown-item" href="experts.html">

spider/collaboration.html

Lines changed: 0 additions & 153 deletions
This file was deleted.

spider/experts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
Workspace
8686
</a>
8787
<div class="dropdown-menu">
88-
<a class="dropdown-item" href="collaboration.html">
88+
<a class="dropdown-item" href="http://c134849.try.invisionpower.com/">
8989
Collaboration
9090
</a>
9191
<a class="dropdown-item active" href="experts.html">

spider/feeds.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
Workspace
8686
</a>
8787
<div class="dropdown-menu">
88-
<a class="dropdown-item" href="collaboration.html">
88+
<a class="dropdown-item" href="http://c134849.try.invisionpower.com/">
8989
Collaboration
9090
</a>
9191
<a class="dropdown-item" href="experts.html">
@@ -134,7 +134,8 @@ <h1 class="mr-3 mb-0">Feeds</h1>
134134
<div class="card-body text-center">
135135
<div class="d-flex align-items-center justify-content-between mb-3">
136136
<form class="form-inline">
137-
<div class="form-group"><label class="mr-2">Country</label><select class="form-control" style="width:200px"><option value="us">United States</option></select></div>
137+
<div class="form-group mr-3"><label class="mr-2">Country</label><select class="form-control" style="width:200px"><option value="us">United States</option></select></div>
138+
<div class="form-group mr-4"><label class="mr-2">Source Type</label><select class="form-control" style="width: 200px;"><option value="all">All</option><option value="regulation">Regulation</option><option value="news">News</option></select></div>
138139
</form><span>Call <a href="tel:18888888888">1-888-888-8888<i class="icon ion-iphone ml-1"></i></a>&nbsp;for Support</span></div>
139140
<div class="table-responsive" id="feeds-list">
140141
<table class="table">
@@ -143,6 +144,7 @@ <h1 class="mr-3 mb-0">Feeds</h1>
143144
<th>Country</th>
144145
<th>Authority</th>
145146
<th>Feed</th>
147+
<th>ID</th>
146148
<th class="text-left">Status</th>
147149
<th>Frequency</th>
148150
<th>Type</th>
@@ -154,6 +156,7 @@ <h1 class="mr-3 mb-0">Feeds</h1>
154156
<td>United States</td>
155157
<td>All</td>
156158
<td><a href="#">U.S. Sources (All)</a></td>
159+
<td>US#0001</td>
157160
<td class="text-left">
158161
<div class="form-check"><input class="form-check-input" type="radio" name="feed-1" checked="" id="formCheck-1"><label class="form-check-label" for="formCheck-1">Inactive</label></div>
159162
<div class="form-check"><input class="form-check-input" type="radio" name="feed-1" id="formCheck-2"><label class="form-check-label" for="formCheck-2">Active</label></div>
@@ -166,6 +169,7 @@ <h1 class="mr-3 mb-0">Feeds</h1>
166169
<td>United States</td>
167170
<td>U.S. FEDERAL</td>
168171
<td><a href="#">U.S. Federal &amp; SRO (All)</a></td>
172+
<td>US#0002</td>
169173
<td class="text-left">
170174
<div class="form-check"><input class="form-check-input" type="radio" name="feed-2" id="formCheck-3"><label class="form-check-label" for="formCheck-3">Inactive</label></div>
171175
<div class="form-check"><input class="form-check-input" type="radio" name="feed-2" checked="" id="formCheck-4"><label class="form-check-label" for="formCheck-4">Active</label></div>
@@ -178,6 +182,7 @@ <h1 class="mr-3 mb-0">Feeds</h1>
178182
<td>United States</td>
179183
<td>U.S. STATE</td>
180184
<td><a href="#">U.S. State Sources (All)</a></td>
185+
<td>US#0003</td>
181186
<td class="text-left">
182187
<div class="form-check"><input class="form-check-input" type="radio" name="feed-3" checked="" id="formCheck-5"><label class="form-check-label" for="formCheck-5">Inactive</label></div>
183188
<div class="form-check"><input class="form-check-input" type="radio" name="feed-3" id="formCheck-6"><label class="form-check-label" for="formCheck-6">Active</label></div>
@@ -190,6 +195,7 @@ <h1 class="mr-3 mb-0">Feeds</h1>
190195
<td>United States</td>
191196
<td>U.S. SEC</td>
192197
<td><a href="#">U.S. SEC (All)</a></td>
198+
<td>US#0004</td>
193199
<td class="text-left">
194200
<div class="form-check"><input class="form-check-input" type="radio" name="feed-4" checked="" id="formCheck-7"><label class="form-check-label" for="formCheck-7">Inactive</label></div>
195201
<div class="form-check"><input class="form-check-input" type="radio" name="feed-4" id="formCheck-8"><label class="form-check-label" for="formCheck-8">Active</label></div>
@@ -202,6 +208,7 @@ <h1 class="mr-3 mb-0">Feeds</h1>
202208
<td>United States</td>
203209
<td>U.S. SRO</td>
204210
<td><a href="#">U.S. SRO (All)</a></td>
211+
<td>US#0005</td>
205212
<td class="text-left">
206213
<div class="form-check"><input class="form-check-input" type="radio" name="feed-5" checked="" id="formCheck-9"><label class="form-check-label" for="formCheck-9">Inactive</label></div>
207214
<div class="form-check"><input class="form-check-input" type="radio" name="feed-5" id="formCheck-10"><label class="form-check-label" for="formCheck-10">Active</label></div>
@@ -214,6 +221,7 @@ <h1 class="mr-3 mb-0">Feeds</h1>
214221
<td>United States</td>
215222
<td>U.S. SRO</td>
216223
<td><a href="#">FINRA Regulation</a></td>
224+
<td>US#0006</td>
217225
<td class="text-left">
218226
<div class="form-check"><input class="form-check-input" type="radio" name="feed-6" checked="" id="formCheck-11"><label class="form-check-label" for="formCheck-11">Inactive</label></div>
219227
<div class="form-check"><input class="form-check-input" type="radio" name="feed-6" id="formCheck-12"><label class="form-check-label" for="formCheck-12">Active</label></div>

spider/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
Workspace
8686
</a>
8787
<div class="dropdown-menu">
88-
<a class="dropdown-item" href="collaboration.html">
88+
<a class="dropdown-item" href="http://c134849.try.invisionpower.com/">
8989
Collaboration
9090
</a>
9191
<a class="dropdown-item" href="experts.html">

spider/new_analytics.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
Workspace
8686
</a>
8787
<div class="dropdown-menu">
88-
<a class="dropdown-item" href="collaboration.html">
88+
<a class="dropdown-item" href="http://c134849.try.invisionpower.com/">
8989
Collaboration
9090
</a>
9191
<a class="dropdown-item" href="experts.html">

spider/new_report.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
Workspace
8686
</a>
8787
<div class="dropdown-menu">
88-
<a class="dropdown-item" href="collaboration.html">
88+
<a class="dropdown-item" href="http://c134849.try.invisionpower.com/">
8989
Collaboration
9090
</a>
9191
<a class="dropdown-item" href="experts.html">

spider/reports.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
Workspace
8686
</a>
8787
<div class="dropdown-menu">
88-
<a class="dropdown-item" href="collaboration.html">
88+
<a class="dropdown-item" href="http://c134849.try.invisionpower.com/">
8989
Collaboration
9090
</a>
9191
<a class="dropdown-item" href="experts.html">

spider/search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
Workspace
8787
</a>
8888
<div class="dropdown-menu">
89-
<a class="dropdown-item" href="collaboration.html">
89+
<a class="dropdown-item" href="http://c134849.try.invisionpower.com/">
9090
Collaboration
9191
</a>
9292
<a class="dropdown-item" href="experts.html">

spider/settings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
Workspace
8686
</a>
8787
<div class="dropdown-menu">
88-
<a class="dropdown-item" href="collaboration.html">
88+
<a class="dropdown-item" href="http://c134849.try.invisionpower.com/">
8989
Collaboration
9090
</a>
9191
<a class="dropdown-item" href="experts.html">

0 commit comments

Comments
 (0)