mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +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);
|
||||
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=submit value='".__("Send")."'>";
|
||||
echo "</form>";
|
||||
echo "</td><td>";
|
||||
echo "<input type=submit class='sub next' value='".__("Send")."'>";
|
||||
echo "</td>";
|
||||
echo "</tr></table>";
|
||||
$port = 5800 + $display;
|
||||
echo "<iframe src='http://$ipAgent:$port' width='100%' height=600>";
|
||||
echo "</iframe>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user