2007-07-19 12:40:05 +02:00
|
|
|
<table id="Versions">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<td>#</td>
|
2007-09-16 18:37:15 +02:00
|
|
|
<td><% _t('WHEN','When') %></td>
|
|
|
|
<td><% _t('AUTHOR','Author') %></td>
|
|
|
|
<td><% _t('PUBR','Publisher') %></td>
|
2007-07-19 12:40:05 +02:00
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<% control Versions %>
|
|
|
|
<tr id="page-$RecordID-version-$Version" class="$EvenOdd $PublishedClass">
|
|
|
|
<td>$Version</td>
|
2007-11-01 23:31:27 +01:00
|
|
|
<td class="$LastEdited" title="$LastEdited.Ago">$LastEdited.Ago</td>
|
2007-07-19 12:40:05 +02:00
|
|
|
<td>$Author.FirstName $Author.Surname.Initial</td>
|
|
|
|
<td>
|
|
|
|
<% if Published %>
|
|
|
|
<% if Publisher %>
|
|
|
|
$Publisher.FirstName $Publisher.Surname.Initial
|
|
|
|
<% else %>
|
2007-09-16 18:37:15 +02:00
|
|
|
<% _t('UNKNOWN','Unknown') %>
|
|
|
|
|
2007-07-19 12:40:05 +02:00
|
|
|
<% end_if %>
|
|
|
|
<% else %>
|
2007-09-16 18:37:15 +02:00
|
|
|
<% _t('NOTPUB','Not published') %>
|
|
|
|
|
2007-07-19 12:40:05 +02:00
|
|
|
<% end_if %>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<% end_control %>
|
|
|
|
</tbody>
|
|
|
|
</table>
|