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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
231 </div> | 231 </div> |
232 <div class=horizontal-spacer></div> | 232 <div class=horizontal-spacer></div> |
233 <select id="file-type"></select> | 233 <select id="file-type"></select> |
234 <button class=ok disabled>[OK]</button> | 234 <button class=ok disabled>[OK]</button> |
235 <div class=preparing-label i18n-content=PREPARING_LABEL>[PREPARING]</div> | 235 <div class=preparing-label i18n-content=PREPARING_LABEL>[PREPARING]</div> |
236 <div class=progress-bar> | 236 <div class=progress-bar> |
237 <div class=progress-track></div> | 237 <div class=progress-track></div> |
238 </div> | 238 </div> |
239 <button class=cancel i18n-content=CANCEL_LABEL>[CANCEL]</button> | 239 <button class=cancel i18n-content=CANCEL_LABEL>[CANCEL]</button> |
240 </div> | 240 </div> |
241 <div id="butter-bar" class="before-show"> | 241 <div id="butter-bar"> |
242 <div class="content"> | 242 <div class="content"> |
243 <div class="butter-message"></div> | 243 <div class="butter-message"></div> |
244 <div class="progress-bar hide-in-butter"> | 244 <div class="progress-bar" hidden> |
245 <div class="progress-track"></div> | 245 <div class="progress-track"></div> |
246 </div> | 246 </div> |
247 </div> | 247 </div> |
248 <div class="actions hide-in-butter"></div> | 248 <div class="actions" hidden></div> |
249 </div> | 249 </div> |
250 <div id="drag-image-container"></div> | 250 <div id="drag-image-container"></div> |
251 <iframe id="command-dispatcher" hidden></iframe> | 251 <iframe id="command-dispatcher" hidden></iframe> |
252 </body> | 252 </body> |
253 </html> | 253 </html> |
OLD | NEW |