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

Side by Side Diff: chrome/browser/resources/about_nacl.html

Issue 11746012: [webui] whittle down a few more uses of old-style templateData (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move include Created 7 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <head> 3 <head>
4 <link rel="stylesheet" href="chrome://nacl/about_nacl.css"> 4 <link rel="stylesheet" href="chrome://nacl/about_nacl.css">
5 </head> 5 </head>
6 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> 6 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
7 <div id="loading-message" i18n-content="loadingMessage"></div> 7 <div id="loading-message" i18n-content="loadingMessage"></div>
8 <div id="body-container" hidden> 8 <div id="body-container" hidden>
9 <div id="header"> 9 <div id="header">
10 <h1 i18n-content="naclLongTitle"></h1> 10 <h1 i18n-content="naclLongTitle"></h1>
11 </div> 11 </div>
12 <div id="naclInfoTemplate"> 12 <div id="naclInfoTemplate">
13 <span jsselect="naclInfo"> 13 <span jsselect="naclInfo">
14 <span jscontent="key" class="key"></span> 14 <span jscontent="key" class="key"></span>
15 <span jscontent="value" class="value"></span> 15 <span jscontent="value" class="value"></span>
16 <br> 16 <br>
17 </span> 17 </span>
18 </div> 18 </div>
19 </div> 19 </div>
20 <script src="chrome://resources/js/load_time_data.js"></script>
20 <script src="chrome://nacl/about_nacl.js"></script> 21 <script src="chrome://nacl/about_nacl.js"></script>
21 <script src="chrome://nacl/strings.js"></script> 22 <script src="chrome://nacl/strings.js"></script>
22 <script src="chrome://resources/js/i18n_template.js"></script> 23 <script src="chrome://resources/js/i18n_template2.js"></script>
23 <script src="chrome://resources/js/i18n_process.js"></script>
24 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 24 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
25 <script src="chrome://resources/js/util.js"></script> 25 <script src="chrome://resources/js/util.js"></script>
26 </body> 26 </body>
27 </html> 27 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/about_memory_mac.html ('k') | chrome/browser/resources/certificate_viewer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698