servermgrv2/app/Views/admin/hpilo/console_iframe.php
2023-07-17 21:09:49 +09:00

13 lines
814 B
PHP

<?= $this->extend('layouts/admin') ?>
<?= $this->section('content') ?>
<?= $this->include('templates/admin/header'); ?>
<iframe src="https://<?= $entity->getIP() ?>:<?= $entity->getPort() ?>/remote-console/?sessionkey=<?= $SessionKey ?>&referrer=/console.htm&launchfrom=/index.htm&locale=en-US&kbd=Windows" sandbox="allow-same-origin" target="_parent" width="100%" , height=768px>
<p>사용 중인 브라우저는 iframe을 지원하지 않습니다.</p>
</iframe>
<iframe src="https://<?= $entity->getIP() ?>:<?= $entity->getPort() ?>/irc.html" sandbox="allow-same-origin" target="_parent" width="100%" , height=768px>
<p>사용 중인 브라우저는 iframe을 지원하지 않습니다.</p>
</iframe>
<pre><?= $SessionKey ?></pre>
<?= $this->include('templates/admin/footer'); ?>
<?= $this->endSection() ?>