OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <!-- | 2 <!-- |
3 -- Copyright (c) 2012 The Chromium Authors. All rights reserved. | 3 -- Copyright (c) 2012 The Chromium Authors. All rights reserved. |
4 -- Use of this source code is governed by a BSD-style license that can be | 4 -- Use of this source code is governed by a BSD-style license that can be |
5 -- found in the LICENSE file. | 5 -- found in the LICENSE file. |
6 --> | 6 --> |
7 <html i18n-values="dir:textdirection;"> | 7 <html i18n-values="dir:textdirection;"> |
8 <head> | 8 <head> |
9 <!-- We have to set some default title, or chrome will use the page name. | 9 <!-- We have to set some default title, or chrome will use the page name. |
10 -- As soon as we init and change to a directory, we'll show the directory | 10 -- As soon as we init and change to a directory, we'll show the directory |
11 -- path. Until then, use an invisible non-whitespace character. | 11 -- path. Until then, use an invisible non-whitespace character. |
12 --> | 12 --> |
13 <title></title> | 13 <title></title> |
14 <link rel="stylesheet" href="../shared/css/dialogs.css"></link> | 14 <link rel="stylesheet" href="../shared/css/dialogs.css"></link> |
15 <link rel="stylesheet" href="../shared/css/list.css"></link> | 15 <link rel="stylesheet" href="../shared/css/list.css"></link> |
16 <link rel="stylesheet" href="../shared/css/table.css"></link> | 16 <link rel="stylesheet" href="../shared/css/table.css"></link> |
17 <link rel="stylesheet" href="../shared/css/menu.css"></link> | 17 <link rel="stylesheet" href="../shared/css/menu.css"></link> |
18 | 18 |
19 <link rel="stylesheet" href="css/combobutton.css"></link> | 19 <link rel="stylesheet" href="css/combobutton.css"></link> |
20 <link rel="stylesheet" href="css/file_manager.css"></link> | 20 <link rel="stylesheet" href="css/file_manager.css"></link> |
| 21 <link rel="stylesheet" href="css/file_types.css"></link> |
21 <link rel="stylesheet" href="css/common.css"></link> | 22 <link rel="stylesheet" href="css/common.css"></link> |
22 | 23 |
23 <script src="js/main_scripts.js"></script> | 24 <script src="js/main_scripts.js"></script> |
24 | 25 |
25 <if expr="0"> | 26 <if expr="0"> |
26 <!-- This file has not been flattened, load individual scripts. | 27 <!-- This file has not been flattened, load individual scripts. |
27 Keep the list in sync with js/main_scripts.js. --> | 28 Keep the list in sync with js/main_scripts.js. --> |
28 | 29 |
29 <!-- metrics.js initiates load performance tracking | 30 <!-- metrics.js initiates load performance tracking |
30 so we want to parse it as early as possible --> | 31 so we want to parse it as early as possible --> |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 <div class=sidebar-splitter></div> | 155 <div class=sidebar-splitter></div> |
155 <div class=dialog-main> | 156 <div class=dialog-main> |
156 <div class=dialog-header> | 157 <div class=dialog-header> |
157 <div class=breadcrumbs></div> | 158 <div class=breadcrumbs></div> |
158 <input id="search-box" type="search" tabindex="4" | 159 <input id="search-box" type="search" tabindex="4" |
159 i18n-values="aria-label:SEARCH_TEXT_LABEL"> | 160 i18n-values="aria-label:SEARCH_TEXT_LABEL"> |
160 | 161 |
161 <div class="right buttonbar"> | 162 <div class="right buttonbar"> |
162 <div> | 163 <div> |
163 <button class="left small" id="detail-view" tabindex="5" | 164 <button class="left small" id="detail-view" tabindex="5" |
164 i18n-values="aria-label:DETAIL_VIEW_TOOLTIP"> | 165 i18n-values="aria-label:DETAIL_VIEW_TOOLTIP"> |
165 <img src="images/view_list_black_12x12.png"> | |
166 </button> | 166 </button> |
167 <div class="tooltip" i18n-content=DETAIL_VIEW_TOOLTIP | 167 <div class="tooltip" i18n-content=DETAIL_VIEW_TOOLTIP |
168 >[DETAIL VIEW]</div> | 168 >[DETAIL VIEW]</div> |
169 </div> | 169 </div> |
170 <div> | 170 <div> |
171 <button class="right small" id="thumbnail-view" tabindex="6" | 171 <button class="right small" id="thumbnail-view" tabindex="6" |
172 i18n-values="aria-label:THUMBNAIL_VIEW_TOOLTIP"> | 172 i18n-values="aria-label:THUMBNAIL_VIEW_TOOLTIP"> |
173 <img src="images/view_thumbs_black_12x12.png"> | |
174 </button> | 173 </button> |
175 <div class="tooltip" i18n-content=THUMBNAIL_VIEW_TOOLTIP | 174 <div class="tooltip" i18n-content=THUMBNAIL_VIEW_TOOLTIP |
176 >[THUMBNAIL VIEW]</div> | 175 >[THUMBNAIL VIEW]</div> |
177 </div> | 176 </div> |
178 <button class="menubutton" id="gdata-settings" tabindex="7" | 177 <button class="menubutton" id="gdata-settings" tabindex="7" |
179 menu="#docs-settings" visibleif="full-page"> | 178 menu="#docs-settings" visibleif="full-page"> |
180 <img src="images/settings.svg"> | |
181 <span class="disclosureindicator"></span> | 179 <span class="disclosureindicator"></span> |
182 </button> | 180 </button> |
183 </div> | 181 </div> |
184 | 182 |
185 </div> | 183 </div> |
186 <div class="gdrive-welcome header"></div> | 184 <div class="gdrive-welcome header"></div> |
187 <div class=dialog-body> | 185 <div class=dialog-body> |
188 <div class=filelist-panel> | 186 <div class=filelist-panel> |
189 <div id="list-container"> | 187 <div id="list-container"> |
190 <div class=detail-table tabindex=0></div> | 188 <div class=detail-table tabindex=0></div> |
191 <grid class=thumbnail-grid tabindex=0></grid> | 189 <grid class=thumbnail-grid tabindex=0></grid> |
192 <div class=spinner></div> | 190 <div class=spinner></div> |
193 <div class="gdrive-welcome page"></div> | 191 <div class="gdrive-welcome page"></div> |
194 <div id="no-search-results"></div> | 192 <div id="no-search-results"></div> |
195 </div> | 193 </div> |
196 <div class=downloads-warning hidden> | 194 <div class=downloads-warning hidden></div> |
197 <img src=images/warning_icon_square_26x26.png> | |
198 <div></div> | |
199 </div> | |
200 </div> | 195 </div> |
201 <div class=preview-panel visibility=hidden> | 196 <div class=preview-panel visibility=hidden> |
202 <div> | 197 <div> |
203 <div class=preview-thumbnails></div> | 198 <div class=preview-thumbnails></div> |
204 </div> | 199 </div> |
205 <div class=preview-summary></div> | 200 <div class=preview-summary></div> |
206 <div class="right buttonbar" visibleif="full-page"> | 201 <div class="right buttonbar" visibleif="full-page"> |
207 <button id="tasks" class="combobutton" menu="#tasks-menu"> | 202 <button id="tasks" class="combobutton" menu="#tasks-menu"> |
208 </button> | 203 </button> |
209 <button id="delete-button" command="#delete" | 204 <button id="delete-button" command="#delete" |
(...skipping 24 matching lines...) Expand all Loading... |
234 <div class="progress-bar hide-in-butter"> | 229 <div class="progress-bar hide-in-butter"> |
235 <div class="progress-track"></div> | 230 <div class="progress-track"></div> |
236 </div> | 231 </div> |
237 </div> | 232 </div> |
238 <div class="actions hide-in-butter"></div> | 233 <div class="actions hide-in-butter"></div> |
239 </div> | 234 </div> |
240 <div id="drag-image-container"></div> | 235 <div id="drag-image-container"></div> |
241 <iframe id="command-dispatcher" hidden></iframe> | 236 <iframe id="command-dispatcher" hidden></iframe> |
242 </body> | 237 </body> |
243 </html> | 238 </html> |
OLD | NEW |