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

Side by Side Diff: chrome/browser/resources/chromeos/about_sys.html

Issue 27028007: Fix a few HTML syntax errors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 | « no previous file | chrome/browser/resources/net_internals/cros_log_analyzer_view.html » ('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;"><head> 2 <html i18n-values="dir:textdirection;"><head>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4 <title i18n-content="title"></title> 4 <title i18n-content="title"></title>
5 <link rel="stylesheet" href="about_sys.css"> 5 <link rel="stylesheet" href="about_sys.css">
6 <script src="chrome://resources/js/util.js"></script> 6 <script src="chrome://resources/js/util.js"></script>
7 <script src="chrome://resources/js/local_strings.js"></script> 7 <script src="chrome://resources/js/local_strings.js"></script>
8 <script src="about_sys.js"></script> 8 <script src="about_sys.js"></script>
9 </head> 9 </head>
10 <body id="t"> 10 <body id="t">
11 <div id="header"> 11 <div id="header">
12 <h1 i18n-content="title"></h1> 12 <h1 i18n-content="title"></h1>
13 <p i18n-content="description"></p> 13 <p i18n-content="description"></p>
14 </div> 14 </div>
15 <div id="content"> 15 <div id="content">
16 <h2 id="tableTitle" i18n-content="tableTitle"></h2> 16 <h2 id="tableTitle" i18n-content="tableTitle"></h2>
17 <div id="anchor" jscontent="anchor"></div> 17 <div id="anchor" jscontent="anchor"></div>
18 <button id="expandAll" class="global-button" i18n-content="expandAllBtn"> 18 <button id="expandAll" class="global-button" i18n-content="expandAllBtn">
19 </button> 19 </button>
20 <button id="collapseAll" class="global-button" 20 <button id="collapseAll" class="global-button"
21 i18n-content="collapseAllBtn"></button> 21 i18n-content="collapseAllBtn"></button>
22 <p id="status"></p> 22 <p id="status"></p>
23 <table class="list" id="details"> 23 <table class="list" id="details">
24 <tr jsselect="details"> 24 <tr jsselect="details">
25 <td class="name"<div 25 <td class="name"><div jscontent="statName"></div></td>
26 jscontent="statName"></div></td>
27 <td class="button-cell"><button jsvalues="id:statName + '-value-btn'" 26 <td class="button-cell"><button jsvalues="id:statName + '-value-btn'"
28 class="expand-status"></button></td> 27 class="expand-status"></button></td>
29 <td class="number"><div class="stat-value" jscontent="statValue" 28 <td class="number"><div class="stat-value" jscontent="statValue"
30 jsvalues="id:statName + '-value'"></div></td> 29 jsvalues="id:statName + '-value'"></div></td>
31 </tr> 30 </tr>
32 </table> 31 </table>
33 </div> 32 </div>
34 </body> 33 </body>
35 </html> 34 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/cros_log_analyzer_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698