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
5 found in the LICENSE file.
10 <title i18n-content=
"domDistillerTitle"></title>
11 <link rel=
"stylesheet" href=
"chrome://resources/css/chrome_shared.css">
12 <link rel=
"stylesheet" href=
"chrome://resources/css/overlay.css">
13 <link rel=
"stylesheet" href=
"about_dom_distiller.css">
16 <script src=
"chrome://resources/js/ios/chrome.js"></script>
18 <script src=
"chrome://resources/js/cr.js"></script>
19 <script src=
"chrome://resources/js/util.js"></script>
20 <script src=
"chrome://resources/js/load_time_data.js"></script>
21 <script src=
"chrome://resources/js/cr/ui/overlay.js"></script>
22 <script src=
"about_dom_distiller.js"></script>
23 <script src=
"strings.js"></script>
26 <div id=
"mainContent">
27 <div id=
"list-section">
29 <h1 id=
"listTitle" i18n-content=
"domDistillerTitle"></h1>
32 <label for=
"article_url" i18n-content=
"addArticleUrl"></label>
33 <input type=
"text" id=
"article_url" />
35 <button id=
"addbutton" i18n-content=
"addArticleAddButtonLabel"></button>
36 <button id=
"viewbutton" i18n-content=
"viewUrlButtonLabel"></button>
37 <span id=
"add-entry-error" i18n-content=
"addArticleFailedLabel"></span>
38 <span id=
"view-url-error" i18n-content=
"viewUrlFailedLabel"></span>
40 <div id=
"update-list">
42 <button id=
"refreshbutton" i18n-content=
"refreshButtonLabel"></button>
43 <span id=
"entries-list-loading" i18n-content=
"loadingEntries"></span>
46 <ul id=
"entries-list">
50 <script src=
"chrome://resources/js/i18n_template.js"></script>
51 <script src=
"chrome://resources/js/jstemplate_compiled.js"></script>