Sha256: 94bdd60ac9096fd32cd3a8556a25898bd48eb1d1f8a9dc8c951b16f1048a4ce0
Contents?: true
Size: 948 Bytes
Versions: 11
Compression:
Stored size: 948 Bytes
Contents
<% if Paginator.TotalHits %> <table class="clist-table" cellpadding="0" cellspacing="0" border="0"> <thead> <tr> <td>Edit</td> <td>View</td> <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><a href="/admin/show/$ID">Edit</a></td> <td> <% if hasStageVersion %> <a target="_blank" href="$Link?stage=Stage">Staging</a> <% end_if %> <% if hasLiveVersion %> <a target="_blank" href="$Link?stage=Live">Live</a> <% end_if %> </td> <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