]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - tpl/default/addlink.html
Use a class for 'window' titles instead of h2
[github/shaarli/Shaarli.git] / tpl / default / addlink.html
CommitLineData
09d6e7e0
A
1<!DOCTYPE html>
2<html>
3<head>
4 {include="includes"}
5</head>
6<body>
7{include="page.header"}
8<div class="pure-g">
9 <div class="pure-u-lg-1-3 pure-u-1-8"></div>
10 <div id="addlink-form" class="page-form pure-u-lg-1-3 pure-u-3-4">
4daf556b 11 <h2 class="window-title">{"Shaare a new link"|t}</h2>
41039629 12 <form method="GET" action="" name="addform" class="addform page-form page-form-light autofocus">
09d6e7e0 13 <div>
ff56413e 14 <input type="text" name="post" placeholder="{'URL or leave empty to post a note'|t}">
09d6e7e0
A
15 </div>
16 <div>
ff56413e 17 <input type="submit" value="{'Add link'|t}">
09d6e7e0
A
18 </div>
19 </form>
20 </div>
21</div>
22{include="page.footer"}
09d6e7e0
A
23</body>
24</html>