CINXE.COM
Pinboard - Save a Bookmark
<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Pinboard - Save a Bookmark</title> <link rel="stylesheet" href="/stylesheets/popup.css" /> <link rel="stylesheet" href="/stylesheets/autocomplete.css" /> </head> <body onload="init();"> <script language="javascript"> var min_height = 350; function init() { if (window.outerHeight < min_height) { window.resizeTo(700,min_height); } var url = document.getElementById("url"); var focus_me = url.value.length > 0 ? 'tags' : 'url'; document.getElementById(focus_me).focus(); get_suggested_tags(); } function checkEnter(e) { //e is event object passed from function invocation if( e.keyCode == 13) { submit(); return false; } else { return true; } } function submit() { document.forms[0].submit(); } function cancel() { window.close(); } </script><div id="popup_header">Pinboard - please log in</div><br/><br/> <form name="login" action="https://pinboard.in/auth/" method="post" > <table> <tr><td>username:</td><td><input name="username" type="text" value="" size="20" /></td></tr> <tr><td> password:</td><td> <input name="password" type="password" size ="20" /></td></tr> <tr><td></td><td><input type="hidden" name="redirect" size="90" value="/add/?url=https%3A%2F%2Fvlaamse-erfgoedbibliotheken.be%2Factiviteit%2Fmmfc&title=Medieval+Manuscripts+in+Flemish+Collections+%28MMFC%29+%7C+Vlaamse+Erfgoedbibliotheken&later=&next=same" /> <input type="submit" value="log in"/></td><tr> </form>