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;lang:language"> | 7 <html i18n-values="dir:textdirection;lang:language"> |
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 410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
421 </div> | 421 </div> |
422 <ul class="details-list"> | 422 <ul class="details-list"> |
423 <li class='modification-time'> | 423 <li class='modification-time'> |
424 <span i18n-content="DATE_COLUMN_LABEL"></span>: | 424 <span i18n-content="DATE_COLUMN_LABEL"></span>: |
425 <span class='content'></span> | 425 <span class='content'></span> |
426 </li> | 426 </li> |
427 <li class='file-size'> | 427 <li class='file-size'> |
428 <span i18n-content="SIZE_COLUMN_LABEL"></span>: | 428 <span i18n-content="SIZE_COLUMN_LABEL"></span>: |
429 <span class='content'></span> | 429 <span class='content'></span> |
430 </li> | 430 </li> |
| 431 <li class='image-size'> |
| 432 <span i18n-content="IMAGE_RESOLUTION_COLUMN_LABEL"></span>: |
| 433 <span class='content'></span> |
| 434 </li> |
| 435 <li class='media-title'> |
| 436 <span i18n-content="MEDIA_TITLE_COLUMN_LABEL"></span>: |
| 437 <span class='content'></span> |
| 438 </li> |
| 439 <li class='media-artist'> |
| 440 <span i18n-content="MEDIA_ARTIST_COLUMN_LABEL"></span>: |
| 441 <span class='content'></span> |
| 442 </li> |
431 </ul> | 443 </ul> |
432 </div> | 444 </div> |
433 <div id="multi-file-details"> | 445 <div id="multi-file-details"> |
434 <div class="thumbnail-container"> | 446 <div class="thumbnail-container"> |
435 <div class="thumbnail" generic-thumbnail="folder"></div> | 447 <div class="thumbnail" generic-thumbnail="folder"></div> |
436 </div> | 448 </div> |
437 <ul class="details-list"> | 449 <ul class="details-list"> |
438 <li class='file-count'> | 450 <li class='file-count'> |
439 <span i18n-content="TOTAL_FILE_COUNT"></span>: | 451 <span i18n-content="TOTAL_FILE_COUNT"></span>: |
440 <span class='content'></span> | 452 <span class='content'></span> |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
476 <paper-ripple fit></paper-ripple> | 488 <paper-ripple fit></paper-ripple> |
477 <span i18n-content="CANCEL_LABEL"></span> | 489 <span i18n-content="CANCEL_LABEL"></span> |
478 </button> | 490 </button> |
479 </div> | 491 </div> |
480 </div> | 492 </div> |
481 <div id="drag-container"></div> | 493 <div id="drag-container"></div> |
482 <files-tooltip></files-tooltip> | 494 <files-tooltip></files-tooltip> |
483 <iframe id="command-dispatcher" hidden aria-hidden="true"></iframe> | 495 <iframe id="command-dispatcher" hidden aria-hidden="true"></iframe> |
484 </body> | 496 </body> |
485 </html> | 497 </html> |
OLD | NEW |