2013-02-26 10:09:41 +01:00
|
|
|
<!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="" name="addform" class="addform">
|
2014-12-02 21:00:52 +01:00
|
|
|
<input type="text" name="post" class="linkurl">
|
2013-02-26 10:09:41 +01:00
|
|
|
<input type="submit" value="Add link" class="bigbutton">
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{include="page.footer"}
|
|
|
|
</body>
|
2014-12-02 21:00:52 +01:00
|
|
|
</html>
|