@@ -132,7 +132,99 @@ <h1 class="mr-3 mb-0">Feeds</h1>
132
132
< div class ="col ">
133
133
< div class ="card shadow-sm ">
134
134
< div class ="card-body text-center ">
135
- < h3 class ="card-title mb-0 "> User feeds settings.</ h3 >
135
+ < div class ="d-flex align-items-center justify-content-between mb-3 ">
136
+ < 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 >
138
+ </ form > < span > Call < a href ="tel:18888888888 "> 1-888-888-8888< i class ="icon ion-iphone ml-1 "> </ i > </ a > for Support</ span > </ div >
139
+ < div class ="table-responsive " id ="feeds-list ">
140
+ < table class ="table ">
141
+ < thead >
142
+ < tr >
143
+ < th > Country</ th >
144
+ < th > Authority</ th >
145
+ < th > Feed</ th >
146
+ < th class ="text-left "> Status</ th >
147
+ < th > Frequency</ th >
148
+ < th > Type</ th >
149
+ < th > Last Update</ th >
150
+ </ tr >
151
+ </ thead >
152
+ < tbody >
153
+ < tr >
154
+ < td > United States</ td >
155
+ < td > All</ td >
156
+ < td > < a href ="# "> U.S. Sources (All)</ a > </ td >
157
+ < td class ="text-left ">
158
+ < 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 >
159
+ < 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 >
160
+ </ td >
161
+ < td > < select disabled ="" class ="form-control "> < option value ="available "> As Available</ option > < option value ="twice_daily "> Daily (AM & PM)</ option > < option value ="daily "> Daily</ option > < option value ="weekly "> Weekly</ option > < option value ="monthly "> Monthly</ option > < option value ="yearly "> Yearly</ option > </ select > </ td >
162
+ < td > < select disabled ="" class ="form-control "> < option value ="14 "> Batch</ option > </ select > </ td >
163
+ < td > --</ td >
164
+ </ tr >
165
+ < tr >
166
+ < td > United States</ td >
167
+ < td > U.S. FEDERAL</ td >
168
+ < td > < a href ="# "> U.S. Federal & SRO (All)</ a > </ td >
169
+ < td class ="text-left ">
170
+ < 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 >
171
+ < 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 >
172
+ </ td >
173
+ < td > < select class ="form-control "> < option value ="available "> As Available</ option > < option value ="twice_daily "> Daily (AM & PM)</ option > < option value ="daily " selected =""> Daily</ option > < option value ="weekly "> Weekly</ option > < option value ="monthly "> Monthly</ option > < option value ="yearly "> Yearly</ option > </ select > </ td >
174
+ < td > < select class ="form-control "> < option value ="14 "> Batch</ option > </ select > </ td >
175
+ < td > Mar 15 2019 7:00am EST</ td >
176
+ </ tr >
177
+ < tr >
178
+ < td > United States</ td >
179
+ < td > U.S. STATE</ td >
180
+ < td > < a href ="# "> U.S. State Sources (All)</ a > </ td >
181
+ < td class ="text-left ">
182
+ < 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 >
183
+ < 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 >
184
+ </ td >
185
+ < td > < select disabled ="" class ="form-control "> < option value ="available "> As Available</ option > < option value ="twice_daily "> Daily (AM & PM)</ option > < option value ="daily "> Daily</ option > < option value ="weekly "> Weekly</ option > < option value ="monthly "> Monthly</ option > < option value ="yearly "> Yearly</ option > </ select > </ td >
186
+ < td > < select disabled ="" class ="form-control "> < option value ="14 "> Batch</ option > </ select > </ td >
187
+ < td > --</ td >
188
+ </ tr >
189
+ < tr >
190
+ < td > United States</ td >
191
+ < td > U.S. SEC</ td >
192
+ < td > < a href ="# "> U.S. SEC (All)</ a > </ td >
193
+ < td class ="text-left ">
194
+ < 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 >
195
+ < 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 >
196
+ </ td >
197
+ < td > < select disabled ="" class ="form-control "> < option value ="available "> As Available</ option > < option value ="twice_daily "> Daily (AM & PM)</ option > < option value ="daily "> Daily</ option > < option value ="weekly "> Weekly</ option > < option value ="monthly "> Monthly</ option > < option value ="yearly "> Yearly</ option > </ select > </ td >
198
+ < td > < select disabled ="" class ="form-control "> < option value ="14 "> Batch</ option > </ select > </ td >
199
+ < td > --</ td >
200
+ </ tr >
201
+ < tr >
202
+ < td > United States</ td >
203
+ < td > U.S. SRO</ td >
204
+ < td > < a href ="# "> U.S. SRO (All)</ a > </ td >
205
+ < td class ="text-left ">
206
+ < 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 >
207
+ < 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 >
208
+ </ td >
209
+ < td > < select disabled ="" class ="form-control "> < option value ="available "> As Available</ option > < option value ="twice_daily "> Daily (AM & PM)</ option > < option value ="daily "> Daily</ option > < option value ="weekly "> Weekly</ option > < option value ="monthly "> Monthly</ option > < option value ="yearly "> Yearly</ option > </ select > </ td >
210
+ < td > < select disabled ="" class ="form-control "> < option value ="14 "> Batch</ option > </ select > </ td >
211
+ < td > --</ td >
212
+ </ tr >
213
+ < tr >
214
+ < td > United States</ td >
215
+ < td > U.S. SRO</ td >
216
+ < td > < a href ="# "> FINRA Regulation</ a > </ td >
217
+ < td class ="text-left ">
218
+ < 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 >
219
+ < 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 >
220
+ </ td >
221
+ < td > < select disabled ="" class ="form-control "> < option value ="available "> As Available</ option > < option value ="twice_daily "> Daily (AM & PM)</ option > < option value ="daily "> Daily</ option > < option value ="weekly "> Weekly</ option > < option value ="monthly "> Monthly</ option > < option value ="yearly "> Yearly</ option > </ select > </ td >
222
+ < td > < select disabled ="" class ="form-control "> < option value ="14 "> Batch</ option > </ select > </ td >
223
+ < td > --</ td >
224
+ </ tr >
225
+ </ tbody >
226
+ </ table >
227
+ </ div >
136
228
</ div >
137
229
</ div >
138
230
</ div >
0 commit comments