aboutsummaryrefslogblamecommitdiffhomepage
path: root/tpl/vintage/addlink.html
blob: ade08c7c69cfc108e1944b96d036dfc2e451edc3 (plain) (tree)
1
2
3
4
5
6
7
8
9






                                              
                                                                                                     
                                                                       





                                                                                
       
<!DOCTYPE html>
<html>
<head>{include="includes"}</head>
<body onload="document.addform.post.focus();">
<div id="pageheader">
	{include="page.header"}
	<div id="headerform">
		<form method="GET" action="{$base_path}/admin/shaare" name="addform" class="addform">
			<input type="text" name="post" class="linkurl">
			<input type="submit" value="Add link" class="bigbutton">
		</form>
	</div>
</div>
{include="page.footer"}
</body>
</html>