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

Side by Side Diff: chrome/browser/resources/safe_browsing_multiple_threat_block.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"> 2 <html id="template_root">
3 <head> 3 <head>
4 <title i18n-content="title"></title> 4 <title i18n-content="title"></title>
5 <style> 5 <style>
6 body { 6 body {
7 background-color:#500; 7 background-color:#500;
8 font-family:Helvetica,Arial,sans-serif; 8 font-family:Helvetica,Arial,sans-serif;
9 margin:0px; 9 margin:0px;
10 } 10 }
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 116
117 <body oncontextmenu="return false;"> 117 <body oncontextmenu="return false;">
118 <div class="background"> 118 <div class="background">
119 <img src="ssl_roadblock_background.png" width="100%" height="100%" 119 <img src="ssl_roadblock_background.png" width="100%" height="100%"
120 alt="background" onmousedown="return false;"> 120 alt="background" onmousedown="return false;">
121 </div> 121 </div>
122 <table width="100%" cellspacing="0" cellpadding="0"> 122 <table width="100%" cellspacing="0" cellpadding="0">
123 <td class="cell" valign="middle" align="center"> 123 <td class="cell" valign="middle" align="center">
124 <div class="box"> 124 <div class="box">
125 <div class="icon"> 125 <div class="icon">
126 <img src="shared/images/phishing_icon.png" alt="Malware Icon" 126 <img src="../../../ui/webui/resources/images/phishing_icon.png" alt="Mal ware Icon"
127 onmousedown="return false;"> 127 onmousedown="return false;">
128 </div> 128 </div>
129 <div class="title" i18n-content="headLine"></div> 129 <div class="title" i18n-content="headLine"></div>
130 <div class="main" i18n-values=".innerHTML:description1"></div> 130 <div class="main" i18n-values=".innerHTML:description1"></div>
131 <div class="main" i18n-content="description2"></div> 131 <div class="main" i18n-content="description2"></div>
132 <div class="main"> 132 <div class="main">
133 <table cellpadding="5" jsvalues="$counter:{value: 0}"> 133 <table cellpadding="5" jsvalues="$counter:{value: 0}">
134 <tr jsselect="errors" class="errorlist"> 134 <tr jsselect="errors" class="errorlist">
135 <td jscontent="typeLabel"></td> 135 <td jscontent="typeLabel"></td>
136 <td jscontent="url"></td> 136 <td jscontent="url"></td>
(...skipping 20 matching lines...) Expand all
157 onclick="proceed();"></button><br> 157 onclick="proceed();"></button><br>
158 <button name="back_button" i18n-content="back_button" 158 <button name="back_button" i18n-content="back_button"
159 onclick="takeMeBack()"></button> 159 onclick="takeMeBack()"></button>
160 </form> 160 </form>
161 </div> 161 </div>
162 </div> 162 </div>
163 </td> 163 </td>
164 </table> 164 </table>
165 </body> 165 </body>
166 </html> 166 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/safe_browsing/malware_block_v2.js ('k') | chrome/browser/resources/shared/css/alert_overlay.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698