diff options
Diffstat (limited to 'tpl/install.html')
-rw-r--r-- | tpl/install.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tpl/install.html b/tpl/install.html new file mode 100644 index 00000000..1e48a185 --- /dev/null +++ b/tpl/install.html | |||
@@ -0,0 +1,20 @@ | |||
1 | <html> | ||
2 | <head>{include="includes"}{$timezone_js}</head> | ||
3 | <body onload="document.installform.setlogin.focus();"> | ||
4 | <div style="margin-left:20px;"> | ||
5 | <h1>Shaarli</h1> | ||
6 | It looks like it's the first time you run Shaarli. Please configure it:<br> | ||
7 | <div style="color:white !important;"> | ||
8 | <form method="POST" action="" name="installform" id="installform" style="border:1px solid black; padding:10 10 10 10;"> | ||
9 | <table border="0" cellpadding="20"> | ||
10 | <tr><td><b>Login:</b></td><td><input type="text" name="setlogin" size="30"></td></tr> | ||
11 | <tr><td><b>Password:</b></td><td><input type="password" name="setpassword" size="30"></td></tr> | ||
12 | {$timezone_html} | ||
13 | <tr><td><b>Page title:</b></td><td><input type="text" name="title" size="30"></td></tr> | ||
14 | <tr><td></td><td align="right"><input type="submit" name="Save" value="Save config" class="bigbutton"></td></tr> | ||
15 | </table> | ||
16 | </form> | ||
17 | </div> | ||
18 | {include="page.footer"} | ||
19 | </body> | ||
20 | </html> \ No newline at end of file | ||