2010-12-21 10:42:44 +01:00
|
|
|
<div id="documentation-page">
|
2011-08-02 05:30:58 +02:00
|
|
|
<div id="content-column">
|
2010-12-22 09:21:49 +01:00
|
|
|
<p>Your search for <strong>"$Query.XML"</strong> found $TotalResults result<% if TotalResults != 1 %>s<% end_if %>.</p>
|
2011-08-04 00:04:53 +02:00
|
|
|
<% if Modules || Versions %>
|
|
|
|
<p>Limited search to <% if Modules %>$Modules <% if Versions %>of<% end_if %><% end_if %> <% if Versions %>versions $Versions<% end_if %>
|
|
|
|
<% end_if %>
|
|
|
|
|
2010-12-21 10:42:44 +01:00
|
|
|
<% if Results %>
|
2010-12-22 09:21:49 +01:00
|
|
|
<p>Showing page $ThisPage of $TotalPages</p>
|
2011-07-01 03:19:35 +02:00
|
|
|
|
2013-03-26 11:08:44 +01:00
|
|
|
<% loop Results %>
|
2011-07-01 03:19:35 +02:00
|
|
|
<h2><a href="$Link"><% if BreadcrumbTitle %>$BreadcrumbTitle<% else %>$Title<% end_if %></a></h2>
|
2010-12-22 09:44:46 +01:00
|
|
|
<p>$Content.LimitCharacters(200)</p>
|
2013-03-26 11:08:44 +01:00
|
|
|
<% end_loop %>
|
2010-12-22 09:21:49 +01:00
|
|
|
|
|
|
|
<% if SearchPages %>
|
|
|
|
<ul class="pagination">
|
|
|
|
<% if PrevUrl = false %><% else %>
|
|
|
|
<li class="prev"><a href="$PrevUrl">Prev</a></li>
|
|
|
|
<% end_if %>
|
|
|
|
|
2013-03-26 11:08:44 +01:00
|
|
|
<% loop SearchPages %>
|
2010-12-22 09:21:49 +01:00
|
|
|
<% if IsEllipsis %>
|
|
|
|
<li class="ellipsis">...</li>
|
|
|
|
<% else %>
|
|
|
|
<% if Current %>
|
|
|
|
<li class="active"><strong>$PageNumber</strong></li>
|
|
|
|
<% else %>
|
|
|
|
<li><a href="$Link">$PageNumber</a></li>
|
|
|
|
<% end_if %>
|
|
|
|
<% end_if %>
|
2013-03-26 11:08:44 +01:00
|
|
|
<% end_loop %>
|
2010-12-22 09:21:49 +01:00
|
|
|
|
|
|
|
<% if NextUrl = false %>
|
|
|
|
<% else %>
|
|
|
|
<li class="next"><a href="$NextUrl">Next</a></li>
|
|
|
|
<% end_if %>
|
|
|
|
</ul>
|
|
|
|
<% end_if %>
|
|
|
|
|
2010-12-21 10:42:44 +01:00
|
|
|
<% else %>
|
|
|
|
<p>No Results</p>
|
|
|
|
<% end_if %>
|
|
|
|
</div>
|
|
|
|
|
2013-01-07 17:26:39 +01:00
|
|
|
<% if AdvancedSearchEnabled %>
|
|
|
|
<div id="sidebar-column">
|
|
|
|
<div class="sidebar-box">
|
|
|
|
<h4><% _t('ADVANCEDSEARCH', 'Advanced Search') %></h4>
|
|
|
|
$AdvancedSearchForm
|
|
|
|
</div>
|
2011-08-04 00:04:53 +02:00
|
|
|
</div>
|
2013-01-07 17:26:39 +01:00
|
|
|
<% end_if %>
|
|
|
|
|
2010-12-21 10:42:44 +01:00
|
|
|
</div>
|