OLD | NEW |
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> |
OLD | NEW |