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 id="spinner-container"> | 198 <div class=spinner></div> |
199 <div id="spinner-with-text"></div> | |
200 </div> | |
201 <div class="gdrive-welcome page"></div> | 199 <div class="gdrive-welcome page"></div> |
202 <div id="no-search-results"></div> | 200 <div id="no-search-results"></div> |
203 </div> | 201 </div> |
204 <div class=downloads-warning hidden></div> | 202 <div class=downloads-warning hidden></div> |
205 </div> | 203 </div> |
206 <div class="preview-panel" visibility="hidden"> | 204 <div class="preview-panel" visibility="hidden"> |
207 <div> | 205 <div> |
208 <div class="preview-thumbnails"></div> | 206 <div class="preview-thumbnails"></div> |
209 </div> | 207 </div> |
210 <div id="preview-lines"> | 208 <div id="preview-lines"> |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
243 <div class="progress-bar hide-in-butter"> | 241 <div class="progress-bar hide-in-butter"> |
244 <div class="progress-track"></div> | 242 <div class="progress-track"></div> |
245 </div> | 243 </div> |
246 </div> | 244 </div> |
247 <div class="actions hide-in-butter"></div> | 245 <div class="actions hide-in-butter"></div> |
248 </div> | 246 </div> |
249 <div id="drag-image-container"></div> | 247 <div id="drag-image-container"></div> |
250 <iframe id="command-dispatcher" hidden></iframe> | 248 <iframe id="command-dispatcher" hidden></iframe> |
251 </body> | 249 </body> |
252 </html> | 250 </html> |
OLD | NEW |