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

Side by Side Diff: chrome/browser/resources/privacy_blacklist_block.html

Issue 252001: Privacy Blacklist Unblock... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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
« no previous file with comments | « chrome/browser/renderer_host/resource_dispatcher_host.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html id="template_root" i18n-values="dir:textdirection"> 2 <html id="template_root" i18n-values="dir:textdirection">
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 font-family:arial; 7 font-family:arial;
8 background-color:#FFCC00; 8 background-color:#FFCC00;
9 margin:0px; 9 margin:0px;
10 } 10 }
(...skipping 17 matching lines...) Expand all
28 } 28 }
29 </style> 29 </style>
30 </head> 30 </head>
31 <body> 31 <body>
32 <table width="100%" cellspacing="0" cellpadding="0"> 32 <table width="100%" cellspacing="0" cellpadding="0">
33 <td class="cell" valign="middle" align="center"> 33 <td class="cell" valign="middle" align="center">
34 <div class="box"> 34 <div class="box">
35 <div class="icon"><img src="phishing_icon.png" alt="Blocked Element Icon"/>< /div> 35 <div class="icon"><img src="phishing_icon.png" alt="Blocked Element Icon"/>< /div>
36 <p i18n-content="message"></p> 36 <p i18n-content="message"></p>
37 <ul style="list-style-type: none"> 37 <ul style="list-style-type: none">
38 <li><a i18n-values="href: url" i18n-content="name" target="_top"></a></li> 38 <li><a i18n-values="href: url" i18n-content="name" target="_blank"></a></l i>
39 </ul> 39 </ul>
40 <p><a href="about:blank" i18n-content="unblock"></a></p> 40 <p><a i18n-values="href: bypass" i18n-content="unblock"></a></p>
41 </div> 41 </div>
42 </td> 42 </td>
43 </table> 43 </table>
44 </body> 44 </body>
45 </html> 45 </html>
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/resource_dispatcher_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698