installation.html 1010 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>Bla bla blarg<br />Cannot be empty.</p>
  22. <br />
  23. <label>Popup title:</label><input id="popuptitle" type="text"/>
  24. <div class="spacer">&nbsp;</div>
  25. <input id="btnEnableDaemon" type="button" style="font-size: 18px;" />
  26. <input id="btnDisableDaemon" type="button" style="font-size: 18px;" />
  27. <br>
  28. <input id="btnRef" type="button" style="font-size: 18px;" />
  29. <br>
  30. <input id="textIP" type="text" style="font-size: 18px;" />
  31. <input id="textPort" type="text" style="font-size: 18px;" />
  32. <br>
  33. <label id="lblStatus" style="width: 400px;height: 200px;vertical-align: top"></label>
  34. <br>
  35. <label id="lblDaemonStatus" style="width: 200px">Status of daemon</label>
  36. </form>
  37. </body>
  38. </html>