This commit is contained in:
18
wwwroot/js/templates/app.search.handlebars
Normal file
18
wwwroot/js/templates/app.search.handlebars
Normal file
@@ -0,0 +1,18 @@
|
||||
<div>
|
||||
<form id="frm" method="post" action="index.html">
|
||||
|
||||
<div class="form-group">
|
||||
<label for="query">Search</label>
|
||||
<input class="form-control" type="text" id="searchquery" value="">
|
||||
<div class="app-frm-buttons">
|
||||
<button id="searchbutton">Search</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<ul id="rf-list" class="rf-list" />
|
||||
</div>
|
||||
|
||||
|
||||
</form>
|
||||
</div>
|
||||
Reference in New Issue
Block a user