Index: /trunk/index.cgi
===================================================================
--- /trunk/index.cgi	(revision 28)
+++ /trunk/index.cgi	(revision 29)
@@ -1,7 +1,4 @@
 #!/usr/bin/perl -w
 use strict;
-
-# bookmarklet to add a bookmark via the browser
-# javascript:(function(){window.open("http://grim.ath.cx/~peter/bookmarks?uri="+document.location+"&title="+document.title,"edit_bookmark","width=800,height=250")})()
 
 package BookmarkApp::Dispatch;
Index: /trunk/list.tt
===================================================================
--- /trunk/list.tt	(revision 28)
+++ /trunk/list.tt	(revision 29)
@@ -48,5 +48,5 @@
 }
 .cotags {
-    height: 100%;
+    height: 75%;
     border-top: 1px dotted #999;
     border-bottom: 1px dotted #999;
@@ -149,4 +149,7 @@
       </form>
     </div>
+    <p>
+      <a class="bookmarklet" href="javascript:(function(){window.open(%22[% base_url %]?uri=%22+encodeURIComponent(document.location)+%22&title=%22+encodeURIComponent(document.title),%22edit_bookmark%22,%22width=800,height=250%22)})()" title="Javascript Bookmarklet">Make Bookmark</a>
+    </p>
   </body>
 </html>
