installation.html 987 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Fexto Axis</title>
  5. <style>
  6. label {
  7. display: inline-block;
  8. width: 100px;
  9. height: 28px;
  10. }
  11. input {
  12. display: inline-block;
  13. width: 200px;
  14. height: 28px;
  15. }
  16. </style>
  17. </head>
  18. <body>
  19. <h1>Festo Axis</h1>
  20. <form>
  21. <p>Fest Achse Config</p>
  22. <br />
  23. <label for="textIP">Daemon IP</label>
  24. <input id="textIP" type="text" style="font-size: 18px;" /><br/>
  25. <label for="textIP">Daemon Port</label>
  26. <input id="textPort" type="text" style="font-size: 18px;" /><br/>
  27. <input id="btnReady" type="button" style="font-size: 18px;" />
  28. <input id="btnEnableDaemon" type="button" style="font-size: 18px;" />
  29. <input id="btnDisableDaemon" type="button" style="font-size: 18px;" />
  30. <br>
  31. <label id="lblStatus" style="width: 400px;height: 200px;vertical-align: top"></label>
  32. <label id="lblDaemonStatus" style="width: 200px">Status of daemon</label>
  33. <br>
  34. </form>
  35. </body>
  36. </html>