2010-12-02 23:34:41 +00:00
|
|
|
<!-- START BLOCK : headBlock -->
|
|
|
|
|
<table cellpadding="0" cellspacing="0" border="0"><tr><td>
|
|
|
|
|
<div class="boxTop"><div class="a"></div><div class="b"></div><div class="c"></div></div>
|
|
|
|
|
<div class="pagedTableDefault">
|
2011-12-06 18:54:23 -04:00
|
|
|
<table id="pagedtable[{pagedTable_Id}]" name="pagedtable[{pagedTable_Name}]" border="0" cellspacing="0" cellpadding="0" class="Default">
|
2010-12-02 23:34:41 +00:00
|
|
|
<tr>
|
2011-12-06 18:54:23 -04:00
|
|
|
<td valign="top">
|
2010-12-02 23:34:41 +00:00
|
|
|
|
2011-12-06 18:54:23 -04:00
|
|
|
<span class='subtitle'>{title}</span>
|
|
|
|
|
<table cellspacing="0" cellpadding="0" width="100%" border="0">
|
|
|
|
|
<!-- START BLOCK : headerBlock -->
|
|
|
|
|
<tr><td class="headerContent">{content}</td></tr>
|
|
|
|
|
<!-- END BLOCK : headerBlock -->
|
|
|
|
|
</table>
|
|
|
|
|
<table id="table[{pagedTable_Id}]" name="table[{pagedTable_Name}]" cellspacing="0" cellpadding="0" width="100%" class="pagedTable">
|
|
|
|
|
<!-- END BLOCK : headBlock -->
|
|
|
|
|
<!-- START BLOCK : contentBlock -->
|
|
|
|
|
<script type="text/javascript">{pagedTable_JS}</script>
|
|
|
|
|
<tr>
|
|
|
|
|
<!-- START BLOCK : headers -->
|
|
|
|
|
<td class="pagedTableHeader"><img style="{displaySeparator}" src="/js/maborak/core/images/separatorTable.gif" /></td>
|
|
|
|
|
<td width="{width}" style="{align}" class="pagedTableHeader">
|
|
|
|
|
<a href="{href}" onclick="{onclick}">{header}</a>
|
|
|
|
|
</td>
|
|
|
|
|
<!-- END BLOCK : headers -->
|
|
|
|
|
</tr>
|
|
|
|
|
<!-- START BLOCK : row -->
|
|
|
|
|
<tr class='{class}' onmouseover="setRowClass(this, 'RowPointer')" onmouseout="setRowClass(this, '{class}')">
|
|
|
|
|
<!-- START BLOCK : field -->
|
|
|
|
|
<td{classAttr}></td><td{classAttr}{alignAttr}>{value}</td>
|
|
|
|
|
<!-- END BLOCK : field -->
|
|
|
|
|
</tr>
|
|
|
|
|
<!-- END BLOCK : row -->
|
|
|
|
|
<!-- START BLOCK : rowTag -->
|
|
|
|
|
<!-- END BLOCK : rowTag -->
|
2010-12-02 23:34:41 +00:00
|
|
|
|
2011-12-06 18:54:23 -04:00
|
|
|
<!-- START BLOCK : norecords -->
|
|
|
|
|
<tr class='Row2'>
|
|
|
|
|
<td nowrap colspan="{columnCount}" align='center' >
|
|
|
|
|
{noRecordsFound}<br>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<!-- END BLOCK : norecords -->
|
|
|
|
|
|
|
|
|
|
<!-- START BLOCK : bottomFooter -->
|
|
|
|
|
<tr>
|
|
|
|
|
<td nowrap colspan="{columnCount}">
|
|
|
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
|
|
|
<tr class="pagedTableFooter">
|
|
|
|
|
<td width="110px" style="{indexStyle}">
|
|
|
|
|
{labels:ID_ROWS} {firstRow}-{lastRow}/{totalRows}
|
|
|
|
|
</td>
|
|
|
|
|
<!--<td style="text-align:center;{fastSearchStyle}"><!--{labels:ID_SEARCH}
|
|
|
|
|
<input type="text" class="FormField" onkeypress="if (event.keyCode===13){pagedTableId}.doFastSearch(this.value);if (event.keyCode===13)return false;" value="{fastSearchValue}" onfocus="this.select();" size="10" style="{fastSearchStyle}"/>
|
|
|
|
|
</td>-->
|
|
|
|
|
<td style="text-align:center;">
|
|
|
|
|
{first}{prev}{next}{last}
|
|
|
|
|
</td>
|
|
|
|
|
<td width="60px" style="text-align:right;padding-right:8px;{indexStyle}">{labels:ID_PAGE} {currentPage}/{totalPages}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<!-- END BLOCK : bottomFooter -->
|
|
|
|
|
<!-- END BLOCK : contentBlock -->
|
2010-12-02 23:34:41 +00:00
|
|
|
<!-- START BLOCK : closeBlock -->
|
2011-12-06 18:54:23 -04:00
|
|
|
</table>
|
2010-12-02 23:34:41 +00:00
|
|
|
|
2011-12-06 18:54:23 -04:00
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
2010-12-02 23:34:41 +00:00
|
|
|
</div>
|
|
|
|
|
<div class="boxBottom"><div class="a"></div><div class="b"></div><div class="c"></div></div>
|
|
|
|
|
</td></tr></table>
|
|
|
|
|
<!-- END BLOCK : closeBlock -->
|