]> git.mxchange.org Git - friendica.git/blob - view/install_db.tpl
00c3b82658a3e6bf968882c66f8a94ae33b11a9a
[friendica.git] / view / install_db.tpl
1
2 <h3>Mistpark Personal Edition</h3>
3 <h3>Installation</h3>
4
5 <p>
6 In order to install Mistpark we need to know how to contact your database. Please contact your hosting provider or site administrator if you have questions about these settings. The database you specify below must already exist. If it does not, please create it before continuing. 
7 </p>
8
9 <form id="install-form" action="install" method="post">
10
11 <input type="hidden" name="phpath" value="$phpath" />
12
13 <label for="install-dbhost" id="install-dbhost-label">Database Server Name</label>
14 <input type="text" name="dbhost" id="install-dbhost" value="$dbhost" />
15 <div id="install-dbhost-end"></div>
16
17 <label for="install-dbuser" id="install-dbuser-label">Database Login Name</label>
18 <input type="text" name="dbuser" id="install-dbuser" value="$dbuser" />
19 <div id="install-dbuser-end"></div>
20
21 <label for="install-dbpass" id="install-dbpass-label">Database Login Password</label>
22 <input type="password" name="dbpass" id="install-dbpass" value="$dbpass" />
23 <div id="install-dbpass-end"></div>
24
25 <label for="install-dbdata" id="install-dbdata-label">Database Name</label>
26 <input type="text" name="dbdata" id="install-dbdata"  value="$dbdata" />
27 <div id="install-dbdata-end"></div>
28
29 <div id="install-tz-desc">
30 Please select a default timezone for your website
31 </div>
32
33 $tzselect
34
35 <div id="install-tz-end" ></div>
36 <input id="install-submit" type="submit" name="submit" value="$submit" /> 
37
38 </form>
39 <div id="install-end" ></div>
40