aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/install.tpl
blob: 56faa052789985d60982dcc9024210ac9aa52c66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div class="container mt-4 mb-4">
	<div class="jumbotron">
		<h1>{{$title}}</h1>
		<hr class="my-4">
		{{if $icon}}
		<h2><i class="fa fa-{{$icon}}"></i>&nbsp; {{$pass}}</h2>
		{{/if}}
	</div>

	{{if $status}}
	<div class="alert alert-danger">{{$status}}</div>
	{{/if}}

	<div class="alert alert-info">{{$text}}</div>
	<br>
	{{if $what_next}}{{$what_next}}{{/if}}
</div>