-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsimapi.html
22 lines (22 loc) · 1.1 KB
/
simapi.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<div class="row">
<h3>SEARCHING USING TOPIC</h3>
<div class="form-group input-group" style="border: dot-dot-dash;size: 1em">
<input type="text" class="form-control searchBarTxt" placeholder="Enter Search Terms - Taxonomy - Date - Topic">
<span class="input-group-btn">
<h5>KEYWORD SEARCH</h5>
<button class="btn btn-default searchIT" type="button"><i
class="fa fa-search"
style="border: dot-dot-dash;size: 1.4em"></i>
</button>
</span>
</div>
<div class="searchResults"></div>
<button class="btn btn-blk" onclick="$('.searchResults').html('');$('.searchBarTxt').text('');">CLEAR SEARCH
RESULTS
</button>
<div class="row" style="background-color:white;">
<h1>Trending Updates</h1>
<div style="border:2px solid Tomato; " class="toolbarCanvas">
</div>
</div>
</div>