2007-07-19 12:40:28 +02:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
|
|
<html>
|
2007-10-03 01:03:46 +02:00
|
|
|
<head>
|
2009-05-26 05:43:19 +02:00
|
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
|
2007-10-03 01:03:46 +02:00
|
|
|
<% base_tag %>
|
|
|
|
</head>
|
2012-03-12 17:03:14 +01:00
|
|
|
<body class="cms" style="overflow: auto;">
|
2007-10-03 01:03:46 +02:00
|
|
|
<div class="right $PopupClasses">
|
|
|
|
$DetailForm
|
|
|
|
</div>
|
2008-08-09 06:38:44 +02:00
|
|
|
|
|
|
|
<% if ShowPagination %>
|
|
|
|
<table id="ComplexTableField_Pagination">
|
|
|
|
<tr>
|
|
|
|
<% if Paginator.PrevLink %>
|
|
|
|
<td id="ComplexTableField_Pagination_Previous">
|
2012-08-06 13:44:21 +02:00
|
|
|
<a href="$Paginator.PrevLink"><img src="$ModulePath(framework)/images/pagination/record-prev.png" /><% _t('ComplexTableField_popup.ss.PREVIOUS', 'Previous') %></a>
|
2008-08-09 06:38:44 +02:00
|
|
|
</td>
|
|
|
|
<% end_if %>
|
|
|
|
<% if xdsfdsf %>
|
|
|
|
<% else %>
|
|
|
|
<td>
|
2012-05-11 03:49:20 +02:00
|
|
|
<% loop Paginator.Pages %>
|
2008-08-09 06:38:44 +02:00
|
|
|
<% if active %>
|
|
|
|
<a href="$link">$number</a>
|
|
|
|
<% else %>
|
|
|
|
<span>$number</span>
|
|
|
|
<% end_if %>
|
2012-05-11 03:49:20 +02:00
|
|
|
<% end_loop %>
|
2008-08-09 06:38:44 +02:00
|
|
|
</td>
|
|
|
|
<% end_if %>
|
|
|
|
<% if Paginator.NextLink %>
|
|
|
|
<td id="ComplexTableField_Pagination_Next">
|
2012-08-06 13:44:21 +02:00
|
|
|
<a href="$Paginator.NextLink"><% _t('ComplexTableField_popup.ss.NEXT', 'Next') %><img src="$ModulePath(framework)/images/pagination/record-next.png" /></a>
|
2008-08-09 06:38:44 +02:00
|
|
|
</td>
|
|
|
|
<% end_if %>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2008-08-09 05:29:30 +02:00
|
|
|
<% end_if %>
|
2007-10-03 01:03:46 +02:00
|
|
|
</body>
|
2007-11-02 03:53:53 +01:00
|
|
|
</html>
|