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

Side by Side Diff: chrome/browser/resources/apps_debugger/main.html

Issue 12693022: Added separate tabs for apps / extensions in dev_tools app. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: comments Created 7 years, 8 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <!-- 3 <!--
4 4
5 Copyright (c) 2012 The Chromium Authors. All rights reserved. 5 Copyright (c) 2012 The Chromium Authors. All rights reserved.
6 Use of this source code is governed by a BSD-style license that can be 6 Use of this source code is governed by a BSD-style license that can be
7 found in the LICENSE file. 7 found in the LICENSE file.
8
9 --> 8 -->
10 <head> 9 <head>
11 <meta charset="utf-8"> 10 <meta charset="utf-8">
12 <link rel="stylesheet" href="css/items.css"> 11 <link rel="stylesheet" href="css/items.css">
13 <link rel="stylesheet" href="../../../../ui/webui/resources/css/chrome_share d.css"> 12 <link rel="stylesheet" href="../../../../ui/webui/resources/css/chrome_share d.css">
14 <link rel="stylesheet" href="css/pack_item_overlay.css"> 13 <link rel="stylesheet" href="css/pack_item_overlay.css">
15 <link rel="stylesheet" href="../../../../ui/webui/resources/css/alert_overla y.css"> 14 <link rel="stylesheet" href="../../../../ui/webui/resources/css/alert_overla y.css">
15 <link rel="stylesheet" href="../../../../ui/webui/resources/css/tabs.css">
16 <link rel="stylesheet" href="../../../../ui/webui/resources/css/overlay.css" > 16 <link rel="stylesheet" href="../../../../ui/webui/resources/css/overlay.css" >
17 <link rel="stylesheet" href="../../../../ui/webui/resources/css/trash.css"> 17 <link rel="stylesheet" href="../../../../ui/webui/resources/css/trash.css">
18 <link rel="stylesheet" href="../uber/uber_shared.css"> 18 <link rel="stylesheet" href="../uber/uber_shared.css">
19 19
20 <script src="js/main_scripts.js"></script> 20 <script src="js/main_scripts.js"></script>
21 </head> 21 </head>
22 <body> 22 <body>
23 <div id="overlay" class="overlay" hidden> 23 <div id="overlay" class="overlay" hidden>
24 <include src="pack_item_overlay.html"> 24 <include src="pack_item_overlay.html">
25 <include src="../../../../ui/webui/resources/html/alert_overlay.html"> 25 <include src="../../../../ui/webui/resources/html/alert_overlay.html">
26 </div> 26 </div>
27 <hr>
28 <div class="page" id="extension-settings"> 27 <div class="page" id="extension-settings">
28 <hr>
29 <h1 i18n-content="appsDevtoolTitle"></h1> 29 <h1 i18n-content="appsDevtoolTitle"></h1>
30 <div id="developer-controls"> 30 <tabbox id="tab-box">
31 <hr> 31 <tabs id="tabs">
32 <button id="load-unpacked" 32 <tab i18n-content="appsDevtoolApps"></tab>
33 i18n-content="appsDevtoolLoadUnpackedButton"></button> 33 <tab i18n-content="appsDevtoolExtensions"></tab>
34 <button id="pack-item" 34 </tabs>
35 i18n-content="appsDevtoolPackButton"></button> 35 <div id="developer-controls">
36 <button id = "update-items-now" 36 <button id="load-unpacked"
37 i18n-content="appsDevtoolUpdateButton"></button> 37 i18n-content="appsDevtoolLoadUnpackedButton"></button>
38 <input id="search" type="text" 38 <button id="pack-item"
39 i18n-values=".placeholder:appsDevtoolSearch" spellcheck="false"> 39 i18n-content="appsDevtoolPackButton"></button>
40 <hr> 40 <button id = "update-items-now"
Dan Beam 2013/04/05 20:27:03 s/ = /=/
Gaurav 2013/04/05 22:17:37 Done.
41 </div> 41 i18n-content="appsDevtoolUpdateButton"></button>
42 <div id="items"></div> 42 <input id="search" type="text"
43 <div id="extension-settings-list" class="empty-extension-list"></div> 43 i18n-values=".placeholder:appsDevtoolSearch" spellcheck="false">
44 <div id="no-extensions"> 44 <hr>
45 <span id="no-extensions-message" 45 </div>
46 i18n-content="appsDevtoolNoItems"></span> 46 <tabpanels id="tab-panels">
47 </div> 47 <!-- Apps Tab -->
48 <tabpanel id="apps-tab">
49 <div id="app-settings-list" class="empty-extension-list">
50 </div>
51 <div id="no-apps">
52 <span id="no-apps-message"
53 i18n-content="appsDevtoolNoApps"></span>
54 </div>
55 </tabpanel>
56 <!-- Extensions Tab -->
57 <tabpanel id="extensions-tab">
58 <div id="extension-settings-list" class="empty-extension-list">
59 </div>
60 <div id="no-extensions">
61 <span id="no-extensions-message"
62 i18n-content="appsDevtoolNoExtensions"></span>
63 </div>
64 </tabpanel>
65 </tabpanels>
66 </tabbox>
48 </div> 67 </div>
49 <div id="template-collection" hidden> 68 <div id="template-collection" hidden>
50 <div class="extension-list-item-wrapper"> 69 <div class="extension-list-item-wrapper">
51 <div class="extension-list-item"> 70 <div class="extension-list-item">
52 <div class="extension-details"> 71 <div class="extension-details">
53 <div> 72 <div>
54 <span class="extension-title"></span> 73 <span class="extension-title"></span>
55 <span class="extension-version"></span> 74 <span class="extension-version"></span>
56 <span class="extension-disable-reason"></span> 75 <span class="extension-disable-reason"></span>
57 </div> 76 </div>
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 </label> 143 </label>
125 <span class="location-text"></span> 144 <span class="location-text"></span>
126 </div> 145 </div>
127 </div> 146 </div>
128 </div> 147 </div>
129 </div> 148 </div>
130 <include src="../../../../ui/webui/resources/html/trash.html"> 149 <include src="../../../../ui/webui/resources/html/trash.html">
131 </div> 150 </div>
132 </body> 151 </body>
133 </html> 152 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698