aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/addlink.html
blob: 7dd767cc089c8be6c5e329d8eb1027444b8ed959 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>