OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html i18n-values="dir:textdirection"> | 2 <html i18n-values="dir:textdirection"> |
3 <!-- | 3 <!-- |
4 | 4 |
5 Copyright (c) 2012 The Chromium Authors. All rights reserved. | 5 Copyright (c) 2012 The Chromium Authors. All rights reserved. |
6 Use of this source code is governed by a BSD-style license that can be | 6 Use of this source code is governed by a BSD-style license that can be |
7 found in the LICENSE file. | 7 found in the LICENSE file. |
8 | 8 |
9 --> | 9 --> |
10 <head> | 10 <head> |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 | 57 |
58 <header> | 58 <header> |
59 <h2 i18n-content="title"></h2> | 59 <h2 i18n-content="title"></h2> |
60 <form> | 60 <form> |
61 <input type="search" id="term" tabindex=1 autofocus incremental | 61 <input type="search" id="term" tabindex=1 autofocus incremental |
62 i18n-values="placeholder:search_button"> | 62 i18n-values="placeholder:search_button"> |
63 </form> | 63 </form> |
64 </header> | 64 </header> |
65 | 65 |
66 <div class="summary"> | 66 <div class="summary"> |
67 <button menu="#organize-menu" tabindex="4" i18n-content="organize_menu"> | 67 <div> |
68 </button> | 68 <button menu="#organize-menu" tabindex="4" i18n-content="organize_menu"> |
| 69 </button> |
| 70 </div> |
69 </div> | 71 </div> |
70 | 72 |
71 <div class=main> | 73 <div class=main> |
72 <div id=tree-container> | 74 <div id=tree-container> |
73 <tree id=tree tabindex=2 role="tree"></tree> | 75 <tree id=tree tabindex=2 role="tree"></tree> |
74 </div> | 76 </div> |
75 <div class=splitter></div> | 77 <div class=splitter></div> |
76 <list id=list tabindex=2></list> | 78 <list id=list tabindex=2></list> |
77 </div> | 79 </div> |
78 | 80 |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
147 <button command="#delete-command"></button> | 149 <button command="#delete-command"></button> |
148 <button command="#undo-delete-command"></button> | 150 <button command="#undo-delete-command"></button> |
149 <hr> | 151 <hr> |
150 <button command="#add-new-bookmark-command"></button> | 152 <button command="#add-new-bookmark-command"></button> |
151 <button command="#new-folder-command"></button> | 153 <button command="#new-folder-command"></button> |
152 </menu> | 154 </menu> |
153 | 155 |
154 <script src="js/main.js"></script> | 156 <script src="js/main.js"></script> |
155 </body> | 157 </body> |
156 </html> | 158 </html> |
OLD | NEW |