]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/install.html
Version 0.0.32 beta:
[github/shaarli/Shaarli.git] / tpl / install.html
diff --git a/tpl/install.html b/tpl/install.html
new file mode 100644 (file)
index 0000000..1e48a18
--- /dev/null
@@ -0,0 +1,20 @@
+<html>
+<head>{include="includes"}{$timezone_js}</head>
+<body onload="document.installform.setlogin.focus();">
+<div style="margin-left:20px;">
+<h1>Shaarli</h1>       
+It looks like it's the first time you run Shaarli. Please configure it:<br>
+<div style="color:white !important;">
+<form method="POST" action="" name="installform" id="installform" style="border:1px solid black; padding:10 10 10 10;">
+<table border="0" cellpadding="20">
+<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>
+<tr><td></td><td align="right"><input type="submit" name="Save" value="Save config" class="bigbutton"></td></tr>
+</table>
+</form>
+</div>
+{include="page.footer"}
+</body>
+</html>
\ No newline at end of file