]> git.mxchange.org Git - friendica.git/blob - view/smarty3/install_db.tpl
Implement Smarty3
[friendica.git] / view / smarty3 / 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 {{/if}}
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 {{include file="file:{{$field_input}}" field=$dbhost}}
22 {{include file="file:{{$field_input}}" field=$dbuser}}
23 {{include file="file:{{$field_password}}" field=$dbpass}}
24 {{include file="file:{{$field_input}}" field=$dbdata}}
25
26
27 <input id="install-submit" type="submit" name="submit" value="{{$submit}}" /> 
28
29 </form>
30