aboutsummaryrefslogtreecommitdiffstats
path: root/view/install_db.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-04-07 23:10:43 -0700
committerFriendika <info@friendika.com>2011-04-07 23:10:43 -0700
commite35a5bac55e0e259c7c587adfaf546484b032c92 (patch)
tree0e5a30005fc6e5272bde49c95f3674fd13f34ef5 /view/install_db.tpl
parent338ba485548f9ec1acbc9349f7db95e84c51e7eb (diff)
downloadvolse-hubzilla-e35a5bac55e0e259c7c587adfaf546484b032c92.tar.gz
volse-hubzilla-e35a5bac55e0e259c7c587adfaf546484b032c92.tar.bz2
volse-hubzilla-e35a5bac55e0e259c7c587adfaf546484b032c92.zip
the rest of the english html templates except for htconfig
Diffstat (limited to 'view/install_db.tpl')
-rw-r--r--view/install_db.tpl40
1 files changed, 40 insertions, 0 deletions
diff --git a/view/install_db.tpl b/view/install_db.tpl
new file mode 100644
index 000000000..1c59dbdb9
--- /dev/null
+++ b/view/install_db.tpl
@@ -0,0 +1,40 @@
+
+<h3>$lbl_01</h3>
+<h3>$lbl_02</h3>
+
+<p>
+$lbl_03 $lbl_04 $lbl_05
+</p>
+
+<form id="install-form" action="$baseurl/install" method="post">
+
+<input type="hidden" name="phpath" value="$phpath" />
+
+<label for="install-dbhost" id="install-dbhost-label">$lbl_06</label>
+<input type="text" name="dbhost" id="install-dbhost" value="$dbhost" />
+<div id="install-dbhost-end"></div>
+
+<label for="install-dbuser" id="install-dbuser-label">$lbl_07</label>
+<input type="text" name="dbuser" id="install-dbuser" value="$dbuser" />
+<div id="install-dbuser-end"></div>
+
+<label for="install-dbpass" id="install-dbpass-label">$lbl_08</label>
+<input type="password" name="dbpass" id="install-dbpass" value="$dbpass" />
+<div id="install-dbpass-end"></div>
+
+<label for="install-dbdata" id="install-dbdata-label">$lbl_09</label>
+<input type="text" name="dbdata" id="install-dbdata" value="$dbdata" />
+<div id="install-dbdata-end"></div>
+
+<div id="install-tz-desc">
+$lbl_10
+</div>
+
+$tzselect
+
+<div id="install-tz-end" ></div>
+<input id="install-submit" type="submit" name="submit" value="$submit" />
+
+</form>
+<div id="install-end" ></div>
+