ITBrix.Core.SearchResults
About the webframe
This webframe is presents the result for a given query
Content presentation
The search results presentation is not managed by a template, and applies to following format of HTML
<div>
<table cellspacing="0" border="0" style="border-color:White;border-collapse:collapse;">
<tbody>
<tr>
<td>
<h3>
<a id="ph5_wfsp2_ctl00_w_grdResults_ctl02_lnkTitle" title=" a day starts better ... "
href="http://wordframe.com/blog/posts/a-day-starts-better-/"> a day starts better ... </a>
</h3>
<div class="snippet">and this makes my work easier. <strong>Sample</strong> texts are great in what they
are ...<br>
<cite>
http://wordframe.com/blog/posts/a-day-starts-better-/
</cite>
</div>
</td>
</tr>
</tbody>
<tfoot>
<tr>
<td class="pager pager-default" colspan="1" style="white-space:nowrap;">
<div class="pagination">
<span class="disabled">« Previous</span>
<span class="current">1</span>
<a href="http://wordframe.com/site/search/?search_text=sample&search_index=wordframe.com&page=2">2</a>
<a href="http://wordframe.com/site/search/?search_text=sample&search_index=wordframe.com&page=2">Next»</a>
</div>
</td>
</tr>
</tfoot>
</table>
</div>
No results template
<p>No results were found for {{query}}.</p>