]> git.mxchange.org Git - friendica.git/blob - view/smarty3/install_db.tpl
4c1c24d2608614d4981b211b70d158df05408a66
[friendica.git] / view / smarty3 / install_db.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <h1>{{$title}}</h1>
7 <h2>{{$pass}}</h2>
8
9
10 <p>
11 {{$info_01}}<br>
12 {{$info_02}}<br>
13 {{$info_03}}
14 </p>
15
16 {{if $status}}
17 <h3 class="error-message">{{$status}}</h3>
18 {{/if}}
19
20 <form id="install-form" action="{{$baseurl}}/install" method="post">
21
22 <input type="hidden" name="phpath" value="{{$phpath}}" />
23 <input type="hidden" name="pass" value="3" />
24
25 {{include file="field_input.tpl" field=$dbhost}}
26 {{include file="field_input.tpl" field=$dbuser}}
27 {{include file="field_password.tpl" field=$dbpass}}
28 {{include file="field_input.tpl" field=$dbdata}}
29
30
31 <input id="install-submit" type="submit" name="submit" value="{{$submit}}" /> 
32
33 </form>
34