popup.html 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <link rel="stylesheet" href="popup.css" />
  5. <meta charset="utf-8" />
  6. <title>CR Unblocker plugin popup</title>
  7. <style>
  8. .body{background-color: #f2f2f2;}
  9. .main-bg {background-color:#757575;}
  10. .frame{height: 70px; width: 770px}
  11. </style>
  12. </head>
  13. <body>
  14. <center>
  15. <div id="frame2" class="frame" >
  16. <button type="button" class='btn_class' id='btn_enable_funimation_select'>Select Episodes</button>
  17. <button type="button" class='btn_class' id='btn_add_funimation'>Add this Funimation Episode</button>
  18. <button type="button" class='btn_class' id='btn_add'>Add this Crunchyroll Episode</button>
  19. <button type="button" class='btn_class' id='btn_add_mass'>Add selected Episodes</button>
  20. <button type="button" class='btn_class' id='btn_enable_select'>Select Episodes</button>
  21. <button type="button" class='btn_class' id='btn_select_all'>Select All</button>
  22. <button type="button" class='btn_class' id='btn_select_none'>Deselect All</button>
  23. </div>
  24. <iframe src="http://127.0.0.1" id="CRD-Webserver" width="760px" height="320px" frameborder="0"></iframe>
  25. </center>
  26. <script type="text/javascript" src="popup.js"></script>
  27. </body>
  28. </html>