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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 | 158 |
159 </div> | 159 </div> |
160 <div class="gdrive-welcome header"></div> | 160 <div class="gdrive-welcome header"></div> |
161 <div class=dialog-body> | 161 <div class=dialog-body> |
162 <div class=filelist-panel> | 162 <div class=filelist-panel> |
163 <div id="list-container"> | 163 <div id="list-container"> |
164 <div class=detail-table tabindex=0></div> | 164 <div class=detail-table tabindex=0></div> |
165 <grid class=thumbnail-grid tabindex=0></grid> | 165 <grid class=thumbnail-grid tabindex=0></grid> |
166 <div class=spinner></div> | 166 <div class=spinner></div> |
167 <div class="gdrive-welcome page"></div> | 167 <div class="gdrive-welcome page"></div> |
168 <div id="no-search-results" hidden></div> | 168 <div id="no-search-results"></div> |
169 </div> | 169 </div> |
170 <div class=downloads-warning hidden> | 170 <div class=downloads-warning hidden> |
171 <img src=images/warning_icon_square_26x26.png> | 171 <img src=images/warning_icon_square_26x26.png> |
172 <div></div> | 172 <div></div> |
173 </div> | 173 </div> |
174 </div> | 174 </div> |
175 <div class=preview-panel visibility=hidden> | 175 <div class=preview-panel visibility=hidden> |
176 <div> | 176 <div> |
177 <div class=preview-thumbnails></div> | 177 <div class=preview-thumbnails></div> |
178 </div> | 178 </div> |
(...skipping 30 matching lines...) Expand all Loading... |
209 <div class="progress-bar hide-in-butter"> | 209 <div class="progress-bar hide-in-butter"> |
210 <div class="progress-track"></div> | 210 <div class="progress-track"></div> |
211 </div> | 211 </div> |
212 </div> | 212 </div> |
213 <div class="actions hide-in-butter"></div> | 213 <div class="actions hide-in-butter"></div> |
214 </div> | 214 </div> |
215 <div id=drag-image-container></div> | 215 <div id=drag-image-container></div> |
216 <iframe id=command-dispatcher hidden></iframe> | 216 <iframe id=command-dispatcher hidden></iframe> |
217 </body> | 217 </body> |
218 </html> | 218 </html> |
OLD | NEW |