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

Side by Side Diff: chrome/browser/resources/chromeos/diagnostics/main.html

Issue 10825291: Diagnostics UI: more UI implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase @ 151975. Created 8 years, 4 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
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>diagnostics</title> 4 <title i18n-content="diagnostics"></title>
5 <meta charset="utf-8"> 5 <meta charset="utf-8">
6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> 6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
7 <link rel="stylesheet" href="main.css"> 7 <link rel="stylesheet" href="main.css">
8 <script src="chrome://resources/js/cr.js"></script>
9 <script src="chrome://resources/js/local_strings.js"></script>
8 <script src="chrome://resources/js/util.js"></script> 10 <script src="chrome://resources/js/util.js"></script>
11 <script src="chrome://diagnostics/strings.js"></script>
9 <script src="chrome://diagnostics/main.js"></script> 12 <script src="chrome://diagnostics/main.js"></script>
10 </head> 13 </head>
11 <body> 14 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
12 <div class="navigation"> 15 <div class="navigation">
13 <h1>Diagnostics</h1> 16 <h1 i18n-content="diagnostics"></h1>
14 <ul> 17 <ul>
15 <li class="selected">Connectivity</li> 18 <li class="selected" i18n-content="connectivity"></li>
16 </ul> 19 </ul>
17 </div> 20 </div>
18 <div class="page"> 21 <div class="page">
19 <header> 22 <header>
20 <h1>Connectivity</h1> 23 <h1 i18n-content="connectivity"></h1>
21 </header> 24 </header>
22 <div id='connectivity-status'></div> 25 <div id="loading" i18n-content="loading"></div>
26 <div id="adapter-selection"></div>
27 <div id="connectivity-status"></div>
23 </div> 28 </div>
24 </body> 29 </body>
30 <script src="chrome://resources/js/i18n_template.js"></script>
31 <script src="chrome://resources/js/i18n_process.js"></script>
25 </html> 32 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/diagnostics/main.css ('k') | chrome/browser/resources/chromeos/diagnostics/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698