summaryrefslogtreecommitdiffstats
path: root/templates/page-main.html
blob: 6d35b9f3ea13d5b15a75725f2d2568aa4b5c73c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<div class="jumbotron">
	<h1>Willkommen, {{user}}</h1>
	<p>Dies ist die bwLehrpool Konfigurationsoberfläche.</p>
	{{#ipxe}}
		<div class="alert alert-warning">
			<p>Das iPXE-Modul des Servers ist veraltet oder nicht vorhanden.</p>
			<a class="btn btn-large btn-primary" href="?do=ipxe">iPXE compilieren</a>
		</div>
	{{/ipxe}}
	{{#minilinux}}
		<div class="alert alert-warning">
			<p>Wichtige Dateien der MiniLinux-Installation fehlen.</p>
			<a class="btn btn-large btn-primary" href="?do=minilinux">MiniLinux herunterladen</a>
		</div>
	{{/minilinux}}
	{{#sysconfig}}
		<div class="alert alert-warning">
			<p>Es wurde noch keine Systemkonfiguration ausgewählt..</p>
			<a class="btn btn-large btn-primary" href="?do=sysconfig">Systemkonfiguration festlegen</a>
		</div>
	{{/sysconfig}}
</div>