aboutsummaryrefslogblamecommitdiffhomepage
path: root/tpl/default/addlink.html
blob: e42080082aebc5621cbc43ba7b09cc7ce48a000e (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                    
                                                         
                                                                                                     
           
                                                                                             

            
                                                    




                       

       
<!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>