16 lines
467 B
PHP
Executable File
16 lines
467 B
PHP
Executable File
<?php
|
|
|
|
// Hauptseite
|
|
|
|
session_start();
|
|
|
|
?>
|
|
<div class="content-header">Federleiste prüfen</div>
|
|
<hr />
|
|
<p>Automatische Erkennung</p>
|
|
<i>Verbinden Sie den zu messenden Stecker mit dem Gerät. Vermeiden Sie Bewegungen während der Messung.</i>
|
|
|
|
<div class="save-button" onclick="window.location.href='#start';$('.save-button').html('<img src=\'/vendor/icons/load.gif\' \>Prüfung läuft...'); "><img src="/vendor/icons/play.svg" \>Jetzt prüfen</div>
|
|
|
|
|