1 <h1><img src="{{$baseurl}}/images/friendica-32.png"> {{$title}}</h1>
11 {{foreach $checks as $check}}
13 <td>{{$check.title}} </td>
15 {{if ! $check.status}}
16 <img src="{{$baseurl}}/view/install/red.png" alt="{{$requirement_not_satisfied}}">
22 <form id="install-form" action="{{$baseurl}}/install" method="post">
24 <input type="hidden" name="config-php_path" value="{{$php_path}}" />
25 <input type="hidden" name="config-hostname" value="{{$hostname}}" />
26 <input type="hidden" name="system-ssl_policy" value="{{$ssl_policy}}" />
27 <input type="hidden" name="system-basepath" value="{{$basepath}}" />
28 <input type="hidden" name="system-urlpath" value="{{$urlpath}}" />
29 <input type="hidden" name="pass" value="4" />
31 {{include file="field_input.tpl" field=$dbhost}}
32 {{include file="field_input.tpl" field=$dbuser}}
33 {{include file="field_password.tpl" field=$dbpass}}
34 {{include file="field_input.tpl" field=$dbdata}}
36 <input id="install-submit" type="submit" name="submit" value="{{$submit}}" />