diff options
Diffstat (limited to 'tpl/default/addlink.html')
-rw-r--r-- | tpl/default/addlink.html | 28 |
1 files changed, 18 insertions, 10 deletions
diff --git a/tpl/default/addlink.html b/tpl/default/addlink.html index da50f45e..2f956e06 100644 --- a/tpl/default/addlink.html +++ b/tpl/default/addlink.html | |||
@@ -1,15 +1,23 @@ | |||
1 | <!DOCTYPE html> | 1 | <!DOCTYPE html> |
2 | <html> | 2 | <html> |
3 | <head>{include="includes"}</head> | 3 | <head> |
4 | <body onload="document.addform.post.focus();"> | 4 | {include="includes"} |
5 | <div id="pageheader"> | 5 | </head> |
6 | {include="page.header"} | 6 | <body> |
7 | <div id="headerform"> | 7 | {include="page.header"} |
8 | <form method="GET" action="" name="addform" class="addform"> | 8 | <div class="pure-g"> |
9 | <input type="text" name="post" class="linkurl"> | 9 | <div class="pure-u-lg-1-3 pure-u-1-24"></div> |
10 | <input type="submit" value="Add link" class="bigbutton"> | 10 | <div id="addlink-form" class="page-form page-form-light pure-u-lg-1-3 pure-u-22-24"> |
11 | </form> | 11 | <h2 class="window-title">{"Shaare a new link"|t}</h2> |
12 | </div> | 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> | ||
13 | </div> | 21 | </div> |
14 | {include="page.footer"} | 22 | {include="page.footer"} |
15 | </body> | 23 | </body> |