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

Side by Side Diff: chrome/browser/resources/managed_mode_block_interstitial.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 i18n-values="dir:textdirection"> 2 <html i18n-values="dir:textdirection">
3 <head> 3 <head>
4 <title i18n-content="blockPageTitle"></title> 4 <title i18n-content="blockPageTitle"></title>
5 <link rel="stylesheet" href="shared/css/chrome_shared.css"> 5 <link rel="stylesheet" href="../../../ui/webui/resources/css/chrome_shared.css ">
6 <link rel="stylesheet" href="shared/css/widgets.css"> 6 <link rel="stylesheet" href="../../../ui/webui/resources/css/widgets.css">
7 <link rel="stylesheet" href="managed_mode_block_interstitial.css"> 7 <link rel="stylesheet" href="managed_mode_block_interstitial.css">
8 <script src="shared/js/load_time_data.js"></script> 8 <script src="../../../ui/webui/resources/js/load_time_data.js"></script>
9 <script src="shared/js/util.js"></script> 9 <script src="../../../ui/webui/resources/js/util.js"></script>
10 <script src="managed_mode_block_interstitial.js"></script> 10 <script src="managed_mode_block_interstitial.js"></script>
11 </head> 11 </head>
12 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> 12 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
13 <img id="robot" src="robot.png"> 13 <img id="robot" src="robot.png">
14 <div id="block-page-title"> 14 <div id="block-page-title">
15 <span id="block-page-message" i18n-content="blockPageMessage"></span> 15 <span id="block-page-message" i18n-content="blockPageMessage"></span>
16 <span id="block-page-url" i18n-content="blockedUrl"></span> 16 <span id="block-page-url" i18n-content="blockedUrl"></span>
17 </div> 17 </div>
18 <div id="actions"> 18 <div id="actions">
19 <button id="back-button" i18n-content="backButton"></button> 19 <button id="back-button" i18n-content="backButton"></button>
20 <button id="content-packs-section-button" 20 <button id="content-packs-section-button"
21 i18n-content="contentPacksSectionButton"></button> 21 i18n-content="contentPacksSectionButton"></button>
22 </div> 22 </div>
23 <div id="footer-message"> 23 <div id="footer-message">
24 <span id="bypass-block-message" i18n-content="bypassBlockMessage"></span> 24 <span id="bypass-block-message" i18n-content="bypassBlockMessage"></span>
25 <button id="bypass-block-button" i18n-content="bypassBlockButton"></button> 25 <button id="bypass-block-button" i18n-content="bypassBlockButton"></button>
26 </div> 26 </div>
27 </body> 27 </body>
28 </html> 28 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/incognito_tab.html ('k') | chrome/browser/resources/media_internals/disjoint_range_set_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698