]> git.mxchange.org Git - friendica.git/blob - view/install_db.tpl
1302b5a708a18ba8a0386782438c4bbf9a76268b
[friendica.git] / view / install_db.tpl
1
2 <h1>$title</h1>
3 <h2>$pass</h2>
4
5
6 <p>
7 $info_01<br>
8 $info_02<br>
9 $info_03
10 </p>
11
12 {{ if $status }}
13 <h3 class="error-message">$status</h3>
14 {{ endif }}
15
16 <form id="install-form" action="$baseurl/install" method="post">
17
18 <input type="hidden" name="phpath" value="$phpath" />
19 <input type="hidden" name="pass" value="3" />
20
21 {{ inc field_input.tpl with $field=$dbhost }}{{endinc}}
22 {{ inc field_input.tpl with $field=$dbuser }}{{endinc}}
23 {{ inc field_password.tpl with $field=$dbpass }}{{endinc}}
24 {{ inc field_input.tpl with $field=$dbdata }}{{endinc}}
25
26
27 <input id="install-submit" type="submit" name="submit" value="$submit" /> 
28
29 </form>
30