2013-02-26 10:09:41 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2017-12-15 12:16:50 +01:00
|
|
|
<head>
|
|
|
|
{include="includes"}
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
{include="page.header"}
|
|
|
|
<div class="pure-g">
|
|
|
|
<div class="pure-u-lg-1-3 pure-u-1-24"></div>
|
|
|
|
<div id="addlink-form" class="page-form page-form-light pure-u-lg-1-3 pure-u-22-24">
|
|
|
|
<h2 class="window-title">{"Shaare a new link"|t}</h2>
|
|
|
|
<form method="GET" action="#" name="addform" class="addform">
|
|
|
|
<div>
|
|
|
|
<input type="text" name="post" placeholder="{'URL or leave empty to post a note'|t}" class="autofocus">
|
2015-05-20 10:40:51 +02:00
|
|
|
</div>
|
2017-12-15 12:16:50 +01:00
|
|
|
<div>
|
|
|
|
<input type="submit" value="{'Add link'|t}">
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{include="page.footer"}
|
|
|
|
</body>
|
|
|
|
</html>
|