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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
251 </div> | 251 </div> |
252 </div> | 252 </div> |
253 </div> | 253 </div> |
254 </div> | 254 </div> |
255 <div class="splitter" id="sidebar-splitter"></div> | 255 <div class="splitter" id="sidebar-splitter"></div> |
256 <div class="dialog-main"> | 256 <div class="dialog-main"> |
257 <div class="dialog-header"> | 257 <div class="dialog-header"> |
258 <div class="search-box-wrapper"> | 258 <div class="search-box-wrapper"> |
259 <input id="search-box" type="search" tabindex="9" | 259 <input id="search-box" type="search" tabindex="9" |
260 i18n-values="aria-label:SEARCH_TEXT_LABEL"> | 260 i18n-values="aria-label:SEARCH_TEXT_LABEL"> |
| 261 <!-- This is placed at the head of search-box --> |
| 262 <div id="search-icon"></div> |
261 </div> | 263 </div> |
| 264 <div id="search-clear-button"></div> |
262 <div class="buttonbar"> | 265 <div class="buttonbar"> |
263 <button class="menubutton" id="gear-button" tabindex="10" | 266 <button class="menubutton" id="gear-button" tabindex="10" |
264 menu="#gear-menu"> | 267 menu="#gear-menu"> |
265 </button> | 268 </button> |
266 <button id="maximize-button" visibleif="full-page" tabindex="-1"> | 269 <button id="maximize-button" visibleif="full-page" tabindex="-1"> |
267 </button> | 270 </button> |
268 <button id="close-button" visibleif="full-page" tabindex="-1"> | 271 <button id="close-button" visibleif="full-page" tabindex="-1"> |
269 </button> | 272 </button> |
270 </div> | 273 </div> |
271 </div> | 274 </div> |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
340 <div class="right buttonbar"> | 343 <div class="right buttonbar"> |
341 <button class=ok disabled tabindex="6"></button> | 344 <button class=ok disabled tabindex="6"></button> |
342 <button class=cancel i18n-content=CANCEL_LABEL tabindex="7"></button> | 345 <button class=cancel i18n-content=CANCEL_LABEL tabindex="7"></button> |
343 </div> | 346 </div> |
344 </div> | 347 </div> |
345 <div id="drag-container"></div> | 348 <div id="drag-container"></div> |
346 <iframe id="command-dispatcher" hidden></iframe> | 349 <iframe id="command-dispatcher" hidden></iframe> |
347 <div class="overlay-pane" id="iframe-drag-area" hidden></div> | 350 <div class="overlay-pane" id="iframe-drag-area" hidden></div> |
348 </body> | 351 </body> |
349 </html> | 352 </html> |
OLD | NEW |