cloud-ui.html 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <!-- ***************************************************************************
  6. ηMatrix - a browser extension to black/white list requests.
  7. Copyright (C) 2019-2020 Alessio Vanni
  8. Modified 2022 by Jesus E.
  9. This program is free software: you can redistribute it and/or modify
  10. it under the terms of the GNU General Public License as published by
  11. the Free Software Foundation, either version 3 of the License, or
  12. (at your option) any later version.
  13. This program is distributed in the hope that it will be useful,
  14. but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. GNU General Public License for more details.
  17. You should have received a copy of the GNU General Public License
  18. along with this program. If not, see {http://www.gnu.org/licenses/}.
  19. Home: https://c.hgit.ga/software/ematrix.git
  20. uMatrix Home: https://github.com/gorhill/uMatrix
  21. -->
  22. <title></title>
  23. </head>
  24. <body>
  25. <button id="cloudPush" type="button" title="cloudPush"></button>
  26. <span data-i18n="cloudNoData"></span>
  27. <button id="cloudPull" type="button" title="cloudPull" disabled></button>
  28. <button id="cloudPullAndMerge" type="button" title="cloudPullAndMerge" disabled></button>
  29. <p id="cloudError"><span></span></p>
  30. <span id="cloudCog" class="fa">&#xf013;</span>
  31. <div id="cloudOptions">
  32. <div>
  33. <p><label data-i18n="cloudDeviceNamePrompt"></label><input id="cloudDeviceName" type="text" value=""></p>
  34. <p><button id="cloudOptionsSubmit" type="button" data-i18n="genericSubmit"></button></p>
  35. </div>
  36. </div>
  37. </body>
  38. </html>