Init
This commit is contained in:
13
backend/public_html/templates/restart.tpl.php
Normal file
13
backend/public_html/templates/restart.tpl.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php if (!defined('PICONTROL')) exit(); ?>
|
||||
<script type="text/javascript" src="public_html/js/shutdown.restart.js"></script>
|
||||
<div>
|
||||
<div class="box">
|
||||
<div class="inner-header">
|
||||
<span><?php _e('Raspberry Pi wird neu gestartet'); ?></span>
|
||||
</div>
|
||||
<div class="inner">
|
||||
<?php _e('Sobald dein Raspberry Pi wieder erreichbar ist, wirst du automatisch zur Übersicht weitergeleitet.<br />Solltest du nicht weitergeleitet werden, kommst du hier <a href="%s">zurück zur Übersicht.</a><br /><br />', $data['overviewUrl']); ?>
|
||||
<?php _e('Aktueller Status: <strong class="green">Online</strong>'); ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user