Sha256: ea62a5c972d68f13638a19f3a99bccaa5ca95c188fc6e64f85701e635ed82ec1
Contents?: true
Size: 636 Bytes
Versions: 11
Compression:
Stored size: 636 Bytes
Contents
<% if Paginator.TotalHits %> <table class="clist-table" cellpadding="0" cellspacing="0" border="0"> <thead> <tr> <td>Date Created</td> <td>Last Edited</td> <td>Publication Date</td> <td>Status</td> <td>Title</td> </tr> </thead> <tbody> <% control DataSet %> <tr class="row-{$Modulus(2)}"> <td>$Created.Nice</td> <td>$LastEdited.Nice</td> <td>$PublicationDate.Nice</td> <td>$PublicationStatus</td> <td>$Title</td> </tr> <% end_control %> </tbody> </table> <div class="clist-pagination"> <% include Pagination %> </div> <% end_if %>
Version data entries
11 entries across 11 versions & 1 rubygems