]> git.mxchange.org Git - friendica.git/blob - view/smarty3/install_settings.tpl
add warning message about automatically generated templates
[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 <h1>{{$title}}</h1>
7 <h2>{{$pass}}</h2>
8
9
10 {{if $status}}
11 <h3 class="error-message">{{$status}}</h3>
12 {{/if}}
13
14 <form id="install-form" action="{{$baseurl}}/install" method="post">
15
16 <input type="hidden" name="phpath" value="{{$phpath}}" />
17 <input type="hidden" name="dbhost" value="{{$dbhost}}" />
18 <input type="hidden" name="dbuser" value="{{$dbuser}}" />
19 <input type="hidden" name="dbpass" value="{{$dbpass}}" />
20 <input type="hidden" name="dbdata" value="{{$dbdata}}" />
21 <input type="hidden" name="pass" value="4" />
22
23 {{include file="field_input.tpl" field=$adminmail}}
24 {{$timezone}}
25
26 <input id="install-submit" type="submit" name="submit" value="{{$submit}}" /> 
27
28 </form>
29