43 lines
No EOL
1.2 KiB
HTML
43 lines
No EOL
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
{include="includes"}{$timezone_js}
|
|
</head>
|
|
<body>
|
|
<div id="logo" title="Share your links !"></div>
|
|
<div id="pageheader">
|
|
<form method="post" action="?" name="installform" id="configform">
|
|
<p>
|
|
<h3>It looks like it's the first time you run Shaarli. Please configure it:</h3>
|
|
</p>
|
|
<p>
|
|
<label>Login : </label>
|
|
<input type="text" name="setlogin" autofocus="autofocus"/>
|
|
</p>
|
|
<p>
|
|
<label>Password : </label>
|
|
<input type="password" name="setpassword"/>
|
|
</p>
|
|
<p>
|
|
{$timezone_html}
|
|
</p>
|
|
<p>
|
|
<label>Page title : </label>
|
|
<input type="text" name="title" />
|
|
</p>
|
|
<p>
|
|
<label>Update : </label>
|
|
<input type="checkbox" name="updateCheck" id="updateCheck" checked="checked"/>
|
|
<label for="updateCheck"> Notify me when a new release is ready</label>
|
|
</p>
|
|
<p>
|
|
More option avaible in my Shaarli configuration page.
|
|
</p>
|
|
<p>
|
|
<input type="submit" name="Save" value="Save config" class="bigbutton">
|
|
</p>
|
|
</form>
|
|
</div>
|
|
{include="page.footer"}
|
|
</body>
|
|
</html> |