not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.9 KiB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8"/>
  5. <title>Media Viewer Activity</title>
  6. <meta name="viewport"
  7. content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, viewport-fit=cover"/>
  8. <link rel="stylesheet" media="not screen and (device-width: 1200px) and (device-height: 900px)"
  9. href="lib/sugar-web/graphics/css/sugar-96dpi.css">
  10. <link rel="stylesheet" media="screen and (device-width: 1200px) and (device-height: 900px)"
  11. href="lib/sugar-web/graphics/css/sugar-200dpi.css">
  12. <link rel="stylesheet" href="css/activity.css">
  13. <script data-main="js/loader" src="lib/require.js"></script>
  14. </head>
  15. <body>
  16. <div id="main-toolbar" class="toolbar">
  17. <button class="toolbutton" id="activity-button" title="My Activity"></button>
  18. <button class="toolbutton pull-right" id="stop-button" title="Stop"></button>
  19. </div>
  20. <svg id="loading-svg" version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
  21. width="0" height="0"
  22. viewBox="0 0 40 40" enable-background="new 0 0 40 40" xml:space="preserve">
  23. <path opacity="0.2" fill="#000" d="M20.201,5.169c-8.254,0-14.946,6.692-14.946,14.946c0,8.255,6.692,14.946,14.946,14.946
  24. s14.946-6.691,14.946-14.946C35.146,11.861,28.455,5.169,20.201,5.169z M20.201,31.749c-6.425,0-11.634-5.208-11.634-11.634
  25. c0-6.425,5.209-11.634,11.634-11.634c6.425,0,11.633,5.209,11.633,11.634C31.834,26.541,26.626,31.749,20.201,31.749z"/>
  26. <path fill="#000" d="M26.013,10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0
  27. C22.32,8.481,24.301,9.057,26.013,10.047z">
  28. <animateTransform attributeType="xml"
  29. attributeName="transform"
  30. type="rotate"
  31. from="0 20 20"
  32. to="360 20 20"
  33. dur="1s"
  34. repeatCount="indefinite"/>
  35. </path>
  36. </svg>
  37. <div id="media" style="text-align: center;">
  38. </div>
  39. </body>
  40. </html>