aboutsummaryrefslogtreecommitdiffstats
path: root/view/install_settings.tpl
diff options
context:
space:
mode:
authorFabio Comuni <fabio@krik.localdomain>2012-01-02 20:16:28 +0100
committerFabio Comuni <fabio@krik.localdomain>2012-01-02 20:16:28 +0100
commitc7bfd1e1bae28f2305e2d1d3425052a864a6e251 (patch)
treecb213f0657d8e949d2a43156b8080085567fa7d0 /view/install_settings.tpl
parent1fbffc76b18e94ecda86452fe16609295976c619 (diff)
downloadvolse-hubzilla-c7bfd1e1bae28f2305e2d1d3425052a864a6e251.tar.gz
volse-hubzilla-c7bfd1e1bae28f2305e2d1d3425052a864a6e251.tar.bz2
volse-hubzilla-c7bfd1e1bae28f2305e2d1d3425052a864a6e251.zip
install: fix install procedure
install procedure as a wizard graphical rappresentation of passed/unpassed system checks db connection test don't try anymore to create the db admin email and timezone are asked in a separate pass fix loading of database.sql, removing comments from phpmyadmin export fix check for .htconfig.php writability ask for php-cli path if not found in PATH install_db.tpl use field_* templates to render the form
Diffstat (limited to 'view/install_settings.tpl')
-rw-r--r--view/install_settings.tpl25
1 files changed, 25 insertions, 0 deletions
diff --git a/view/install_settings.tpl b/view/install_settings.tpl
new file mode 100644
index 000000000..05b87f904
--- /dev/null
+++ b/view/install_settings.tpl
@@ -0,0 +1,25 @@
+
+<h1>$title</h1>
+<h2>$pass</h2>
+
+
+{{ if $status }}
+<h3 class="error-message">$status</h3>
+{{ endif }}
+
+<form id="install-form" action="$baseurl/install" method="post">
+
+<input type="hidden" name="phpath" value="$phpath" />
+<input type="hidden" name="dbhost" value="$dbhost" />
+<input type="hidden" name="dbuser" value="$dbuser" />
+<input type="hidden" name="dbpass" value="$dbpass" />
+<input type="hidden" name="dbdata" value="$dbdata" />
+<input type="hidden" name="pass" value="4" />
+
+{{ inc field_input.tpl with $field=$adminmail }}{{endinc}}
+$timezone
+
+<input id="install-submit" type="submit" name="submit" value="$submit" />
+
+</form>
+