diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-07-28 11:07:55 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2018-07-28 11:07:55 +0200 |
commit | 83faedadff76c5bdca036f39f13943f63b27e164 (patch) | |
tree | 6f44cede16ec6a60f10b9699e211e0818f06d2c8 /tpl/default/addlink.html | |
parent | 1d9eb22a3df85b67fe6652c0876cd7382c2fb525 (diff) | |
parent | 658988f3aeba7a5a938783249ccf2765251e5597 (diff) | |
download | Shaarli-83faedadff76c5bdca036f39f13943f63b27e164.tar.gz Shaarli-83faedadff76c5bdca036f39f13943f63b27e164.tar.zst Shaarli-83faedadff76c5bdca036f39f13943f63b27e164.zip |
Merge tag 'v0.9.7' into stable
Release v0.9.7
Diffstat (limited to 'tpl/default/addlink.html')
-rw-r--r-- | tpl/default/addlink.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tpl/default/addlink.html b/tpl/default/addlink.html new file mode 100644 index 00000000..2f956e06 --- /dev/null +++ b/tpl/default/addlink.html | |||
@@ -0,0 +1,24 @@ | |||
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 | <input type="text" name="post" placeholder="{'URL or leave empty to post a note'|t}" class="autofocus"> | ||
15 | </div> | ||
16 | <div> | ||
17 | <input type="submit" value="{'Add link'|t}"> | ||
18 | </div> | ||
19 | </form> | ||
20 | </div> | ||
21 | </div> | ||
22 | {include="page.footer"} | ||
23 | </body> | ||
24 | </html> | ||