| 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 <if expr="0"> | 9 <if expr="0"> |
| 10 <!-- <if ... /if> is removed while flattening HTML. --> | 10 <!-- <if ... /if> is removed while flattening HTML. --> |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 fileManager.selection.entries, false)' | 204 fileManager.selection.entries, false)' |
| 205 onkeypress='if (event.keyCode == 13 || | 205 onkeypress='if (event.keyCode == 13 || |
| 206 event.keyCode == 32) { | 206 event.keyCode == 32) { |
| 207 fileManager.deleteEntries( | 207 fileManager.deleteEntries( |
| 208 fileManager.selection.entries, false);}' | 208 fileManager.selection.entries, false);}' |
| 209 visibleif='this.dialogType_ == "full-page"' | 209 visibleif='this.dialogType_ == "full-page"' |
| 210 ><img src='images/button-icon-delete.png' | 210 ><img src='images/button-icon-delete.png' |
| 211 ><div i18n-content=DELETE_BUTTON_LABEL></div | 211 ><div i18n-content=DELETE_BUTTON_LABEL></div |
| 212 ></div> | 212 ></div> |
| 213 </div> | 213 </div> |
| 214 <div class='unmounted-panel'></div> |
| 214 </div> | 215 </div> |
| 215 </div> | 216 </div> |
| 216 </div> | 217 </div> |
| 217 <div class=dialog-footer visibleif='this.dialogType_ != "full-page"'> | 218 <div class=dialog-footer visibleif='this.dialogType_ != "full-page"'> |
| 218 <div class=filename-label i18n-content=FILENAME_LABEL | 219 <div class=filename-label i18n-content=FILENAME_LABEL |
| 219 visibleif='this.dialogType_ == "saveas-file"' | 220 visibleif='this.dialogType_ == "saveas-file"' |
| 220 >[FILENAME]</div> | 221 >[FILENAME]</div> |
| 221 <input type=text class=filename-input spellcheck=false | 222 <input type=text class=filename-input spellcheck=false |
| 222 tabindex=1 | 223 tabindex=1 |
| 223 visibleif='this.dialogType_ == "saveas-file"'> | 224 visibleif='this.dialogType_ == "saveas-file"'> |
| (...skipping 13 matching lines...) Expand all Loading... |
| 237 <div class="progress-track"></div> | 238 <div class="progress-track"></div> |
| 238 </div> | 239 </div> |
| 239 </div> | 240 </div> |
| 240 <div class="actions hide-in-butter"></div> | 241 <div class="actions hide-in-butter"></div> |
| 241 </div> | 242 </div> |
| 242 | 243 |
| 243 <script>init();</script> | 244 <script>init();</script> |
| 244 <div id=drag-image-container></div> | 245 <div id=drag-image-container></div> |
| 245 </body> | 246 </body> |
| 246 </html> | 247 </html> |
| OLD | NEW |