| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html id="template-root" class="loading" i18n-values="dir:textdirection"> | 2 <html id="template-root" class="loading" i18n-values="dir:textdirection"> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <meta name="viewport" | 5 <meta name="viewport" |
| 6 content="width=device-width, initial-scale=1, maximum-scale=1"> | 6 content="width=device-width, initial-scale=1, maximum-scale=1"> |
| 7 <title i18n-content="title"></title> | 7 <title i18n-content="title"></title> |
| 8 <link rel="stylesheet" href="malware_block_v2.css"> | 8 <link rel="stylesheet" href="malware_block_v2.css"> |
| 9 <script src="../shared/js/util.js"></script> | 9 <script src="../../../../ui/webui/resources/js/util.js"></script> |
| 10 <script src="malware_block_v2.js"></script> | 10 <script src="malware_block_v2.js"></script> |
| 11 </head> | 11 </head> |
| 12 <body i18n-values=".style.fontFamily:fontfamily"> | 12 <body i18n-values=".style.fontFamily:fontfamily"> |
| 13 <div class="box"> | 13 <div class="box"> |
| 14 <div> | 14 <div> |
| 15 <img id="logo" alt=""> | 15 <img id="logo" alt=""> |
| 16 </div> | 16 </div> |
| 17 | 17 |
| 18 <img id="malware-icon" class="float icon" | 18 <img id="malware-icon" class="float icon" |
| 19 jsdisplay="!isPhishing && isMainFrame" | 19 jsdisplay="!isPhishing && isMainFrame" |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 <input id="check-report" type="checkbox" | 62 <input id="check-report" type="checkbox" |
| 63 jsvalues=".checked:boxchecked"> | 63 jsvalues=".checked:boxchecked"> |
| 64 <span i18n-values=".innerHTML:confirm_text"></span> | 64 <span i18n-values=".innerHTML:confirm_text"></span> |
| 65 </label> | 65 </label> |
| 66 </div> | 66 </div> |
| 67 </footer> | 67 </footer> |
| 68 </div> | 68 </div> |
| 69 </body> | 69 </body> |
| 70 </html> | 70 </html> |
| 71 | 71 |
| OLD | NEW |