]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - tpl/addlink.html
7dd767cc089c8be6c5e329d8eb1027444b8ed959
[github/shaarli/Shaarli.git] / tpl / addlink.html
1 <html>
2 <head>{include="includes"}</head>
3 <body onload="document.addform.post.focus();">
4 <div id="pageheader">
5 {include="page.header"}
6 <div id="headerform">
7 <form method="GET" action="" name="addform" class="addform">
8 <input type="text" name="post" style="width:50%;">
9 <input type="submit" value="Add link" class="bigbutton">
10 </form>
11 </div>
12 </div>
13 {include="page.footer"}
14 </body>
15 </html>