aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/addlink.html
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/addlink.html')
-rw-r--r--tpl/addlink.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/tpl/addlink.html b/tpl/addlink.html
new file mode 100644
index 00000000..7dd767cc
--- /dev/null
+++ b/tpl/addlink.html
@@ -0,0 +1,15 @@
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> \ No newline at end of file