Files
control-pane/public/pages/sources/ru.index.php
olevole 3f5ef1f405 wip
2017-01-25 22:40:02 +03:00

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>