Mercurial > projects > booket
comparison booket.html @ 4:e78c3356b585
Hide bookmark details
Hide bookmark details and actions and only show title and tags by default
author | Guido Berhoerster <guido+booket@berhoerster.name> |
---|---|
date | Mon, 08 Sep 2014 20:05:35 +0200 |
parents | 4786df0aec03 |
children | 39c95b9826d2 |
comparison
equal
deleted
inserted
replaced
3:4786df0aec03 | 4:e78c3356b585 |
---|---|
130 <li><button type="button" name="set-tag"></button><button | 130 <li><button type="button" name="set-tag"></button><button |
131 type="button" name="toggle-tag"></button></li> | 131 type="button" name="toggle-tag"></button></li> |
132 </template> | 132 </template> |
133 <template id="bookmark-template"> | 133 <template id="bookmark-template"> |
134 <li> | 134 <li> |
135 <p> | 135 <details> |
136 <a class="bookmark-link" target="_blank"></a> | 136 <summary><p> |
137 <span class="bookmark-hostname"></span> | 137 <a class="bookmark-link" target="_blank"></a> |
138 </p> | 138 <span class="bookmark-hostname"></span> |
139 <ul class="tag-list"></ul> | 139 </p> |
140 <div class="bookmark-actions"> | 140 <ul class="tag-list"></ul></summary> |
141 <button type="button" name="edit-bookmark">Edit</button><button | 141 <div class="bookmark-actions"> |
142 type="button" name="delete-bookmark">Delete</button> | 142 <button type="button" name="edit-bookmark">Edit</button><button |
143 </div> | 143 type="button" name="delete-bookmark">Delete</button> |
144 <dl class="bookmark-metadata"> | 144 </div> |
145 <dt>URL</dt> | 145 <dl class="bookmark-metadata"> |
146 <dd class="bookmark-url"></dd> | 146 <dt>URL</dt> |
147 <dt>Added</dt> | 147 <dd class="bookmark-url"></dd> |
148 <dd><time class="ctime"></time></dd> | 148 <dt>Added</dt> |
149 <dt>Last modified</dt> | 149 <dd><time class="ctime"></time></dd> |
150 <dd><time class="mtime"></time></dd> | 150 <dt>Last modified</dt> |
151 </dl> | 151 <dd><time class="mtime"></time></dd> |
152 </dl> | |
153 </details> | |
152 </li> | 154 </li> |
153 </template> | 155 </template> |
154 </ul> | 156 </ul> |
155 </section> | 157 </section> |
156 </main> | 158 </main> |