2014-09-05 18:14:25 -04:00
|
|
|
|
2013-04-23 07:47:57 -04:00
|
|
|
|
2015-11-13 04:56:06 -05:00
|
|
|
<h1><img src="{{$baseurl}}/images/friendica-32.png"> {{$title}}</h1>
|
2013-04-23 07:47:57 -04:00
|
|
|
<h2>{{$pass}}</h2>
|
|
|
|
|
|
|
|
|
|
|
|
{{if $status}}
|
|
|
|
<h3 class="error-message">{{$status}}</h3>
|
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
<form id="install-form" action="{{$baseurl}}/install" method="post">
|
|
|
|
|
2015-02-16 03:30:12 -05:00
|
|
|
<input type="hidden" name="phpath" value="{{$phpath|escape:'html'}}" />
|
|
|
|
<input type="hidden" name="dbhost" value="{{$dbhost|escape:'html'}}" />
|
|
|
|
<input type="hidden" name="dbuser" value="{{$dbuser|escape:'html'}}" />
|
|
|
|
<input type="hidden" name="dbpass" value="{{$dbpass|escape:'html'}}" />
|
|
|
|
<input type="hidden" name="dbdata" value="{{$dbdata|escape:'html'}}" />
|
2013-04-23 07:47:57 -04:00
|
|
|
<input type="hidden" name="pass" value="4" />
|
|
|
|
|
|
|
|
{{include file="field_input.tpl" field=$adminmail}}
|
|
|
|
{{$timezone}}
|
2016-04-06 14:13:34 -04:00
|
|
|
{{include file="field_select.tpl" field=$language}}
|
2013-04-23 07:47:57 -04:00
|
|
|
|
2015-02-16 03:30:12 -05:00
|
|
|
<input id="install-submit" type="submit" name="submit" value="{{$submit|escape:'html'}}" />
|
2013-04-23 07:47:57 -04:00
|
|
|
|
|
|
|
</form>
|
|
|
|
|