mirror of
https://github.com/optim-enterprises-bv/control-pane.git
synced 2025-11-01 18:38:03 +00:00
29 lines
1.1 KiB
PHP
29 lines
1.1 KiB
PHP
<?php
|
|
$clonos->useDialogs(array(
|
|
'bases',
|
|
'bases-repo',
|
|
));
|
|
?>
|
|
<h1><translate id="315">FreeBSD bases:</translate></h1>
|
|
|
|
<p><span class="top-button icon-edit id:basescompile"><translate id="316">Build from source code</translate></span>
|
|
<span class="top-button icon-gift id:getrepo"><translate id="317">Fetch from repository</translate></span></p>
|
|
|
|
<table class="tsimple" id="baseslist" width="100%">
|
|
<thead>
|
|
<tr>
|
|
<th><translate id="219">Node name</translate></th>
|
|
<th><translate id="232">Name</translate></th>
|
|
<th class="wdt-80"><translate id="318">Platform</translate></th>
|
|
<th class="wdt-80"><translate id="319">Arch</translate></th>
|
|
<th class="wdt-80"><translate id="320">TargetArch</translate></th>
|
|
<th colspan="2" class="wdt-120"><translate id="321">Ver</translate></th>
|
|
<th class="wdt-80"><translate id="322">Elf</translate></th>
|
|
<th class="wdt-90"><translate id="223">Action</translate></th>
|
|
<th colspan="2" class="wdt-50"><translate id="223">Action</translate></th>
|
|
<th class="wdt-90"> </th>
|
|
</tr>
|
|
</thead>
|
|
<tbody></tbody>
|
|
</table>
|