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

Side by Side Diff: chrome/renderer/resources/neterror.html

Issue 4813001: Error text for "ERR_ADDRESS_UNREACHABLE". (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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/renderer/resources/error_no_details.html ('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 i18n-values="dir:textdirection"> 2 <html i18n-values="dir:textdirection">
3 <head> 3 <head>
4 <title i18n-content="title"> 4 <title i18n-content="title">
5 </title> 5 </title>
6 <style> 6 <style>
7 html { 7 html {
8 height: 100%; 8 height: 100%;
9 background-color: #999; 9 background-color: #999;
10 } 10 }
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 <div id="suggestions"> 89 <div id="suggestions">
90 <h2 i18n-content="suggestionsHeading"></h2> 90 <h2 i18n-content="suggestionsHeading"></h2>
91 <ul> 91 <ul>
92 <li jsselect="suggestionsReload"> 92 <li jsselect="suggestionsReload">
93 <span jsvalues=".innerHTML:msg"></span> 93 <span jsvalues=".innerHTML:msg"></span>
94 </li> 94 </li>
95 <li jsselect="suggestionsHomepage"> 95 <li jsselect="suggestionsHomepage">
96 <span jscontent="suggestionsHomepageMsg"></span> 96 <span jscontent="suggestionsHomepageMsg"></span>
97 <a jscontent="hostName" jsvalues="href:homePage"></a> 97 <a jscontent="hostName" jsvalues="href:homePage"></a>
98 </li> 98 </li>
99 <li jsselect="suggestionsFirewallConfig">
100 <span jsvalues=".innerHTML:msg"></span>
101 </li>
102 <li jsselect="suggestionsProxyConfig">
103 <span jsvalues=".innerHTML:msg"></span>
104 </li>
105 <li jsselect="suggestionsProxyDisable">
106 <span jsvalues=".innerHTML:msg"></span>
107 </li>
99 <li jsselect="suggestionsLearnMore"> 108 <li jsselect="suggestionsLearnMore">
100 <span jsvalues=".innerHTML:msg"></span> 109 <span jsvalues=".innerHTML:msg"></span>
101 </li> 110 </li>
102 </ul> 111 </ul>
103 </div> 112 </div>
104 113
105 <div id="errorDetails" i18n-content="details"></div> 114 <div id="errorDetails" i18n-content="details"></div>
106 </div> 115 </div>
107 </div> 116 </div>
108 </body> 117 </body>
109 </html> 118 </html>
OLDNEW
« no previous file with comments | « chrome/renderer/resources/error_no_details.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698