Detect PHP flexibly, assert wland configuration
[infodrom/musiikki-web.git] / templates / halt.phtml
1 <!-- Shutdown -->
2 <div class="w3-container" id="halt" style="margin-top:75px" style="display:none;">
3   <h1 class="w3-xxxlarge w3-text-blue"><b>Herunterfahren.</b></h1>
4   <hr style="width:50px;border:5px solid blue" class="w3-round">
5   <form>
6     <p><b>Den Server jetzt ausschalten</b></p>
7     <button type="submit" class="w3-button w3-block w3-padding-large w3-blue w3-margin-bottom" onclick="return submit_halt()">Jetzt Ausschalten</button>
8   </form>
9 </div>