]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - tpl/install.html
Initial commit (version 0.0.40 beta)
[github/shaarli/Shaarli.git] / tpl / install.html
1 <!DOCTYPE html>
2 <html>
3 <head>{include="includes"}{$timezone_js}</head>
4 <body onload="document.installform.setlogin.focus();">
5 <div style="margin-left:20px;">
6 <h1>Shaarli</h1>
7 It looks like it's the first time you run Shaarli. Please configure it:<br>
8 <div style="color:white !important;">
9 <form method="POST" action="" name="installform" id="installform" style="border:1px solid black; padding:10 10 10 10;">
10 <table border="0" cellpadding="20">
11 <tr><td><b>Login:</b></td><td><input type="text" name="setlogin" size="30"></td></tr>
12 <tr><td><b>Password:</b></td><td><input type="password" name="setpassword" size="30"></td></tr>
13 {$timezone_html}
14 <tr><td><b>Page title:</b></td><td><input type="text" name="title" size="30"></td></tr>
15 <tr><td></td><td align="right"><input type="submit" name="Save" value="Save config" class="bigbutton"></td></tr>
16 </table>
17 </form>
18 </div>
19 {include="page.footer"}
20 </body>
21 </html>