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

Side by Side Diff: components/neterror/resources/neterror.html

Issue 1668963002: Componentize IDR_NET_ERROR_HTML for sharing it with iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase & remove jar@chromium.org from components/resources/OWNERS Created 4 years, 10 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
« no previous file with comments | « components/neterror/resources/neterror.css ('k') | components/neterror/resources/neterror.js » ('j') | 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 i18n-values="dir:textdirection;lang:language"> 2 <html i18n-values="dir:textdirection;lang:language">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0, 5 <meta name="viewport" content="width=device-width, initial-scale=1.0,
6 maximum-scale=1.0, user-scalable=no"> 6 maximum-scale=1.0, user-scalable=no">
7 <title i18n-content="title"></title> 7 <title i18n-content="title"></title>
8 <link rel="stylesheet" href="../../../components/security_interstitials/core/b rowser/resources/interstitial_v2.css"> 8 <link rel="stylesheet" href="../../security_interstitials/core/browser/resourc es/interstitial_v2.css">
9 <link rel="stylesheet" href="neterror.css"> 9 <link rel="stylesheet" href="neterror.css">
10 <script src="../../../components/security_interstitials/core/browser/resources /interstitial_v2_mobile.js"></script> 10 <script src="../../security_interstitials/core/browser/resources/interstitial_ v2_mobile.js"></script>
11 <script src="neterror.js"></script> 11 <script src="neterror.js"></script>
12 <script src="offline.js"></script> 12 <script src="offline.js"></script>
13 </head> 13 </head>
14 <body id="t" i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize" > 14 <body id="t" i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize" >
15 <div id="main-frame-error" class="interstitial-wrapper"> 15 <div id="main-frame-error" class="interstitial-wrapper">
16 <div id="main-content"> 16 <div id="main-content">
17 <div class="icon" 17 <div class="icon"
18 jseval="updateIconClass(this.classList, iconClass)"></div> 18 jseval="updateIconClass(this.classList, iconClass)"></div>
19 <div id="main-message"> 19 <div id="main-message">
20 <h1 jsselect="heading" jsvalues=".innerHTML:msg"></h1> 20 <h1 jsselect="heading" jsvalues=".innerHTML:msg"></h1>
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 <img id="offline-resources-1x" src="default_100_percent/offline/100-offline- sprite.png"> 91 <img id="offline-resources-1x" src="default_100_percent/offline/100-offline- sprite.png">
92 <img id="offline-resources-2x" src="default_200_percent/offline/200-offline- sprite.png"> 92 <img id="offline-resources-2x" src="default_200_percent/offline/200-offline- sprite.png">
93 <template id="audio-resources"> 93 <template id="audio-resources">
94 <audio id="offline-sound-press" src="sounds/button-press.mp3"></audio> 94 <audio id="offline-sound-press" src="sounds/button-press.mp3"></audio>
95 <audio id="offline-sound-hit" src="sounds/hit.mp3"></audio> 95 <audio id="offline-sound-hit" src="sounds/hit.mp3"></audio>
96 <audio id="offline-sound-reached" src="sounds/score-reached.mp3"></audio> 96 <audio id="offline-sound-reached" src="sounds/score-reached.mp3"></audio>
97 </template> 97 </template>
98 </div> 98 </div>
99 </body> 99 </body>
100 </html> 100 </html>
OLDNEW
« no previous file with comments | « components/neterror/resources/neterror.css ('k') | components/neterror/resources/neterror.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698