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

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

Issue 586783003: webui: change all <include/> to <include>. Same thing, less bits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert print_preview, axe some whitespace Created 6 years, 3 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 | « chrome/browser/resources/sync_internals/index.html ('k') | no next file » | 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 <!-- 3 <!--
4 Copyright 2013 The Chromium Authors. All rights reserved. 4 Copyright 2013 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be 5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file. 6 found in the LICENSE file.
7 --> 7 -->
8 <head> 8 <head>
9 <meta charset="utf-8"> 9 <meta charset="utf-8">
10 <title>Translate Internals</title> 10 <title>Translate Internals</title>
(...skipping 16 matching lines...) Expand all
27 <tabs> 27 <tabs>
28 <tab>Prefs</tab> 28 <tab>Prefs</tab>
29 <tab>Detection Logs</tab> 29 <tab>Detection Logs</tab>
30 <tab>Error Logs</tab> 30 <tab>Error Logs</tab>
31 <tab>Event Logs</tab> 31 <tab>Event Logs</tab>
32 </tabs> 32 </tabs>
33 <tabpanels> 33 <tabpanels>
34 34
35 <tabpanel id="tabpanel-prefs"> 35 <tabpanel id="tabpanel-prefs">
36 <div> 36 <div>
37 <include src="prefs.html"/> 37 <include src="prefs.html">
38 </div> 38 </div>
39 </tabpanel> 39 </tabpanel>
40 40
41 <tabpanel id="tabpanel-detection-logs"> 41 <tabpanel id="tabpanel-detection-logs">
42 <div> 42 <div>
43 <include src="detection_logs.html"/> 43 <include src="detection_logs.html">
44 </div> 44 </div>
45 </tabpanel> 45 </tabpanel>
46 46
47 <tabpanel id="tabpanel-error-logs"> 47 <tabpanel id="tabpanel-error-logs">
48 <div> 48 <div>
49 <include src="error_logs.html"/> 49 <include src="error_logs.html">
50 </div> 50 </div>
51 </tabpanel> 51 </tabpanel>
52 52
53 <tabpanel id="tabpanel-event-logs"> 53 <tabpanel id="tabpanel-event-logs">
54 <div> 54 <div>
55 <include src="event_logs.html"/> 55 <include src="event_logs.html">
56 </div> 56 </div>
57 </tabpanel> 57 </tabpanel>
58 58
59 </tabpanels> 59 </tabpanels>
60 </tabbox> 60 </tabbox>
61 61
62 <script src="chrome://resources/js/i18n_template2.js"></script> 62 <script src="chrome://resources/js/i18n_template2.js"></script>
63 </body> 63 </body>
64 64
65 </html> 65 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/sync_internals/index.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698