friendica/view/templates/install_finished.tpl

11 wiersze
347 B
Smarty
Czysty Zwykły widok Historia

2022-04-28 10:41:26 +00:00
<h1><img width="32" height="32" src="{{$baseurl}}/images/friendica.svg"> {{$title}}</h1>
<h2>{{$pass}}</h2>
{{foreach $checks as $check}}
<img src="{{$baseurl}}/view/install/red.png" alt="{{$requirement_not_satisfied}}">
2018-12-21 05:05:31 +00:00
{{$check.title nofilter}}
<textarea rows="24" cols="80">{{$check.help nofilter}}</textarea>
{{/foreach}}
2018-12-21 05:05:31 +00:00
{{$text nofilter}}