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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
188 </button> | 188 </button> |
189 </div> | 189 </div> |
190 | 190 |
191 </div> | 191 </div> |
192 <div class="gdrive-welcome header"></div> | 192 <div class="gdrive-welcome header"></div> |
193 <div class=dialog-body> | 193 <div class=dialog-body> |
194 <div class=filelist-panel> | 194 <div class=filelist-panel> |
195 <div id="list-container"> | 195 <div id="list-container"> |
196 <div class=detail-table tabindex=0></div> | 196 <div class=detail-table tabindex=0></div> |
197 <grid class=thumbnail-grid tabindex=0></grid> | 197 <grid class=thumbnail-grid tabindex=0></grid> |
198 <div class=spinner></div> | 198 <div id="spinner-container"> |
| 199 <div id="spinner-with-text"></div> |
| 200 </div> |
199 <div class="gdrive-welcome page"></div> | 201 <div class="gdrive-welcome page"></div> |
200 <div id="no-search-results"></div> | 202 <div id="no-search-results"></div> |
201 </div> | 203 </div> |
202 <div class=downloads-warning hidden></div> | 204 <div class=downloads-warning hidden></div> |
203 </div> | 205 </div> |
204 <div class="preview-panel" visibility="hidden"> | 206 <div class="preview-panel" visibility="hidden"> |
205 <div> | 207 <div> |
206 <div class="preview-thumbnails"></div> | 208 <div class="preview-thumbnails"></div> |
207 </div> | 209 </div> |
208 <div id="preview-lines"> | 210 <div id="preview-lines"> |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
241 <div class="progress-bar hide-in-butter"> | 243 <div class="progress-bar hide-in-butter"> |
242 <div class="progress-track"></div> | 244 <div class="progress-track"></div> |
243 </div> | 245 </div> |
244 </div> | 246 </div> |
245 <div class="actions hide-in-butter"></div> | 247 <div class="actions hide-in-butter"></div> |
246 </div> | 248 </div> |
247 <div id="drag-image-container"></div> | 249 <div id="drag-image-container"></div> |
248 <iframe id="command-dispatcher" hidden></iframe> | 250 <iframe id="command-dispatcher" hidden></iframe> |
249 </body> | 251 </body> |
250 </html> | 252 </html> |
OLD | NEW |