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 |
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 <button id="maximize-button" visibleif="full-page" tabindex="-1"> | 269 <button id="maximize-button" visibleif="full-page" tabindex="-1"> |
270 </button> | 270 </button> |
271 <button id="close-button" visibleif="full-page" tabindex="-1"> | 271 <button id="close-button" visibleif="full-page" tabindex="-1"> |
272 </button> | 272 </button> |
273 </div> | 273 </div> |
274 </div> | 274 </div> |
275 <div class=dialog-body> | 275 <div class=dialog-body> |
276 <div class="main-panel"> | 276 <div class="main-panel"> |
277 <!-- The middle bar and spilitter are hidden by default, and will be
shown by script if necessary. --> | 277 <!-- The middle bar and spilitter are hidden by default, and will be
shown by script if necessary. --> |
278 <div class="dialog-middlebar-contents" hidden> | 278 <div class="dialog-middlebar-contents" hidden> |
| 279 <div id="middlebar-header" |
| 280 i18n-content="DRIVE_DIRECTORY_LABEL"></div> |
279 <tree id="directory-tree" tabindex="8"></tree> | 281 <tree id="directory-tree" tabindex="8"></tree> |
280 </div> | 282 </div> |
281 <div class="splitter" id="middlebar-splitter" hidden></div> | 283 <div class="splitter" id="middlebar-splitter" hidden></div> |
282 <div class=filelist-panel> | 284 <div class=filelist-panel> |
283 <div class="drive-welcome header"></div> | 285 <div class="drive-welcome header"></div> |
284 <div class="volume-warning" id="volume-space-warning" hidden></div
> | 286 <div class="volume-warning" id="volume-space-warning" hidden></div
> |
285 <div class="volume-warning" id="drive-auth-failed-warning" hidden> | 287 <div class="volume-warning" id="drive-auth-failed-warning" hidden> |
286 <div class="drive-icon"></div> | 288 <div class="drive-icon"></div> |
287 <div class="drive-text" id="drive-auth-failed-warning-text"></di
v> | 289 <div class="drive-text" id="drive-auth-failed-warning-text"></di
v> |
288 </div> | 290 </div> |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
343 <div class="right buttonbar"> | 345 <div class="right buttonbar"> |
344 <button class=ok disabled tabindex="6"></button> | 346 <button class=ok disabled tabindex="6"></button> |
345 <button class=cancel i18n-content=CANCEL_LABEL tabindex="7"></button> | 347 <button class=cancel i18n-content=CANCEL_LABEL tabindex="7"></button> |
346 </div> | 348 </div> |
347 </div> | 349 </div> |
348 <div id="drag-container"></div> | 350 <div id="drag-container"></div> |
349 <iframe id="command-dispatcher" hidden></iframe> | 351 <iframe id="command-dispatcher" hidden></iframe> |
350 <div class="overlay-pane" id="iframe-drag-area" hidden></div> | 352 <div class="overlay-pane" id="iframe-drag-area" hidden></div> |
351 </body> | 353 </body> |
352 </html> | 354 </html> |
OLD | NEW |