mirror of
https://github.com/optim-enterprises-bv/control-pane.git
synced 2025-10-29 00:52:30 +00:00
19 lines
971 B
PHP
19 lines
971 B
PHP
<dialog id="vnc">
|
|
<div class="panel" style="text-align:right;">
|
|
<span onclick="clonos.dialogFullscreen(this);" style="font-size:130%;cursor:pointer;"
|
|
<span class="dialog-fullscreen"></span>
|
|
</span>
|
|
<span onclick="clonos.dialogClose();" style="font-size:150%;font-weight:bold;cursor:pointer;">
|
|
<span class="dialog-close"></span>
|
|
</span>
|
|
</div>
|
|
<div class="vnc-wait">
|
|
<div class="outer">
|
|
<div class="inner">
|
|
<span class="icon-spin5 animate-spin"></span>Please, wait for initialize Virtual Machine
|
|
<br /><small style="display: block;font-size: small;margin-top: 20px;">Нужно найти куда воткнуть событие, что машина инициализирована и вызвать мою функцию, которая закроет перектывающий фон.</small>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<iframe src="about:blank" id="vnc-iframe" border="0" width="1026" height="802"></iframe>
|
|
</dialog> |