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

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

Issue 2653123003: Revert of [i18n] chromeos first run, i18n-content to $i18n{} (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | chrome/browser/resources/chromeos/first_run/app_list_step.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;.style.fontFamily:fontfamily;lang:language" > 2 <html i18n-values="dir:textdirection;.style.fontFamily:fontfamily;lang:language" >
3 <head> 3 <head>
4 <meta charset=utf-8> 4 <meta charset=utf-8>
5 <title></title> 5 <title></title>
6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> 6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
7 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> 7 <link rel="stylesheet" href="chrome://resources/css/widgets.css">
8 <link rel="stylesheet" href="chrome://resources/css/apps/common.css"> 8 <link rel="stylesheet" href="chrome://resources/css/apps/common.css">
9 <link rel="stylesheet" href="chrome://resources/css/apps/topbutton_bar.css"> 9 <link rel="stylesheet" href="chrome://resources/css/apps/topbutton_bar.css">
10 <link rel="stylesheet" href="../step.css"> 10 <link rel="stylesheet" href="../step.css">
11 <link rel="stylesheet" href="../preload.css"> 11 <link rel="stylesheet" href="../preload.css">
12 <link rel="stylesheet" href="style.css"> 12 <link rel="stylesheet" href="style.css">
13 <script src="chrome://resources/js/load_time_data.js"></script> 13 <script src="chrome://resources/js/load_time_data.js"></script>
14 <script src="chrome://resources/js/util.js"></script> 14 <script src="chrome://resources/js/util.js"></script>
15 <script src="chrome://resources/js/i18n_template_no_process.js"></script> 15 <script src="chrome://resources/js/i18n_template_no_process.js"></script>
16 <script src="main.js"></script> 16 <script src="main.js"></script>
17 </head> 17 </head>
18 <body> 18 <body>
19 <div id="greeting" class="step dialog"> 19 <div id="greeting" class="step dialog">
20 <div class="window-header"> 20 <div class="window-header">
21 <div class="topbutton-bar"> 21 <div class="topbutton-bar">
22 <div class="topbutton-wrapper"> 22 <div class="topbutton-wrapper">
23 <button class="custom-appearance close-button" 23 <button class="custom-appearance close-button"
24 i18n-values="aria-label:closeButton" tabindex="1"> 24 i18n-values="aria-label:closeButton" tabindex="1">
25 </button> 25 </button>
26 </div> 26 </div>
27 </div> 27 </div>
28 </div> 28 </div>
29 <h1>$i18n{greetingHeader}</h1> 29 <h1 i18n-content="greetingHeader"></h1>
30 <p> 30 <p>
31 <span>$i18n{greetingText1}</span><br> 31 <span i18n-content="greetingText1"></span><br>
32 <span>$i18n{greetingText2}</span> 32 <span i18n-content="greetingText2"></span>
33 </p> 33 </p>
34 <div class="controls"> 34 <div class="controls">
35 <button class="next-button custom-appearance blue-button" tabindex="0"> 35 <button i18n-content="greetingButton"
36 $i18n{greetingButton} 36 class="next-button custom-appearance blue-button" tabindex="0">
37 </button> 37 </button>
38 </div> 38 </div>
39 <include src="greeting_image_[GREETING_IMAGE].html"> 39 <include src="greeting_image_[GREETING_IMAGE].html">
40 </div> 40 </div>
41 </body> 41 </body>
42 </html> 42 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/first_run/app_list_step.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698