aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/addlink.html
blob: c70e06c764a70bfa78347e1456739a71066466d2 (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
<!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 class="window-title">{"Shaare a new link"|t}</h2>
    <form method="GET" action="" name="addform" class="addform page-form page-form-light autofocus">
      <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"}
</body>
</html>