2012-08-22 07:11:19 +02:00
|
|
|
<div id="Content" class="searchResults">
|
2012-04-04 07:52:54 +02:00
|
|
|
<h1>$Title</h1>
|
|
|
|
|
|
|
|
<% if Query %>
|
|
|
|
<p class="searchQuery"><strong>You searched for "{$Query}"</strong></p>
|
|
|
|
<% end_if %>
|
|
|
|
|
|
|
|
<% if Results %>
|
|
|
|
<ul id="SearchResults">
|
|
|
|
<% control Results %>
|
|
|
|
<li>
|
|
|
|
<a class="searchResultHeader" href="$Link">
|
|
|
|
<% if MenuTitle %>
|
|
|
|
$MenuTitle
|
|
|
|
<% else %>
|
|
|
|
$Title
|
|
|
|
<% end_if %>
|
|
|
|
</a>
|
|
|
|
<p>$Content.LimitWordCountXML</p>
|
|
|
|
<a class="readMoreLink" href="$Link" title="Read more about "{$Title}"">Read more about "{$Title}"...</a>
|
|
|
|
</li>
|
|
|
|
<% end_control %>
|
|
|
|
</ul>
|
|
|
|
<% else %>
|
|
|
|
<p>Sorry, your search query did not return any results.</p>
|
|
|
|
<% end_if %>
|
|
|
|
|
|
|
|
<% if Results.MoreThanOnePage %>
|
|
|
|
<div id="PageNumbers">
|
2012-04-10 00:45:25 +02:00
|
|
|
<div class="pagination">
|
|
|
|
<% if Results.NotFirstPage %>
|
2012-05-09 17:16:21 +02:00
|
|
|
<a class="prev" href="$Results.PrevLink" title="View the previous page">←</a>
|
2012-04-10 00:45:25 +02:00
|
|
|
<% end_if %>
|
|
|
|
<span>
|
|
|
|
<% control Results.Pages %>
|
|
|
|
<% if CurrentBool %>
|
|
|
|
$PageNum
|
|
|
|
<% else %>
|
|
|
|
<a href="$Link" title="View page number $PageNum" class="go-to-page">$PageNum</a>
|
|
|
|
<% end_if %>
|
|
|
|
<% end_control %>
|
|
|
|
</span>
|
|
|
|
<% if Results.NotLastPage %>
|
2012-05-09 17:16:21 +02:00
|
|
|
<a class="next" href="$Results.NextLink" title="View the next page">→</a>
|
2012-04-10 00:45:25 +02:00
|
|
|
<% end_if %>
|
|
|
|
</div>
|
2012-04-04 07:52:54 +02:00
|
|
|
<p>Page $Results.CurrentPage of $Results.TotalPages</p>
|
|
|
|
</div>
|
|
|
|
<% end_if %>
|
|
|
|
</div>
|