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

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

Issue 127843002: Files.app: Adjust tab index for the save file diaog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 <div class="dialog-header"> 297 <div class="dialog-header">
298 <div id="search-box"> 298 <div id="search-box">
299 <div class="icon"></div> 299 <div class="icon"></div>
300 <div class="full-size"> 300 <div class="full-size">
301 <input type="search" tabindex="-1" 301 <input type="search" tabindex="-1"
302 i18n-values="aria-label:SEARCH_TEXT_LABEL"> 302 i18n-values="aria-label:SEARCH_TEXT_LABEL">
303 </div> 303 </div>
304 <button class="clear"></button> 304 <button class="clear"></button>
305 </div> 305 </div>
306 <div class="topbutton-bar"> 306 <div class="topbutton-bar">
307 <button class="menubutton gear-button" id="gear-button" tabindex="3" 307 <button class="menubutton gear-button" id="gear-button" tabindex="7"
308 menu="#gear-menu" 308 menu="#gear-menu"
309 i18n-values="aria-label:GEAR_BUTTON_TOOLTIP" 309 i18n-values="aria-label:GEAR_BUTTON_TOOLTIP"
310 aria-activedescendant="gear-menu"> 310 aria-activedescendant="gear-menu">
311 </button> 311 </button>
312 <button class="maximize-button" id="maximize-button" 312 <button class="maximize-button" id="maximize-button"
313 visibleif="full-page" tabindex="-1"> 313 visibleif="full-page" tabindex="-1">
314 </button> 314 </button>
315 <button class="close-button" id="close-button" 315 <button class="close-button" id="close-button"
316 visibleif="full-page" tabindex="-1"> 316 visibleif="full-page" tabindex="-1">
317 </button> 317 </button>
318 </div> 318 </div>
319 </div> 319 </div>
320 <div class="dialog-body"> 320 <div class="dialog-body">
321 <div class="main-panel"> 321 <div class="main-panel">
322 <!-- The middle bar and spilitter are hidden by default, and will be shown by script if necessary. --> 322 <!-- The middle bar and spilitter are hidden by default, and will be shown by script if necessary. -->
323 <div class="dialog-middlebar-contents" hidden> 323 <div class="dialog-middlebar-contents" hidden>
324 <div id="middlebar-header" 324 <div id="middlebar-header"
325 i18n-content="DRIVE_DIRECTORY_LABEL"></div> 325 i18n-content="DRIVE_DIRECTORY_LABEL"></div>
326 <tree id="directory-tree" tabindex="15"></tree> 326 <tree id="directory-tree" tabindex="15"></tree>
327 </div> 327 </div>
328 <div class="splitter" id="middlebar-splitter" hidden></div> 328 <div class="splitter" id="middlebar-splitter" hidden></div>
329 <div class="filelist-panel"> 329 <div class="filelist-panel">
330 <div class="drive-welcome header"></div> 330 <div class="drive-welcome header"></div>
331 <div class="volume-warning" id="volume-space-warning" hidden></div > 331 <div class="volume-warning" id="volume-space-warning" hidden></div >
332 <div class="volume-warning" id="drive-auth-failed-warning" hidden> 332 <div class="volume-warning" id="drive-auth-failed-warning" hidden>
333 <div class="drive-icon"></div> 333 <div class="drive-icon"></div>
334 <div class="drive-text" id="drive-auth-failed-warning-text"></di v> 334 <div class="drive-text" id="drive-auth-failed-warning-text"></di v>
335 </div> 335 </div>
336 <div id="list-container"> 336 <div id="list-container">
337 <div class="detail-table" id="detail-table" tabindex="1" autofoc us> 337 <div class="detail-table" id="detail-table" tabindex="5" autofoc us>
338 </div> 338 </div>
339 <grid class="thumbnail-grid" tabindex="2"></grid> 339 <grid class="thumbnail-grid" tabindex="6"></grid>
340 <div class="spinner-layer"></div> 340 <div class="spinner-layer"></div>
341 <div class="drive-welcome page"></div> 341 <div class="drive-welcome page"></div>
342 <div id="no-search-results"></div> 342 <div id="no-search-results"></div>
343 </div> 343 </div>
344 <div class="downloads-warning" hidden></div> 344 <div class="downloads-warning" hidden></div>
345 </div> 345 </div>
346 </div> 346 </div>
347 <div class="preview-panel progressable" visibility="hidden"> 347 <div class="preview-panel progressable" visibility="hidden">
348 <div class="left"> 348 <div class="left">
349 <div> 349 <div>
350 <div class="preview-thumbnails"></div> 350 <div class="preview-thumbnails"></div>
351 </div> 351 </div>
352 <div id="preview-lines"> 352 <div id="preview-lines">
353 <div class="preview-summary"> 353 <div class="preview-summary">
354 <span class="preview-text"></span> 354 <span class="preview-text"></span>
355 <span class="calculating-size"></span> 355 <span class="calculating-size"></span>
356 </div> 356 </div>
357 <div id="search-breadcrumbs" class="breadcrumbs"></div> 357 <div id="search-breadcrumbs" class="breadcrumbs"></div>
358 </div> 358 </div>
359 </div> 359 </div>
360 <div class="right buttonbar" visibleif="full-page"> 360 <div class="right buttonbar" visibleif="full-page">
361 <button id="share-button" command="#share" tabindex="4" 361 <button id="share-button" command="#share" tabindex="8"
362 i18n-values="aria-label:SHARE_BUTTON_LABEL"></button> 362 i18n-values="aria-label:SHARE_BUTTON_LABEL"></button>
363 <button id="tasks" class="combobutton" menu="#tasks-menu" 363 <button id="tasks" class="combobutton" menu="#tasks-menu"
364 tabindex="5"></button> 364 tabindex="9"></button>
365 <button id="delete-button" command="#delete" tabindex="6" 365 <button id="delete-button" command="#delete" tabindex="10"
366 i18n-values="aria-label:DELETE_BUTTON_LABEL"></button> 366 i18n-values="aria-label:DELETE_BUTTON_LABEL"></button>
367 </div> 367 </div>
368 <div class="preparing-label" i18n-content="PREPARING_LABEL"></div> 368 <div class="preparing-label" i18n-content="PREPARING_LABEL"></div>
369 <div class="progress-bar"> 369 <div class="progress-bar">
370 <div class="progress-track"></div> 370 <div class="progress-track"></div>
371 </div> 371 </div>
372 <div class="right buttonbar" id="open-panel" 372 <div class="right buttonbar" id="open-panel"
373 visibleif="open-file open-multi-file"> 373 visibleif="open-file open-multi-file">
374 <select class="file-type" hidden></select> 374 <select class="file-type" hidden></select>
375 <button class="ok" disabled tabindex="7"></button> 375 <button class="ok" disabled tabindex="11"></button>
376 <button class="cancel" i18n-content="CANCEL_LABEL" tabindex="8"></ button> 376 <button class="cancel" i18n-content="CANCEL_LABEL" tabindex="12">< /button>
377 </div> 377 </div>
378 </div> 378 </div>
379 <div id="unmounted-panel"></div> 379 <div id="unmounted-panel"></div>
380 <div id="format-panel"> 380 <div id="format-panel">
381 <div class="error"></div> 381 <div class="error"></div>
382 <button id="format-button" command="#format"></button> 382 <button id="format-button" command="#format"></button>
383 </div> 383 </div>
384 </div> 384 </div>
385 </div> 385 </div>
386 </div> 386 </div>
387 <div class="dialog-footer progressable" tabindex="-1" 387 <div class="dialog-footer progressable" tabindex="-1"
388 visibleif="saveas-file folder upload-folder"> 388 visibleif="saveas-file folder upload-folder">
389 <div class="left"> 389 <div class="left">
390 <button id="new-folder-button" i18n-content="NEW_FOLDER_BUTTON_LABEL" 390 <button id="new-folder-button" i18n-content="NEW_FOLDER_BUTTON_LABEL"
391 visibleif="saveas-file folder" command="#new-folder" 391 visibleif="saveas-file folder" command="#new-folder"
392 tabindex="9"> 392 tabindex="4">
393 </button> 393 </button>
394 <div id="filename-input-box"> 394 <div id="filename-input-box">
395 <div class="filename-label" i18n-content="FILENAME_LABEL"></div> 395 <div class="filename-label" i18n-content="FILENAME_LABEL"></div>
396 <input type="text" spellcheck="false" tabindex="10"> 396 <input type="text" spellcheck="false" tabindex="1">
397 </div> 397 </div>
398 <div class="preparing-label" i18n-content="PREPARING_LABEL"></div> 398 <div class="preparing-label" i18n-content="PREPARING_LABEL"></div>
399 <div class="progress-bar"> 399 <div class="progress-bar">
400 <div class="progress-track"></div> 400 <div class="progress-track"></div>
401 </div> 401 </div>
402 </div> 402 </div>
403 <div class="right buttonbar"> 403 <div class="right buttonbar">
404 <select class="file-type" hidden></select> 404 <select class="file-type" hidden></select>
405 <button class="ok" disabled tabindex="11"></button> 405 <button class="ok" disabled tabindex="2"></button>
406 <button class="cancel" i18n-content="CANCEL_LABEL" tabindex="12"></butto n> 406 <button class="cancel" i18n-content="CANCEL_LABEL" tabindex="3"></button >
407 </div> 407 </div>
408 </div> 408 </div>
409 <div id="drag-container"></div> 409 <div id="drag-container"></div>
410 <iframe id="command-dispatcher" hidden></iframe> 410 <iframe id="command-dispatcher" hidden></iframe>
411 <div class="overlay-pane" id="iframe-drag-area" hidden></div> 411 <div class="overlay-pane" id="iframe-drag-area" hidden></div>
412 </body> 412 </body>
413 </html> 413 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698