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

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

Issue 2897015: Clean up browser_resources.grd:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 5 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/sync/resources/gear.png ('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 body { 7 body {
8 background-color: #fff; 8 background-color: #fff;
9 color: #000; 9 color: #000;
10 font-family: Helvetica, Arial, sans-serif; 10 font-family: Helvetica, Arial, sans-serif;
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 <a jscontent="hostName" jsvalues="href:homePage"></a> 107 <a jscontent="hostName" jsvalues="href:homePage"></a>
108 </li> 108 </li>
109 <li jsselect="suggestionsLearnMore"> 109 <li jsselect="suggestionsLearnMore">
110 <span jsvalues=".innerHTML:msg"></span> 110 <span jsvalues=".innerHTML:msg"></span>
111 </li> 111 </li>
112 </ul> 112 </ul>
113 </div> 113 </div>
114 114
115 <div id="errorDetails" class="hide-details"> 115 <div id="errorDetails" class="hide-details">
116 <a href="javascript:void(0);" style="text-decoration:none" onclick="toggleDiv() "> 116 <a href="javascript:void(0);" style="text-decoration:none" onclick="toggleDiv() ">
117 <img id="plus" src="../../browser/resources/plus.png"> 117 <img id="plus" src="../../browser/resources/shared/images/plus.png">
118 <img id="minus" src="../../browser/resources/minus.png"> 118 <img id="minus" src="../../browser/resources/shared/images/minus.png">
119 <span id="errorExpander" i18n-content="detailsLink" style="text-decoration:und erline"></span> 119 <span id="errorExpander" i18n-content="detailsLink" style="text-decoration:und erline"></span>
120 </a> 120 </a>
121 <div id="zipInfo"> 121 <div id="zipInfo">
122 <p i18n-content="detailsHeading"></p> 122 <p i18n-content="detailsHeading"></p>
123 <div id="details" i18n-content="details"></div> 123 <div id="details" i18n-content="details"></div>
124 </div> 124 </div>
125 </div> 125 </div>
126 </body> 126 </body>
127 </html> 127 </html>
OLDNEW
« no previous file with comments | « chrome/browser/sync/resources/gear.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698