]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - tpl/vintage/install.html
Merge pull request #783 from Sbgodin/spaceInBookmarklets
[github/shaarli/Shaarli.git] / tpl / vintage / install.html
1 <!DOCTYPE html>
2 <html>
3 <head>{include="includes"}{$timezone_js}</head>
4 <body onload="document.installform.setlogin.focus();">
5 <div id="install">
6 <h1>Shaarli</h1>
7 It looks like it's the first time you run Shaarli. Please configure it:<br>
8 <form method="POST" action="#" name="installform" id="installform">
9 <table>
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 valign="top"><b>Update:</b></td><td>
15 <input type="checkbox" name="updateCheck" id="updateCheck" checked="checked"><label for="updateCheck">&nbsp;Notify me when a new release is ready</label></td>
16 </tr>
17 <tr>
18 <td valign="top">
19 <b>API:</b>
20 </td>
21 <td>
22 <input type="checkbox" name="enableApi" id="enableApi" checked="checked">
23 <label for="enableApi">
24 &nbsp;Enable Shaarli's REST API.
25 Allow third party software to use Shaarli such as mobile application.
26 </label>
27 </td>
28 </tr>
29 <tr><td colspan="2"><input type="submit" name="Save" value="Save config" class="bigbutton"></td></tr>
30 </table>
31 </form>
32 </div>
33 {include="page.footer"}
34 </body>
35 </html>