streams/view/tpl/install.tpl
2017-07-17 16:19:19 +02:00

15 lines
322 B
Smarty
Executable file

<div class="container mt-4 mb-4">
<div class="jumbotron">
<h1>{{$title}}</h1>
<hr class="my-4">
<h2><i class="fa fa-{{$icon}}"></i>&nbsp; {{$pass}}</h2>
</div>
{{if $status}}
<div class="alert alert-danger">{{$status}}</div>
{{/if}}
<div class="alert alert-info">{{$text}}</div>
<br>
{{$what_next}}
</div>