]> git.mxchange.org Git - friendica.git/blob - view/smarty3/install_checks.tpl
0d9b48fb31d234bf76ca5e6f020a9bd3bd452f9a
[friendica.git] / view / smarty3 / install_checks.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}<h1>{{$title}}</h1>
6 <h2>{{$pass}}</h2>
7 <form  action="{{$baseurl}}/index.php?q=install" method="post">
8 <table>
9 {{foreach $checks as $check}}
10         <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>
11         {{if $check.help}}
12         <tr><td colspan="3"><blockquote>{{$check.help}}</blockquote></td></tr>
13         {{/if}}
14 {{/foreach}}
15 </table>
16
17 {{if $phpath}}
18         <input type="hidden" name="phpath" value="{{$phpath}}">
19 {{/if}}
20
21 {{if $passed}}
22         <input type="hidden" name="pass" value="2">
23         <input type="submit" value="{{$next}}">
24 {{else}}
25         <input type="hidden" name="pass" value="1">
26         <input type="submit" value="{{$reload}}">
27 {{/if}}
28 </form>