mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-07-27 02:59:47 +02:00
add remote building script support
This commit is contained in:
11
apps/views/default/index/testrq.ls
Normal file
11
apps/views/default/index/testrq.ls
Normal file
@ -0,0 +1,11 @@
|
||||
<?lua
|
||||
echo(JSON.encode(REQUEST))
|
||||
?>
|
||||
<form action="https://apps.localhost:9192/index/testrq" enctype="multipart/form-data" method="post">
|
||||
<input type="file" name="fileToUpload" id="fileToUpload"><br>
|
||||
First name:<br>
|
||||
<input type="text" name="firstname" value="Mickey"><br>
|
||||
Last name:<br>
|
||||
<input type="text" name="lastname" value="Mouse"><br><br>
|
||||
<input type="submit" value="Submit">
|
||||
</form>
|
7
apps/views/default/webVNC/index.ls
Normal file
7
apps/views/default/webVNC/index.ls
Normal file
@ -0,0 +1,7 @@
|
||||
<h1>VNC screen here</h1>
|
||||
<p><a id="connect" href="#">Connect</a><a id="stop" href="#">Disconnect</a></p>
|
||||
<p>
|
||||
<textarea id='clipboard'></textarea>
|
||||
<button id="btclipboard">Send</button>
|
||||
</p>
|
||||
<canvas id = "canvas" tabindex="1"></canvas>
|
@ -1,3 +0,0 @@
|
||||
<h1>VNC screen here</h1>
|
||||
<p><a id="connect" href="#">Connect</a><a id="stop" href="#">STOP</a></p>
|
||||
<canvas id = "canvas" tabindex="1"></canvas>
|
Reference in New Issue
Block a user