Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / sync_file_system_internals / main.html
1 <!DOCTYPE html>
2 <!--
3 Copyright 2013 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file.
6 -->
7 <html i18n-values="dir:textdirection;">
8 <meta charset="utf-8">
9 <title>Sync File System Internals</title>
10 <link rel="stylesheet" href="main.css">
11
12 <script src="chrome://resources/js/util.js"></script>
13 <script src="chrome://resources/js/cr.js"></script>
14 <script src="chrome://resources/js/cr/event_target.js"></script>
15
16 <link rel="stylesheet" href="chrome://resources/css/tabs.css">
17 <script src="chrome://resources/js/load_time_data.js"></script>
18 <script src="chrome://resources/js/cr/ui.js"></script>
19 <script src="chrome://resources/js/cr/ui/tabs.js"></script>
20 <script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script>
21 <script src="chrome://syncfs-internals/strings.js"></script>
22 <script src="chrome://syncfs-internals/utils.js"></script>
23
24 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
25
26 <tabbox>
27   <tabs>
28     <tab>Sync Service</tab>
29     <tab>Task Log</tab>
30     <tab>Extension Statuses</tab>
31     <tab>File Metadata</tab>
32     <tab>Database Dump</tab>
33   </tabs>
34   <tabpanels>
35     <tabpanel>
36       <include src="sync_service.html" >
37     </tabpanel>
38     <tabpanel>
39       <include src="task_log.html" >
40     </tabpanel>
41     <tabpanel>
42       <include src="extension_statuses.html" >
43     </tabpanel>
44     <tabpanel>
45       <include src="file_metadata.html" >
46     </tabpanel>
47     <tabpanel>
48       <include src="dump_database.html" >
49     </tabpanel>
50   </tabpanels>
51 </tabbox>
52
53 <script src="chrome://resources/js/i18n_template2.js"></script>
54 </body>
55 </html>