OLD | NEW |
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 Loading... |
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> |
OLD | NEW |