This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/view/tpl/install.tpl
2017-07-17 16:19:19 +02:00

16 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>