aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/addlink.html
blob: 13adeb49d2f2f63374263bb1ca07b943f92c0e2a (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</h2>
    <form method="GET" action="" name="addform" class="addform">
      <div>
        <input type="text" name="post">
      </div>
      <div>
        <input type="submit" value="Add link">
      </div>
    </form>
  </div>
</div>
{include="page.footer"}
<script>
  document.getElementsByName('post')[0].focus();
</script>
</body>
</html>