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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
224 <button id="delete-button" command="#delete" | 224 <button id="delete-button" command="#delete" |
225 i18n-content="DELETE_BUTTON_LABEL"> | 225 i18n-content="DELETE_BUTTON_LABEL"> |
226 </button> | 226 </button> |
227 </div> | 227 </div> |
228 </div> | 228 </div> |
229 <div id="unmounted-panel"></div> | 229 <div id="unmounted-panel"></div> |
230 </div> | 230 </div> |
231 </div> | 231 </div> |
232 </div> | 232 </div> |
233 <div class=dialog-footer invisibleif="full-page"> | 233 <div class=dialog-footer invisibleif="full-page"> |
| 234 <button id="new-folder" i18n-content=NEW_FOLDER_BUTTON_LABEL |
| 235 visibleif="saveas-file">[NEW FOLDER]</button> |
234 <div id="filename-input-box"> | 236 <div id="filename-input-box"> |
235 <div class=filename-label i18n-content=FILENAME_LABEL>[FILENAME]</div> | 237 <div class=filename-label i18n-content=FILENAME_LABEL>[FILENAME]</div> |
236 <input type=text spellcheck=false> | 238 <input type=text spellcheck=false> |
237 </div> | 239 </div> |
238 <div class=horizontal-spacer></div> | 240 <div class=horizontal-spacer></div> |
239 <select id="file-type"></select> | 241 <select id="file-type"></select> |
240 <button class=ok disabled>[OK]</button> | 242 <button class=ok disabled>[OK]</button> |
241 <div class=preparing-label i18n-content=PREPARING_LABEL>[PREPARING]</div> | 243 <div class=preparing-label i18n-content=PREPARING_LABEL>[PREPARING]</div> |
242 <div class=progress-bar> | 244 <div class=progress-bar> |
243 <div class=progress-track></div> | 245 <div class=progress-track></div> |
244 </div> | 246 </div> |
245 <button class=cancel i18n-content=CANCEL_LABEL>[CANCEL]</button> | 247 <button class=cancel i18n-content=CANCEL_LABEL>[CANCEL]</button> |
246 </div> | 248 </div> |
247 <div id="butter-bar"> | 249 <div id="butter-bar"> |
248 <div class="content"> | 250 <div class="content"> |
249 <div class="butter-message"></div> | 251 <div class="butter-message"></div> |
250 <div class="progress-bar" hidden> | 252 <div class="progress-bar" hidden> |
251 <div class="progress-track"></div> | 253 <div class="progress-track"></div> |
252 </div> | 254 </div> |
253 </div> | 255 </div> |
254 <div class="actions" hidden></div> | 256 <div class="actions" hidden></div> |
255 </div> | 257 </div> |
256 <div id="drag-image-container"></div> | 258 <div id="drag-image-container"></div> |
257 <iframe id="command-dispatcher" hidden></iframe> | 259 <iframe id="command-dispatcher" hidden></iframe> |
258 </body> | 260 </body> |
259 </html> | 261 </html> |
OLD | NEW |