doc.silverstripe.org/sapphiredocs/templates/DocFolderListing.ss
Will Rossiter fb8ab2c1c8 Reimported sapphiredocs
git-svn-id: http://svn.silverstripe.com/projects/ss2doc/branches/v2@120043 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-07-04 06:34:05 +00:00

13 lines
308 B
Scheme
Executable File

<div id="folder-listing">
<h2>$Title</h2>
<% if Pages %>
<ul>
<% control Pages %>
<li><a href="$Link">$Title</a></li>
<% end_control %>
</ul>
<% else %>
<p>No documentation pages found for $Title. If you need help writing documentation please consult the README.</p>
<% end_if %>
</div>