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

Side by Side Diff: chrome/browser/resources/policy.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
« no previous file with comments | « chrome/browser/resources/flags_warning.html ('k') | chrome/browser/resources/policy.js » ('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"> 2 <html i18n-values="dir:textdirection">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title i18n-content="policyTitle"></title> 5 <title i18n-content="policyTitle"></title>
6 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> 6 <link rel="stylesheet" href="chrome://resources/css/widgets.css">
7 <link rel="stylesheet" href="policy.css"> 7 <link rel="stylesheet" href="policy.css">
8 <script src="chrome://resources/js/load_time_data.js"></script>
8 <script src="chrome://policy/strings.js"></script> 9 <script src="chrome://policy/strings.js"></script>
9 <script src="chrome://resources/js/cr.js"></script> 10 <script src="chrome://resources/js/cr.js"></script>
10 <script src="chrome://resources/js/cr/ui.js"></script> 11 <script src="chrome://resources/js/cr/ui.js"></script>
11 <script src="chrome://resources/js/i18n_template.js"></script>
12 <script src="chrome://resources/js/i18n_process.js"></script>
13 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 12 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
14 <script src="chrome://resources/js/util.js"></script> 13 <script src="chrome://resources/js/util.js"></script>
15 <script src="policy.js"></script> 14 <script src="policy.js"></script>
16 </head> 15 </head>
17 <body i18n-values=".style.fontFamily:fontfamily; .style.fontSize:fontsize"> 16 <body i18n-values=".style.fontFamily:fontfamily; .style.fontSize:fontsize">
18 <h1 id="about-policy-title" i18n-content="policyTitle"></h1> 17 <h1 id="about-policy-title" i18n-content="policyTitle"></h1>
19 <div id="fetch-policies"> 18 <div id="fetch-policies">
20 <button id="fetch-policies-button" i18n-content="fetchPoliciesText"> 19 <button id="fetch-policies-button" i18n-content="fetchPoliciesText">
21 </button> 20 </button>
22 </div> 21 </div>
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 i18n-content="hideText" hidden></button> 145 i18n-content="hideText" hidden></button>
147 </div> 146 </div>
148 </td> 147 </td>
149 </tr> 148 </tr>
150 </table> 149 </table>
151 </div> 150 </div>
152 </div> 151 </div>
153 </section> 152 </section>
154 </div> 153 </div>
155 </div> 154 </div>
155 <script src="chrome://resources/js/i18n_template2.js"></script>
156 </body> 156 </body>
157 </html> 157 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/flags_warning.html ('k') | chrome/browser/resources/policy.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698