| 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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 | 150 |
| 151 </div> | 151 </div> |
| 152 <div class="gdrive-welcome header"></div> | 152 <div class="gdrive-welcome header"></div> |
| 153 <div class=dialog-body> | 153 <div class=dialog-body> |
| 154 <div class=filelist-panel> | 154 <div class=filelist-panel> |
| 155 <div id="list-container"> | 155 <div id="list-container"> |
| 156 <div class=detail-table tabindex=0></div> | 156 <div class=detail-table tabindex=0></div> |
| 157 <grid class=thumbnail-grid tabindex=0></grid> | 157 <grid class=thumbnail-grid tabindex=0></grid> |
| 158 <div class=spinner></div> | 158 <div class=spinner></div> |
| 159 <div class="gdrive-welcome page"></div> | 159 <div class="gdrive-welcome page"></div> |
| 160 <div id="no-search-results" hidden></div> |
| 160 </div> | 161 </div> |
| 161 <div class=downloads-warning hidden> | 162 <div class=downloads-warning hidden> |
| 162 <img src=images/warning_icon_square_26x26.png> | 163 <img src=images/warning_icon_square_26x26.png> |
| 163 <div></div> | 164 <div></div> |
| 164 </div> | 165 </div> |
| 165 </div> | 166 </div> |
| 166 <div class=preview-panel visibility=hidden> | 167 <div class=preview-panel visibility=hidden> |
| 167 <div> | 168 <div> |
| 168 <div class=preview-thumbnails></div> | 169 <div class=preview-thumbnails></div> |
| 169 </div> | 170 </div> |
| (...skipping 30 matching lines...) Expand all Loading... |
| 200 <div class="progress-bar hide-in-butter"> | 201 <div class="progress-bar hide-in-butter"> |
| 201 <div class="progress-track"></div> | 202 <div class="progress-track"></div> |
| 202 </div> | 203 </div> |
| 203 </div> | 204 </div> |
| 204 <div class="actions hide-in-butter"></div> | 205 <div class="actions hide-in-butter"></div> |
| 205 </div> | 206 </div> |
| 206 <div id=drag-image-container></div> | 207 <div id=drag-image-container></div> |
| 207 <iframe id=command-dispatcher hidden></iframe> | 208 <iframe id=command-dispatcher hidden></iframe> |
| 208 </body> | 209 </body> |
| 209 </html> | 210 </html> |
| OLD | NEW |