]> git.mxchange.org Git - friendica.git/blob - view/smarty3/install_settings.tpl
Merge branch 'master' of https://github.com/annando/friendica
[friendica.git] / view / smarty3 / install_settings.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 {{if $status}}
12 <h3 class="error-message">{{$status}}</h3>
13 {{/if}}
14
15 <form id="install-form" action="{{$baseurl}}/install" method="post">
16
17 <input type="hidden" name="phpath" value="{{$phpath}}" />
18 <input type="hidden" name="dbhost" value="{{$dbhost}}" />
19 <input type="hidden" name="dbuser" value="{{$dbuser}}" />
20 <input type="hidden" name="dbpass" value="{{$dbpass}}" />
21 <input type="hidden" name="dbdata" value="{{$dbdata}}" />
22 <input type="hidden" name="pass" value="4" />
23
24 {{include file="field_input.tpl" field=$adminmail}}
25 {{$timezone}}
26
27 <input id="install-submit" type="submit" name="submit" value="{{$submit}}" /> 
28
29 </form>
30