Система управления «Сайт PRO»
Версия 20240107

detail.table.php

Исходный код
<?php

$Table = $Page;

if (strlen($Table->title)) print '<h3>' . $Table->displayTitle() . '</h3>';

?>
<form class="uk-overflow-auto">
<table<?=$Table->displayClass()?><?=$Table->displayStyle()?><?=$Table->displayAttrs()?>>
<?php
print $Main->callTemplate('detail', 'table_head', $Table);
print $Main->callTemplate('detail', 'table_find', $Table);
print $Main->callTemplate('detail', 'table_body', $Table);
print $Main->callTemplate('detail', 'table_stat', $Table);
?>
</table>
</form>
<?=$pager?>