]> git.mxchange.org Git - friendica.git/blob - view/smarty3/install_checks.tpl
44852b4101346d1ea52e31ea35c4a750505f9bb6
[friendica.git] / view / smarty3 / install_checks.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 <form  action="{{$baseurl}}/index.php?q=install" method="post">
9 <table>
10 {{foreach $checks as $check}}
11         <tr><td>{{$check.title}} </td><td><span class="icon s22 {{if $check.status}}on{{else}}{{if $check.required}}off{{else}}yellow{{/if}}{{/if}}"></td><td>{{if $check.required}}(required){{/if}}</td></tr>
12         {{if $check.help}}
13         <tr><td colspan="3"><blockquote>{{$check.help}}</blockquote></td></tr>
14         {{/if}}
15 {{/foreach}}
16 </table>
17
18 {{if $phpath}}
19         <input type="hidden" name="phpath" value="{{$phpath}}">
20 {{/if}}
21
22 {{if $passed}}
23         <input type="hidden" name="pass" value="2">
24         <input type="submit" value="{{$next}}">
25 {{else}}
26         <input type="hidden" name="pass" value="1">
27         <input type="submit" value="{{$reload}}">
28 {{/if}}
29 </form>