Mercurial > projects > booket
comparison booket.html @ 7:a1a934adff8d version-2
Add support for favicons
author | Guido Berhoerster <guido+booket@berhoerster.name> |
---|---|
date | Sun, 14 Sep 2014 23:12:37 +0200 |
parents | e9ad4c625b7a |
children | 19900803f7d0 |
comparison
equal
deleted
inserted
replaced
6:e9ad4c625b7a | 7:a1a934adff8d |
---|---|
49 <input type="hidden" name="original-url"></input> | 49 <input type="hidden" name="original-url"></input> |
50 <label>URL <input type="url" required="required" | 50 <label>URL <input type="url" required="required" |
51 name="url" size="60" placeholder="http://example.com/"></input></label> | 51 name="url" size="60" placeholder="http://example.com/"></input></label> |
52 <label>Title <input type="text" name="title" size="60" | 52 <label>Title <input type="text" name="title" size="60" |
53 placeholder="A Title"></input></label> | 53 placeholder="A Title"></input></label> |
54 <label>Favicon <img width="16" height="16" src="missing-favicon.svg" | |
55 class="bookmark-favicon" alt=""></img><input type="hidden" | |
56 name="favicon"></input></label> | |
54 <div> | 57 <div> |
55 <ul class="tag-input-list"></ul> | 58 <ul class="tag-input-list"></ul> |
56 <button type="button" name="more-tags">Add more tags</button> | 59 <button type="button" name="more-tags">Add more tags</button> |
57 </div> | 60 </div> |
58 <label>Import from Bookmarklet | 61 <label>Import from Bookmarklet |
142 type="button" name="toggle-tag"></button></li> | 145 type="button" name="toggle-tag"></button></li> |
143 </template> | 146 </template> |
144 <template id="bookmark-template"> | 147 <template id="bookmark-template"> |
145 <li> | 148 <li> |
146 <details> | 149 <details> |
147 <summary><p> | 150 <summary><p><img width="16" height="16" |
151 class="bookmark-favicon"></img> | |
148 <a class="bookmark-link" target="_blank"></a> | 152 <a class="bookmark-link" target="_blank"></a> |
149 <span class="bookmark-hostname"></span> | 153 <span class="bookmark-hostname"></span> |
150 </p> | 154 </p> |
151 <ul class="tag-list"></ul></summary> | 155 <ul class="tag-list"></ul></summary> |
152 <div class="bookmark-actions"> | 156 <div class="bookmark-actions"> |