]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - tpl/default/addlink.html
add label to form - accessibility issue
[github/shaarli/Shaarli.git] / tpl / default / addlink.html
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-24"></div>
10 <div id="addlink-form" class="page-form page-form-light pure-u-lg-1-3 pure-u-22-24">
11 <h2 class="window-title">{"Shaare a new link"|t}</h2>
12 <form method="GET" action="#" name="addform" class="addform">
13 <div>
14 <label for="shaare">{'URL or leave empty to post a note'|t}</label>
15 <input type="text" name="post" id="shaare" class="autofocus">
16 </div>
17 <div>
18 <input type="submit" value="{'Add link'|t}">
19 </div>
20 </form>
21 </div>
22 </div>
23 {include="page.footer"}
24 </body>
25 </html>