mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
16 lines
278 B
Scheme
16 lines
278 B
Scheme
<div id="documentation-page">
|
|
<div id="left-column">
|
|
<% if Results %>
|
|
<% control Results %>
|
|
<h2><a href="$Link">$Title</a></h2>
|
|
$Content.Summary
|
|
<% end_control %>
|
|
<% else %>
|
|
<p>No Results</p>
|
|
<% end_if %>
|
|
</div>
|
|
|
|
<div id="right-column">
|
|
|
|
</div>
|
|
</div> |