mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
changed visual form
This commit is contained in:
parent
9eb72fca7a
commit
437dc048bd
@ -20,10 +20,14 @@ function vnc_view() {
|
|||||||
|
|
||||||
$display = get_parameter("display", 0);
|
$display = get_parameter("display", 0);
|
||||||
echo "<form method=post>";
|
echo "<form method=post>";
|
||||||
echo __("VNC Display (:0 by default)");
|
echo "<table class=databox width=500>";
|
||||||
|
echo "<tr><td>";
|
||||||
|
echo __("VNC Display (:0 by default)") . " ";
|
||||||
echo "<input type=text name=display value=$display>";
|
echo "<input type=text name=display value=$display>";
|
||||||
echo "<input type=submit value='".__("Send")."'>";
|
echo "</td><td>";
|
||||||
echo "</form>";
|
echo "<input type=submit class='sub next' value='".__("Send")."'>";
|
||||||
|
echo "</td>";
|
||||||
|
echo "</tr></table>";
|
||||||
$port = 5800 + $display;
|
$port = 5800 + $display;
|
||||||
echo "<iframe src='http://$ipAgent:$port' width='100%' height=600>";
|
echo "<iframe src='http://$ipAgent:$port' width='100%' height=600>";
|
||||||
echo "</iframe>";
|
echo "</iframe>";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user