| 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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 <span class="disclosureindicator"></span> | 216 <span class="disclosureindicator"></span> |
| 217 </button> | 217 </button> |
| 218 </div> | 218 </div> |
| 219 | 219 |
| 220 </div> | 220 </div> |
| 221 <div class="gdrive-welcome header"></div> | 221 <div class="gdrive-welcome header"></div> |
| 222 <div class="gdrive-space-warning" hidden></div> | 222 <div class="gdrive-space-warning" hidden></div> |
| 223 <div class=dialog-body> | 223 <div class=dialog-body> |
| 224 <div class=filelist-panel> | 224 <div class=filelist-panel> |
| 225 <div id="list-container"> | 225 <div id="list-container"> |
| 226 <div class=detail-table tabindex=0></div> | 226 <div class=detail-table id="detail-table" tabindex=0></div> |
| 227 <grid class=thumbnail-grid tabindex=0></grid> | 227 <grid class=thumbnail-grid tabindex=0></grid> |
| 228 <div id="spinner-container"> | 228 <div id="spinner-container"> |
| 229 <div id="spinner-with-text"></div> | 229 <div id="spinner-with-text"></div> |
| 230 </div> | 230 </div> |
| 231 <div class="gdrive-welcome page"></div> | 231 <div class="gdrive-welcome page"></div> |
| 232 <div id="no-search-results"></div> | 232 <div id="no-search-results"></div> |
| 233 </div> | 233 </div> |
| 234 <div class=downloads-warning hidden></div> | 234 <div class=downloads-warning hidden></div> |
| 235 </div> | 235 </div> |
| 236 <div class="preview-panel" visibility="hidden"> | 236 <div class="preview-panel" visibility="hidden"> |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 <div class="progress-track"></div> | 279 <div class="progress-track"></div> |
| 280 </div> | 280 </div> |
| 281 </div> | 281 </div> |
| 282 <div class="actions" hidden></div> | 282 <div class="actions" hidden></div> |
| 283 </div> | 283 </div> |
| 284 </div> | 284 </div> |
| 285 <div id="drag-image-container"></div> | 285 <div id="drag-image-container"></div> |
| 286 <iframe id="command-dispatcher" hidden></iframe> | 286 <iframe id="command-dispatcher" hidden></iframe> |
| 287 </body> | 287 </body> |
| 288 </html> | 288 </html> |
| OLD | NEW |