| 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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 <grid class=thumbnail-grid tabindex=0></grid> | 188 <grid class=thumbnail-grid tabindex=0></grid> |
| 189 <div class=spinner></div> | 189 <div class=spinner></div> |
| 190 </div> | 190 </div> |
| 191 <div class=downloads-warning hidden> | 191 <div class=downloads-warning hidden> |
| 192 <img src=images/warning_icon_square_26x26.png> | 192 <img src=images/warning_icon_square_26x26.png> |
| 193 <div></div> | 193 <div></div> |
| 194 </div> | 194 </div> |
| 195 </div> | 195 </div> |
| 196 <div class=preview-panel visibility=hidden> | 196 <div class=preview-panel visibility=hidden> |
| 197 <div><div class=preview-thumbnails></div></div> | 197 <div><div class=preview-thumbnails></div></div> |
| 198 <div><div class=preview-summary></div></div> | 198 <div class=preview-summary></div> |
| 199 <div class=spacer></div> | 199 <div class=spacer></div> |
| 200 <div class=tasks></div> | 200 <div class=tasks></div> |
| 201 <div class='delete-button cr-button task-item' command='#delete' | 201 <div class='delete-button cr-button task-item' command='#delete' |
| 202 role="button" tabindex=0 | 202 role="button" tabindex=0 |
| 203 onclick='fileManager.deleteEntries( | 203 onclick='fileManager.deleteEntries( |
| 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);}' |
| (...skipping 23 matching lines...) Expand all Loading... |
| 232 <div class="progress-bar hide-in-butter"> | 232 <div class="progress-bar hide-in-butter"> |
| 233 <div class="progress-track"></div> | 233 <div class="progress-track"></div> |
| 234 </div> | 234 </div> |
| 235 </div> | 235 </div> |
| 236 <div class="actions hide-in-butter"></div> | 236 <div class="actions hide-in-butter"></div> |
| 237 </div> | 237 </div> |
| 238 | 238 |
| 239 <script>init();</script> | 239 <script>init();</script> |
| 240 </body> | 240 </body> |
| 241 </html> | 241 </html> |
| OLD | NEW |