diff options
author | friendica <info@friendica.com> | 2012-01-02 14:04:08 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-02 14:04:08 -0800 |
commit | f1ee5f48d4a0bb2f293c6c9a38ba71cbeb9d14fa (patch) | |
tree | 077a9b89be96de24b2528719b403b663feb0cc88 /view/install_settings.tpl | |
parent | 3f2a492ce799e6328b9a52150319d303727df21b (diff) | |
parent | bbf491d52b73ff8152ecdf6700842eaa7a8d3bb8 (diff) | |
download | volse-hubzilla-f1ee5f48d4a0bb2f293c6c9a38ba71cbeb9d14fa.tar.gz volse-hubzilla-f1ee5f48d4a0bb2f293c6c9a38ba71cbeb9d14fa.tar.bz2 volse-hubzilla-f1ee5f48d4a0bb2f293c6c9a38ba71cbeb9d14fa.zip |
Merge branch 'pull'
Diffstat (limited to 'view/install_settings.tpl')
-rw-r--r-- | view/install_settings.tpl | 25 |
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> + |