19 lines
1.4 KiB
HTML
19 lines
1.4 KiB
HTML
<!-- $Id: about.html 595 2015-04-17 09:50:36Z imoore76 $ -->
|
|
<div style='text-align: center'>
|
|
<h3 align='center' id='vboxAboutHeader'>phpVirtualBox X -/- VirtualBox X compatible</h3>
|
|
<p style='text-align: center'><a target='_blank' href='https://github.com/phpvirtualbox/phpvirtualbox/'>https://github.com/phpvirtualbox/phpvirtualbox</a></p>
|
|
<p style='text-align: center'>
|
|
phpVirtualBox is from 2017 maintained by Smart Guide Pty Ltd (tudor at smartguide dot com dot au)
|
|
with support from various <a target='_blank' href='https://github.com/phpvirtualbox/phpvirtualbox/graphs/contributors/'>contributors</a>
|
|
</p>
|
|
<p style='text-align: center'>
|
|
Originally Copyright (C) 2015 Ian Moore (imoore76 at yahoo dot com) - <a href='LICENSE.txt' target='_new'>LICENSE</a>
|
|
</p>
|
|
<div style='margin-top: 10px; border-top: 1px solid #000;' id='vboxAboutVbox'><p>VirtualBox</p>
|
|
<script type='text/javascript'>
|
|
$('#vboxAboutHeader').html('phpVirtualBox '+$('#vboxPane').data('vboxConfig').phpvboxver+' -/- VirtualBox '+$('#vboxPane').data('vboxConfig').phpvboxver.substring(0,$('#vboxPane').data('vboxConfig').phpvboxver.indexOf('-'))+'.x compatible');
|
|
$('#vboxAboutVbox').html('Virtual Box '+$('#vboxPane').data('vboxConfig').version.string+' ('+$('#vboxPane').data('vboxConfig').version.revision+')<br />' + $('#vboxPane').data('vboxConfig').version.settingsFilePath);
|
|
</script>
|
|
</div>
|
|
</div>
|