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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 >[THUMBNAIL VIEW]</div> | 184 >[THUMBNAIL VIEW]</div> |
185 </div> | 185 </div> |
186 <button class="menubutton" id="gdata-settings" tabindex="7" | 186 <button class="menubutton" id="gdata-settings" tabindex="7" |
187 menu="#docs-settings" visibleif="full-page"> | 187 menu="#docs-settings" visibleif="full-page"> |
188 <span class="disclosureindicator"></span> | 188 <span class="disclosureindicator"></span> |
189 </button> | 189 </button> |
190 </div> | 190 </div> |
191 | 191 |
192 </div> | 192 </div> |
193 <div class="gdrive-welcome header"></div> | 193 <div class="gdrive-welcome header"></div> |
| 194 <div class="gdrive-space-warning" hidden></div> |
194 <div class=dialog-body> | 195 <div class=dialog-body> |
195 <div class=filelist-panel> | 196 <div class=filelist-panel> |
196 <div id="list-container"> | 197 <div id="list-container"> |
197 <div class=detail-table tabindex=0></div> | 198 <div class=detail-table tabindex=0></div> |
198 <grid class=thumbnail-grid tabindex=0></grid> | 199 <grid class=thumbnail-grid tabindex=0></grid> |
199 <div id="spinner-container"> | 200 <div id="spinner-container"> |
200 <div id="spinner-with-text"></div> | 201 <div id="spinner-with-text"></div> |
201 </div> | 202 </div> |
202 <div class="gdrive-welcome page"></div> | 203 <div class="gdrive-welcome page"></div> |
203 <div id="no-search-results"></div> | 204 <div id="no-search-results"></div> |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
244 <div class="progress-bar" hidden> | 245 <div class="progress-bar" hidden> |
245 <div class="progress-track"></div> | 246 <div class="progress-track"></div> |
246 </div> | 247 </div> |
247 </div> | 248 </div> |
248 <div class="actions" hidden></div> | 249 <div class="actions" hidden></div> |
249 </div> | 250 </div> |
250 <div id="drag-image-container"></div> | 251 <div id="drag-image-container"></div> |
251 <iframe id="command-dispatcher" hidden></iframe> | 252 <iframe id="command-dispatcher" hidden></iframe> |
252 </body> | 253 </body> |
253 </html> | 254 </html> |
OLD | NEW |