Cosmetics (see #80)

This commit is contained in:
David Alexander 2015-10-19 13:33:18 +13:00
parent 21ea09ab74
commit 85bb136833
1 changed files with 8 additions and 7 deletions

View File

@ -1,4 +1,5 @@
<% if Versions %>
<div class="versions-heading">Versions:</div>
<div class="versions">
<ul>
<% loop Versions.sort("Title DESC").limit(4) %>
@ -7,11 +8,11 @@
</ul>
</div>
<form id="VersionsArchive">
<select id="VersionSelect" onchange="location.href=VersionsArchive.VersionSelect.options[selectedIndex].value">
<option>Archive</option>
<% loop Versions.sort("Title DESC").limit(20, 4) %>
<select id="VersionSelect" onchange="location.href=VersionsArchive.VersionSelect.options[selectedIndex].value">
<option>Archive</option>
<% loop Versions.sort("Title DESC").limit(20, 4) %>
<option value="$Link">$Title</option>
<% end_loop %>
</select>
</form>
<% end_if %>
<% end_loop %>
</select>
</form>
<% end_if %>