diff booket.html @ 3:4786df0aec03

Display URL and hostname Display the hostname after the title and the full URL below it
author Guido Berhoerster <guido+booket@berhoerster.name>
date Mon, 08 Sep 2014 20:01:41 +0200
parents 82c50265c8dc
children e78c3356b585
line wrap: on
line diff
--- a/booket.html	Mon Sep 08 19:34:11 2014 +0200
+++ b/booket.html	Mon Sep 08 20:01:41 2014 +0200
@@ -132,13 +132,18 @@
         </template>
         <template id="bookmark-template">
           <li>
-            <a class="bookmark-link" target="_blank"></a><ul
-            class="tag-list"></ul>
+            <p>
+              <a class="bookmark-link" target="_blank"></a>
+              <span class="bookmark-hostname"></span>
+            </p>
+            <ul class="tag-list"></ul>
             <div class="bookmark-actions">
               <button type="button" name="edit-bookmark">Edit</button><button
               type="button" name="delete-bookmark">Delete</button>
             </div>
             <dl class="bookmark-metadata">
+              <dt>URL</dt>
+              <dd class="bookmark-url"></dd>
               <dt>Added</dt>
               <dd><time class="ctime"></time></dd>
               <dt>Last modified</dt>