| 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 <hr id="default-action-separator" visibleif="full-page" hidden> | 198 <hr id="default-action-separator" visibleif="full-page" hidden> |
| 199 <menuitem command="#toggle-pinned" checkable></menuitem> | 199 <menuitem command="#toggle-pinned" checkable></menuitem> |
| 200 <menuitem command="#share"></menuitem> | 200 <menuitem command="#share"></menuitem> |
| 201 <menuitem command="#create-folder-shortcut"></menuitem> | 201 <menuitem command="#create-folder-shortcut"></menuitem> |
| 202 <hr command="#share"> | 202 <hr command="#share"> |
| 203 <menuitem command="#cut" visibleif="full-page"></menuitem> | 203 <menuitem command="#cut" visibleif="full-page"></menuitem> |
| 204 <menuitem command="#copy" visibleif="full-page"></menuitem> | 204 <menuitem command="#copy" visibleif="full-page"></menuitem> |
| 205 <menuitem command="#paste" visibleif="full-page"></menuitem> | 205 <menuitem command="#paste" visibleif="full-page"></menuitem> |
| 206 <hr visibleif="full-page"> | 206 <hr visibleif="full-page"> |
| 207 <menuitem command="#rename"></menuitem> | 207 <menuitem command="#rename"></menuitem> |
| 208 <menuitem command="#delete" i18n-content=DELETE_BUTTON_LABEL></menuitem> | 208 <menuitem command="#delete" i18n-content="DELETE_BUTTON_LABEL"></menuitem> |
| 209 <menuitem command="#zip-selection"></menuitem> | 209 <menuitem command="#zip-selection"></menuitem> |
| 210 <hr visibleif="saveas-file full-page"> | 210 <hr visibleif="saveas-file full-page"> |
| 211 <menuitem command="#newfolder" | 211 <menuitem command="#newfolder" |
| 212 visibleif="saveas-file full-page"></menuitem> | 212 visibleif="saveas-file full-page"></menuitem> |
| 213 </menu> | 213 </menu> |
| 214 | 214 |
| 215 <menu id="roots-context-menu" class="chrome-menu" > | 215 <menu id="roots-context-menu" class="chrome-menu" > |
| 216 <menuitem command="#import-photos"></menuitem> | 216 <menuitem command="#import-photos"></menuitem> |
| 217 <menuitem command="#unmount"></menuitem> | 217 <menuitem command="#unmount"></menuitem> |
| 218 <menuitem command="#format"></menuitem> | 218 <menuitem command="#format"></menuitem> |
| 219 <menuitem command="#remove-folder-shortcut"></menuitem> | 219 <menuitem command="#remove-folder-shortcut"></menuitem> |
| 220 </menu> | 220 </menu> |
| 221 | 221 |
| 222 <menu id="directory-tree-context-menu" class="chrome-menu" > | 222 <menu id="directory-tree-context-menu" class="chrome-menu" > |
| 223 <menuitem command="#create-folder-shortcut"></menuitem> | 223 <menuitem command="#create-folder-shortcut"></menuitem> |
| 224 </menu> | 224 </menu> |
| 225 | 225 |
| 226 <menu id="gear-menu" class="chrome-menu" showShortcuts> | 226 <menu id="gear-menu" class="chrome-menu" showShortcuts> |
| 227 <menuitem id="gear-menu-newwindow" command="#newwindow"></menuitem> | 227 <menuitem id="gear-menu-newwindow" command="#newwindow"></menuitem> |
| 228 <menuitem id="gear-menu-newfolder" command="#newfolder"></menuitem> | 228 <menuitem id="gear-menu-newfolder" command="#newfolder"></menuitem> |
| 229 <menuitem id="gear-menu-change-default-app" | 229 <menuitem id="gear-menu-change-default-app" |
| 230 command="#change-default-app"></menuitem> | 230 command="#change-default-app"></menuitem> |
| 231 <hr id="drive-separator"> | 231 <hr id="drive-separator"> |
| 232 <menuitem id="drive-sync-settings" | 232 <menuitem id="drive-sync-settings" |
| 233 i18n-content=DRIVE_MOBILE_CONNECTION_OPTION></menuitem> | 233 i18n-content="DRIVE_MOBILE_CONNECTION_OPTION"></menuitem> |
| 234 <menuitem id="drive-hosted-settings" | 234 <menuitem id="drive-hosted-settings" |
| 235 i18n-content=DRIVE_SHOW_HOSTED_FILES_OPTION></menuitem> | 235 i18n-content="DRIVE_SHOW_HOSTED_FILES_OPTION"></menuitem> |
| 236 <hr command="#drive-clear-local-cache"> | 236 <hr command="#drive-clear-local-cache"> |
| 237 <menuitem id="gear-menu-drive-clear-local-cache" | 237 <menuitem id="gear-menu-drive-clear-local-cache" |
| 238 command="#drive-clear-local-cache"></menuitem> | 238 command="#drive-clear-local-cache"></menuitem> |
| 239 <hr> | 239 <hr> |
| 240 <div> | 240 <div> |
| 241 View | 241 View |
| 242 </div> | 242 </div> |
| 243 <menuitem class="menuitem-button left" id="detail-view" | 243 <menuitem class="menuitem-button left" id="detail-view" |
| 244 i18n-values="aria-label:DETAIL_VIEW_TOOLTIP"> | 244 i18n-values="aria-label:DETAIL_VIEW_TOOLTIP"> |
| 245 </menuitem> | 245 </menuitem> |
| (...skipping 18 matching lines...) Expand all Loading... |
| 264 </div> | 264 </div> |
| 265 </menu> | 265 </menu> |
| 266 | 266 |
| 267 <menu id="tasks-menu" class="chrome-menu"> | 267 <menu id="tasks-menu" class="chrome-menu"> |
| 268 </menu> | 268 </menu> |
| 269 | 269 |
| 270 <menu id="text-context-menu" class="chrome-menu" showShortcuts> | 270 <menu id="text-context-menu" class="chrome-menu" showShortcuts> |
| 271 <menuitem command="#cut"></menuitem> | 271 <menuitem command="#cut"></menuitem> |
| 272 <menuitem command="#copy"></menuitem> | 272 <menuitem command="#copy"></menuitem> |
| 273 <menuitem command="#paste"></menuitem> | 273 <menuitem command="#paste"></menuitem> |
| 274 <menuitem command="#delete" i18n-content=DELETE_BUTTON_LABEL></menuitem> | 274 <menuitem command="#delete" i18n-content="DELETE_BUTTON_LABEL"></menuite
m> |
| 275 </menu> | 275 </menu> |
| 276 | 276 |
| 277 <div class="dialog-container"> | 277 <div class="dialog-container"> |
| 278 <div class="dialog-navigation-list"> | 278 <div class="dialog-navigation-list"> |
| 279 <div class="dialog-navigation-list-header"> | 279 <div class="dialog-navigation-list-header"> |
| 280 <span id="app-name"></span> | 280 <span id="app-name"></span> |
| 281 </div> | 281 </div> |
| 282 <div class="dialog-navigation-list-contents"> | 282 <div class="dialog-navigation-list-contents"> |
| 283 <list id="navigation-list" tabindex="8"></list> | 283 <list id="navigation-list" tabindex="8"></list> |
| 284 </div> | 284 </div> |
| (...skipping 28 matching lines...) Expand all Loading... |
| 313 aria-activedescendant="gear-menu"> | 313 aria-activedescendant="gear-menu"> |
| 314 </button> | 314 </button> |
| 315 <button class="maximize-button" id="maximize-button" | 315 <button class="maximize-button" id="maximize-button" |
| 316 visibleif="full-page" tabindex="-1"> | 316 visibleif="full-page" tabindex="-1"> |
| 317 </button> | 317 </button> |
| 318 <button class="close-button" id="close-button" | 318 <button class="close-button" id="close-button" |
| 319 visibleif="full-page" tabindex="-1"> | 319 visibleif="full-page" tabindex="-1"> |
| 320 </button> | 320 </button> |
| 321 </div> | 321 </div> |
| 322 </div> | 322 </div> |
| 323 <div class=dialog-body> | 323 <div class="dialog-body"> |
| 324 <div class="main-panel"> | 324 <div class="main-panel"> |
| 325 <!-- The middle bar and spilitter are hidden by default, and will be
shown by script if necessary. --> | 325 <!-- The middle bar and spilitter are hidden by default, and will be
shown by script if necessary. --> |
| 326 <div class="dialog-middlebar-contents" hidden> | 326 <div class="dialog-middlebar-contents" hidden> |
| 327 <div id="middlebar-header" | 327 <div id="middlebar-header" |
| 328 i18n-content="DRIVE_DIRECTORY_LABEL"></div> | 328 i18n-content="DRIVE_DIRECTORY_LABEL"></div> |
| 329 <tree id="directory-tree" tabindex="8"></tree> | 329 <tree id="directory-tree" tabindex="8"></tree> |
| 330 </div> | 330 </div> |
| 331 <div class="splitter" id="middlebar-splitter" hidden></div> | 331 <div class="splitter" id="middlebar-splitter" hidden></div> |
| 332 <div class=filelist-panel> | 332 <div class="filelist-panel"> |
| 333 <div class="drive-welcome header"></div> | 333 <div class="drive-welcome header"></div> |
| 334 <div class="volume-warning" id="volume-space-warning" hidden></div
> | 334 <div class="volume-warning" id="volume-space-warning" hidden></div
> |
| 335 <div class="volume-warning" id="drive-auth-failed-warning" hidden> | 335 <div class="volume-warning" id="drive-auth-failed-warning" hidden> |
| 336 <div class="drive-icon"></div> | 336 <div class="drive-icon"></div> |
| 337 <div class="drive-text" id="drive-auth-failed-warning-text"></di
v> | 337 <div class="drive-text" id="drive-auth-failed-warning-text"></di
v> |
| 338 </div> | 338 </div> |
| 339 <div id="list-container"> | 339 <div id="list-container"> |
| 340 <div class=detail-table id="detail-table" tabindex=1 autofocus> | 340 <div class="detail-table" id="detail-table" tabindex="1" autofoc
us> |
| 341 </div> | 341 </div> |
| 342 <grid class=thumbnail-grid tabindex=1></grid> | 342 <grid class="thumbnail-grid" tabindex="1"></grid> |
| 343 <div id="spinner-container"> | 343 <div id="spinner-container"> |
| 344 <div id="spinner-with-text"></div> | 344 <div id="spinner-with-text"></div> |
| 345 </div> | 345 </div> |
| 346 <div class="drive-welcome page"></div> | 346 <div class="drive-welcome page"></div> |
| 347 <div id="no-search-results"></div> | 347 <div id="no-search-results"></div> |
| 348 </div> | 348 </div> |
| 349 <div class=downloads-warning hidden></div> | 349 <div class="downloads-warning" hidden></div> |
| 350 </div> | 350 </div> |
| 351 </div> | 351 </div> |
| 352 <div class="preview-panel progressable" visibility="hidden"> | 352 <div class="preview-panel progressable" visibility="hidden"> |
| 353 <div class="left"> | 353 <div class="left"> |
| 354 <div> | 354 <div> |
| 355 <div class="preview-thumbnails"></div> | 355 <div class="preview-thumbnails"></div> |
| 356 </div> | 356 </div> |
| 357 <div id="preview-lines"> | 357 <div id="preview-lines"> |
| 358 <div class="preview-summary"> | 358 <div class="preview-summary"> |
| 359 <span class="preview-text"></span> | 359 <span class="preview-text"></span> |
| 360 <span class="calculating-size"></span> | 360 <span class="calculating-size"></span> |
| 361 </div> | 361 </div> |
| 362 <div id="search-breadcrumbs" class="breadcrumbs"></div> | 362 <div id="search-breadcrumbs" class="breadcrumbs"></div> |
| 363 </div> | 363 </div> |
| 364 </div> | 364 </div> |
| 365 <div class="right buttonbar" visibleif="full-page"> | 365 <div class="right buttonbar" visibleif="full-page"> |
| 366 <button id="share-button" command="#share" tabindex="2" | 366 <button id="share-button" command="#share" tabindex="2" |
| 367 i18n-values="aria-label:SHARE_BUTTON_LABEL"></button> | 367 i18n-values="aria-label:SHARE_BUTTON_LABEL"></button> |
| 368 <button id="tasks" class="combobutton" menu="#tasks-menu" | 368 <button id="tasks" class="combobutton" menu="#tasks-menu" |
| 369 tabindex="3"></button> | 369 tabindex="3"></button> |
| 370 <button id="delete-button" command="#delete" tabindex="4" | 370 <button id="delete-button" command="#delete" tabindex="4" |
| 371 i18n-values="aria-label:DELETE_BUTTON_LABEL"></button> | 371 i18n-values="aria-label:DELETE_BUTTON_LABEL"></button> |
| 372 </div> | 372 </div> |
| 373 <div class=preparing-label i18n-content=PREPARING_LABEL></div> | 373 <div class="preparing-label" i18n-content="PREPARING_LABEL"></div> |
| 374 <div class=progress-bar> | 374 <div class="progress-bar"> |
| 375 <div class=progress-track></div> | 375 <div class="progress-track"></div> |
| 376 </div> | 376 </div> |
| 377 <div class="right buttonbar" id="open-panel" | 377 <div class="right buttonbar" id="open-panel" |
| 378 visibleif="open-file open-multi-file"> | 378 visibleif="open-file open-multi-file"> |
| 379 <select class="file-type"></select> | 379 <select class="file-type"></select> |
| 380 <button class=ok disabled tabindex="7"></button> | 380 <button class="ok" disabled tabindex="7"></button> |
| 381 <button class=cancel i18n-content=CANCEL_LABEL tabindex="8"></butt
on> | 381 <button class="cancel" i18n-content="CANCEL_LABEL" tabindex="8"></
button> |
| 382 </div> | 382 </div> |
| 383 </div> | 383 </div> |
| 384 <div id="unmounted-panel"></div> | 384 <div id="unmounted-panel"></div> |
| 385 <div id="format-panel"> | 385 <div id="format-panel"> |
| 386 <div class="error"></div> | 386 <div class="error"></div> |
| 387 <button id="format-button" command="#format"></button> | 387 <button id="format-button" command="#format"></button> |
| 388 </div> | 388 </div> |
| 389 </div> | 389 </div> |
| 390 </div> | 390 </div> |
| 391 </div> | 391 </div> |
| 392 <div class="dialog-footer progressable" tabindex="-1" | 392 <div class="dialog-footer progressable" tabindex="-1" |
| 393 visibleif="saveas-file folder"> | 393 visibleif="saveas-file folder"> |
| 394 <div class="left"> | 394 <div class="left"> |
| 395 <button id="new-folder" i18n-content=NEW_FOLDER_BUTTON_LABEL | 395 <button id="new-folder" i18n-content="NEW_FOLDER_BUTTON_LABEL" |
| 396 visibleif="saveas-file folder" command="#newfolder" | 396 visibleif="saveas-file folder" command="#newfolder" |
| 397 tabindex="5"> | 397 tabindex="5"> |
| 398 </button> | 398 </button> |
| 399 <div id="filename-input-box"> | 399 <div id="filename-input-box"> |
| 400 <div class=filename-label i18n-content=FILENAME_LABEL></div> | 400 <div class="filename-label" i18n-content="FILENAME_LABEL"></div> |
| 401 <input type=text spellcheck=false tabindex="6"> | 401 <input type="text" spellcheck="false" tabindex="6"> |
| 402 </div> | 402 </div> |
| 403 <div class=preparing-label i18n-content=PREPARING_LABEL></div> | 403 <div class="preparing-label" i18n-content="PREPARING_LABEL"></div> |
| 404 <div class=progress-bar> | 404 <div class="progress-bar"> |
| 405 <div class=progress-track></div> | 405 <div class="progress-track"></div> |
| 406 </div> | 406 </div> |
| 407 </div> | 407 </div> |
| 408 <div class="right buttonbar"> | 408 <div class="right buttonbar"> |
| 409 <select class="file-type"></select> | 409 <select class="file-type"></select> |
| 410 <button class=ok disabled tabindex="7"></button> | 410 <button class="ok" disabled tabindex="7"></button> |
| 411 <button class=cancel i18n-content=CANCEL_LABEL tabindex="8"></button> | 411 <button class="cancel" i18n-content="CANCEL_LABEL" tabindex="8"></button
> |
| 412 </div> | 412 </div> |
| 413 </div> | 413 </div> |
| 414 <div id="drag-container"></div> | 414 <div id="drag-container"></div> |
| 415 <iframe id="command-dispatcher" hidden></iframe> | 415 <iframe id="command-dispatcher" hidden></iframe> |
| 416 <div class="overlay-pane" id="iframe-drag-area" hidden></div> | 416 <div class="overlay-pane" id="iframe-drag-area" hidden></div> |
| 417 </body> | 417 </body> |
| 418 </html> | 418 </html> |
| OLD | NEW |