]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/addlink.html
Version 0.0.32 beta:
[github/shaarli/Shaarli.git] / tpl / addlink.html
diff --git a/tpl/addlink.html b/tpl/addlink.html
new file mode 100644 (file)
index 0000000..7dd767c
--- /dev/null
@@ -0,0 +1,15 @@
+<html>
+<head>{include="includes"}</head>
+<body onload="document.addform.post.focus();">
+<div id="pageheader">
+       {include="page.header"}
+       <div id="headerform">
+               <form method="GET" action="" name="addform" class="addform">
+                       <input type="text" name="post" style="width:50%;"> 
+                       <input type="submit" value="Add link" class="bigbutton">
+               </form>
+       </div>
+</div>
+{include="page.footer"}
+</body>
+</html>
\ No newline at end of file