mirror of
https://github.com/optim-enterprises-bv/control-pane.git
synced 2025-10-29 17:12:20 +00:00
19 lines
897 B
PHP
19 lines
897 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><translate id="129">Please, wait for initialize Virtual Machine</translate>
|
|
<br /><small style="display: block;font-size: small;margin-top: 20px;"><translate id="130">You can click here, or wait</translate>: <span id="vnc-countdown"><translate id="131">some time</translate></span></small>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<iframe src="about:blank" id="vnc-iframe" border="0" width="1026" height="802"></iframe>
|
|
</dialog> |