aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/addlink.html
blob: bc328daacb6fb8e870580904ef34e18af1d13371 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<head>
  {include="includes"}
</head>
<body>
{include="page.header"}
<div class="pure-g">
  <div class="pure-u-lg-1-3 pure-u-1-8"></div>
  <div id="addlink-form" class="page-form pure-u-lg-1-3 pure-u-3-4">
    <h2>{"Shaare a new link"|t}</h2>
    <form method="GET" action="" name="addform" class="addform page-form page-form-light">
      <div>
        <input type="text" name="post" placeholder="{'URL or leave empty to post a note'|t}">
      </div>
      <div>
        <input type="submit" value="{'Add link'|t}">
      </div>
    </form>
  </div>
</div>
{include="page.footer"}
<script>
  document.getElementsByName('post')[0].focus();
</script>
</body>
</html>