| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 Copyright 2016 The Chromium Authors. All rights reserved. | 2 Copyright 2016 The Chromium Authors. All rights reserved. |
| 3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
| 4 found in the LICENSE file. | 4 found in the LICENSE file. |
| 5 --> | 5 --> |
| 6 <!DOCTYPE html> | 6 <!DOCTYPE html> |
| 7 <meta charset="utf-8"> | 7 <meta charset="utf-8"> |
| 8 <if expr="is_android or is_ios"> | 8 <if expr="is_android or is_ios"> |
| 9 <meta name="viewport" content="width=device-width, initial-scale=1.0, | 9 <meta name="viewport" content="width=device-width, initial-scale=1.0, |
| 10 maximum-scale=1.0, user-scalable=no"> | 10 maximum-scale=1.0, user-scalable=no"> |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 <td>URL | 54 <td>URL |
| 55 <td><a class="url" jsvalues="href:url" jscontent="url"></a> | 55 <td><a class="url" jsvalues="href:url" jscontent="url"></a> |
| 56 <tr> | 56 <tr> |
| 57 <td>Favicon | 57 <td>Favicon |
| 58 <td><a class="url" jsvalues="href:faviconUrl" | 58 <td><a class="url" jsvalues="href:faviconUrl" |
| 59 jscontent="faviconUrl"></a> | 59 jscontent="faviconUrl"></a> |
| 60 <tr> | 60 <tr> |
| 61 <td>Salient image | 61 <td>Salient image |
| 62 <td><a class="url" jsvalues="href:salientImageUrl" | 62 <td><a class="url" jsvalues="href:salientImageUrl" |
| 63 jscontent="salientImageUrl"></a> | 63 jscontent="salientImageUrl"></a> |
| 64 <tr> |
| 65 <td>Score |
| 66 <td jscontent="score"> |
| 64 </table> | 67 </table> |
| 65 </div> | 68 </div> |
| 66 </table> | 69 </table> |
| 67 <div class="detail" id="snippets-empty"></div> | 70 <div class="detail" id="snippets-empty"></div> |
| 68 <div class="forms"> | 71 <div class="forms"> |
| 69 <input id="submit-clear" type="submit" value="Clear the list"> | 72 <input id="submit-clear" type="submit" value="Clear the list"> |
| 70 <input id="submit-dump" type="submit" value="Dump the list"> | 73 <input id="submit-dump" type="submit" value="Dump the list"> |
| 71 </div> | 74 </div> |
| 72 <div class="forms"> | 75 <div class="forms"> |
| 73 <input id="submit-download" type="submit" value="Add snippets"> | 76 <input id="submit-download" type="submit" value="Add snippets"> |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 | 132 |
| 130 <div id="hosts"> | 133 <div id="hosts"> |
| 131 <h2>Suggestion hosts</h2> | 134 <h2>Suggestion hosts</h2> |
| 132 <table class="section-details"> | 135 <table class="section-details"> |
| 133 <tr jsselect="list"> | 136 <tr jsselect="list"> |
| 134 <td jscontent="url"> | 137 <td jscontent="url"> |
| 135 </table> | 138 </table> |
| 136 <div class="detail" id="hosts-empty"></div> | 139 <div class="detail" id="hosts-empty"></div> |
| 137 </div> | 140 </div> |
| 138 </div> | 141 </div> |
| OLD | NEW |