Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(335)

Side by Side Diff: chrome/browser/resources/safe_browsing/malware_block_v2.html

Issue 11962043: Move webui resources from chrome\browser\resources\shared to ui\webui\resources. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
OLDNEW
« no previous file with comments | « chrome/browser/resources/quota_internals/main.css ('k') | chrome/browser/resources/safe_browsing/malware_block_v2.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698