2013-02-26 10:09:41 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>{include="includes"}{$timezone_js}</head>
|
|
|
|
<body onload="document.installform.setlogin.focus();">
|
2014-12-02 21:00:52 +01:00
|
|
|
<div id="install">
|
2013-02-26 10:09:41 +01:00
|
|
|
<h1>Shaarli</h1>
|
|
|
|
It looks like it's the first time you run Shaarli. Please configure it:<br>
|
2014-12-02 21:00:52 +01:00
|
|
|
<form method="POST" action="" name="installform" id="installform">
|
|
|
|
<table>
|
2013-02-26 10:09:41 +01:00
|
|
|
<tr><td><b>Login:</b></td><td><input type="text" name="setlogin" size="30"></td></tr>
|
|
|
|
<tr><td><b>Password:</b></td><td><input type="password" name="setpassword" size="30"></td></tr>
|
|
|
|
{$timezone_html}
|
|
|
|
<tr><td><b>Page title:</b></td><td><input type="text" name="title" size="30"></td></tr>
|
2014-12-02 21:00:52 +01:00
|
|
|
<tr><td colspan="2"><input type="submit" name="Save" value="Save config" class="bigbutton"></td></tr>
|
2013-02-26 10:09:41 +01:00
|
|
|
</table>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
{include="page.footer"}
|
|
|
|
</body>
|
2014-12-02 21:00:52 +01:00
|
|
|
</html>
|