mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
df3466a010
git-svn-id: http://svn.silverstripe.com/projects/ss2doc/branches/v2@118238 467b73ca-7a2a-4603-9d3b-597d59a354a9
50 lines
1.3 KiB
Scheme
50 lines
1.3 KiB
Scheme
<div id="documentation-page">
|
|
<div id="left-column">
|
|
<p>Your search for <strong>"$Query.XML"</strong> found $TotalResults result<% if TotalResults != 1 %>s<% end_if %>.</p>
|
|
|
|
<% if Results %>
|
|
<p>Showing page $ThisPage of $TotalPages</p>
|
|
|
|
<ul>
|
|
<% control Results %>
|
|
<li>
|
|
<h3><a href="$Link"><% if BreadcrumbTitle %>$BreadcrumbTitle<% else %>$Title<% end_if %></a></h3>
|
|
<p>$Content.LimitCharacters(200)</p>
|
|
</li>
|
|
<% end_control %>
|
|
</ul>
|
|
|
|
<% if SearchPages %>
|
|
<ul class="pagination">
|
|
<% if PrevUrl = false %><% else %>
|
|
<li class="prev"><a href="$PrevUrl">Prev</a></li>
|
|
<% end_if %>
|
|
|
|
<% control SearchPages %>
|
|
<% 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 %>
|
|
<% end_control %>
|
|
|
|
<% if NextUrl = false %>
|
|
<% else %>
|
|
<li class="next"><a href="$NextUrl">Next</a></li>
|
|
<% end_if %>
|
|
</ul>
|
|
<% end_if %>
|
|
|
|
<% else %>
|
|
<p>No Results</p>
|
|
<% end_if %>
|
|
</div>
|
|
|
|
<div id="right-column">
|
|
|
|
</div>
|
|
</div> |