OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html i18n-values="dir:textdirection"> | 2 <html i18n-values="dir:textdirection;lang:language"> |
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> |
11 <meta name="google" value="notranslate"> | 11 <meta name="google" value="notranslate"> |
12 <meta charset="utf-8"> | 12 <meta charset="utf-8"> |
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
198 <button command="#delete-command"></button> | 198 <button command="#delete-command"></button> |
199 <button command="#undo-delete-command"></button> | 199 <button command="#undo-delete-command"></button> |
200 <hr> | 200 <hr> |
201 <button command="#add-new-bookmark-command"></button> | 201 <button command="#add-new-bookmark-command"></button> |
202 <button command="#new-folder-command"></button> | 202 <button command="#new-folder-command"></button> |
203 </cr-menu> | 203 </cr-menu> |
204 | 204 |
205 <script src="js/main.js"></script> | 205 <script src="js/main.js"></script> |
206 </body> | 206 </body> |
207 </html> | 207 </html> |
OLD | NEW |