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

Version Path
bonethug-0.0.17 skel/project_types/silverstripe3/public/abc/templates/OrderList.ss
bonethug-0.0.16 skel/project_types/silverstripe3/public/abc/templates/OrderList.ss
bonethug-0.0.15 skel/project_types/silverstripe3/public/abc/templates/OrderList.ss
bonethug-0.0.14 skel/project_types/silverstripe3/public/abc/templates/OrderList.ss
bonethug-0.0.13 skel/project_types/silverstripe3/public/abc/templates/OrderList.ss
bonethug-0.0.12 skel/project_types/silverstripe3/public/abc/templates/OrderList.ss
bonethug-0.0.11 skel/project_types/silverstripe3/public/abc/templates/OrderList.ss
bonethug-0.0.10 skel/project_types/silverstripe3/public/abc/templates/OrderList.ss
bonethug-0.0.7 skel/project_types/silverstripe3/public/abc/templates/OrderList.ss
bonethug-0.0.6 skel/project_types/silverstripe3/public/abc/templates/OrderList.ss
bonethug-0.0.5 skel/project_types/silverstripe3/public/abc/templates/OrderList.ss