mirror of
https://github.com/moparisthebest/PointsWatcher
synced 2025-01-06 03:08:02 -05:00
21 lines
550 B
HTML
21 lines
550 B
HTML
<div id="searchResultsView" class="data-list" >
|
|
<div class="padded heading">
|
|
Results for search phrase: <br/>{{criteria}}
|
|
</div>
|
|
|
|
{{#maxSearchLength}}
|
|
<div class="padded warning">Please refine your search results, only the first {{maxSearchLength}} results are displayed.</div>
|
|
{{/maxSearchLength}}
|
|
|
|
<ul>
|
|
{{#values}}
|
|
<li index="{{index}}">
|
|
<strong>{{name}}</strong><br/>
|
|
{{amount}}<br/>
|
|
{{points}}
|
|
</li>
|
|
{{/values}}
|
|
</ul>
|
|
|
|
|
|
</div> |