| 1234567891011121314151617181920212223242526272829303132333435 |
- <!DOCTYPE html>
- <html>
- <head>
- <link rel="stylesheet" href="popup.css" />
- <meta charset="utf-8" />
- <title>CR Unblocker plugin popup</title>
- <style>
- .body{background-color: #f2f2f2;}
- .main-bg {background-color:#757575;}
- .frame{height: 70px; width: 770px}
- </style>
- </head>
- <body>
- <center>
-
- <div id="frame2" class="frame" >
-
- <button type="button" class='btn_class' id='btn_enable_funimation_select'>Select Episodes</button>
- <button type="button" class='btn_class' id='btn_add_funimation'>Add this Funimation Episode</button>
-
-
- <button type="button" class='btn_class' id='btn_add'>Add this Crunchyroll Episode</button>
- <button type="button" class='btn_class' id='btn_add_mass'>Add selected Episodes</button>
- <button type="button" class='btn_class' id='btn_enable_select'>Select Episodes</button>
- <button type="button" class='btn_class' id='btn_select_all'>Select All</button>
- <button type="button" class='btn_class' id='btn_select_none'>Deselect All</button>
-
- </div>
- <iframe src="http://127.0.0.1" id="CRD-Webserver" width="760px" height="320px" frameborder="0"></iframe>
- </center>
- <script type="text/javascript" src="popup.js"></script>
- </body>
- </html>
|