]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - tpl/install.html
bump version to 0.0.43beta
[github/shaarli/Shaarli.git] / tpl / install.html
CommitLineData
45034273
SS
1<!DOCTYPE html>
2<html>
3<head>{include="includes"}{$timezone_js}</head>
4<body onload="document.installform.setlogin.focus();">
c133612f 5<div id="install">
45034273
SS
6<h1>Shaarli</h1>
7It looks like it's the first time you run Shaarli. Please configure it:<br>
04751e04 8<form method="POST" action="#" name="installform" id="installform">
c133612f 9<table>
45034273
SS
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>
c133612f 14<tr><td colspan="2"><input type="submit" name="Save" value="Save config" class="bigbutton"></td></tr>
45034273
SS
15</table>
16</form>
17</div>
18{include="page.footer"}
19</body>
c133612f 20</html>