mirror of
https://github.com/optim-enterprises-bv/control-pane.git
synced 2025-11-03 03:17:50 +00:00
24 lines
673 B
PHP
24 lines
673 B
PHP
<?php
|
|
$clonos->useDialogs(array(
|
|
'src-get',
|
|
// 'jail-settings',
|
|
// 'jail-settings-config-menu',
|
|
));
|
|
?>
|
|
<h1>Дерево исходных кодов FreeBSD:</h1>
|
|
|
|
<p><span class="top-button icon-docs id:srcget">Получить версию</span></p>
|
|
|
|
<table class="tsimple" id="srcslist" width="100%">
|
|
<thead>
|
|
<tr>
|
|
<th>Имя сервера</th>
|
|
<th colspan="2" class="wdt-150">Версия</th>
|
|
<th class="wdt-100">Ревизия</th>
|
|
<th class="wdt-150">Дата обновления</th>
|
|
<th colspan="3" class="wdt-100">Действия</th>
|
|
<th class="wdt-120">Статус</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody></tbody>
|
|
</table>
|