]> git.mxchange.org Git - friendica.git/blob - view/smarty3/install_db.tpl
Merge pull request #594 from fermionic/20130127-add-event-id-index
[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
7 <h1>{{$title}}</h1>
8 <h2>{{$pass}}</h2>
9
10
11 <p>
12 {{$info_01}}<br>
13 {{$info_02}}<br>
14 {{$info_03}}
15 </p>
16
17 {{if $status}}
18 <h3 class="error-message">{{$status}}</h3>
19 {{/if}}
20
21 <form id="install-form" action="{{$baseurl}}/install" method="post">
22
23 <input type="hidden" name="phpath" value="{{$phpath}}" />
24 <input type="hidden" name="pass" value="3" />
25
26 {{include file="field_input.tpl" field=$dbhost}}
27 {{include file="field_input.tpl" field=$dbuser}}
28 {{include file="field_password.tpl" field=$dbpass}}
29 {{include file="field_input.tpl" field=$dbdata}}
30
31
32 <input id="install-submit" type="submit" name="submit" value="{{$submit}}" /> 
33
34 </form>
35