OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <!-- | 2 <!-- |
3 Copyright 2013 The Chromium Authors. All rights reserved. | 3 Copyright 2013 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> | 7 <html> |
8 <head> | 8 <head> |
9 <meta charset="utf-8"> | 9 <meta charset="utf-8"> |
10 <title i18n-content="domDistillerTitle"></title> | 10 <title i18n-content="domDistillerTitle"></title> |
(...skipping 11 matching lines...) Expand all Loading... |
22 <script src="about_dom_distiller.js"></script> | 22 <script src="about_dom_distiller.js"></script> |
23 <script src="strings.js"></script> | 23 <script src="strings.js"></script> |
24 </head> | 24 </head> |
25 <body> | 25 <body> |
26 <div id="mainContent"> | 26 <div id="mainContent"> |
27 <div id="list-section"> | 27 <div id="list-section"> |
28 <header> | 28 <header> |
29 <h1 id="listTitle" i18n-content="domDistillerTitle"></h1> | 29 <h1 id="listTitle" i18n-content="domDistillerTitle"></h1> |
30 </header> | 30 </header> |
31 <div id="add-entry"> | 31 <div id="add-entry"> |
32 <form> | 32 <label for="article_url" i18n-content="addArticleUrl"></label> |
33 <label for="article_url" i18n-content="addArticleUrl"></label> | 33 <input type="text" id="article_url" /> |
34 <input type="text" id="article_url" /> | 34 <br/> |
35 <br/> | 35 <button id="addbutton" i18n-content="addArticleAddButtonLabel"></button> |
36 <button id="addbutton" i18n-content="addArticleAddButtonLabel"></butto
n> | 36 <button id="viewbutton" i18n-content="viewUrlButtonLabel"></button> |
37 </form> | |
38 <span id="add-entry-error" i18n-content="addArticleFailedLabel"></span> | 37 <span id="add-entry-error" i18n-content="addArticleFailedLabel"></span> |
| 38 <span id="view-url-error" i18n-content="viewUrlFailedLabel"></span> |
39 </div> | 39 </div> |
40 <div id="update-list"> | 40 <div id="update-list"> |
41 <form> | 41 <form> |
42 <button id="refreshbutton" i18n-content="refreshButtonLabel"></button> | 42 <button id="refreshbutton" i18n-content="refreshButtonLabel"></button> |
43 <span id="entries-list-loading" i18n-content="loadingEntries"></span> | 43 <span id="entries-list-loading" i18n-content="loadingEntries"></span> |
44 </form> | 44 </form> |
45 </div> | 45 </div> |
46 <ul id="entries-list"> | 46 <ul id="entries-list"> |
47 </ul> | 47 </ul> |
48 </div> | 48 </div> |
49 </div> | 49 </div> |
50 <script src="chrome://resources/js/i18n_template2.js"></script> | 50 <script src="chrome://resources/js/i18n_template2.js"></script> |
51 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 51 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
52 </body> | 52 </body> |
53 </html> | 53 </html> |
OLD | NEW |