32 lines
1.7 KiB
PHP
32 lines
1.7 KiB
PHP
<!-- Install Prompt for Android -->
|
|
<div id="menu-install-pwa-android" class="menu menu-box-bottom menu-box-detached rounded-l"
|
|
data-menu-height="400"
|
|
data-menu-effect="menu-parallax">
|
|
<div class="boxed-text-l mt-4">
|
|
<img class="rounded-l mb-3" src="<?php echo SERVER_ADDR; ?>/client/app/icons/icon-128x128.png" alt="img" width="90">
|
|
<h4 class="mt-3">Füge Regatten.net <?php echo $_CLASS['name']; ?> zu Deinem Startbildschirm hinzu</h4>
|
|
<p>
|
|
Installiere Regatten.net auf Deinem Startbildschirm und greife wie bei einer normalen App darauf zu. So einfach ist das wirklich.
|
|
</p>
|
|
<a href="#" class="pwa-install btn btn-s rounded-s shadow-l text-uppercase font-900 bg-highlight mb-2">Zum Startbildschirm hinzufügen</a><br>
|
|
<a href="#" class="pwa-dismiss close-menu color-gray2-light text-uppercase font-900 opacity-60 font-10">Vielleicht später</a>
|
|
<div class="clear"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Install instructions for iOS -->
|
|
<div id="menu-install-pwa-ios"
|
|
class="menu menu-box-bottom menu-box-detached rounded-l"
|
|
data-menu-height="360"
|
|
data-menu-effect="menu-parallax">
|
|
<div class="boxed-text-xl mt-4">
|
|
<img class="rounded-l mb-3" src="<?php echo SERVER_ADDR; ?>/client/app/icons/icon-128x128.png" alt="img" width="90">
|
|
<h4 class="mt-3">Füge Regatten.net <?php echo $_CLASS['name']; ?> zu Deinem Startbildschirm hinzu</h4>
|
|
<p class="mb-0 pb-0">
|
|
Installiere Regatten.net auf Deinem Startbildschirm und greife wie bei einer normalen App darauf zu. Öffne Dein Safari-Menü und tippe auf "Zum Startbildschirm hinzufügen".
|
|
</p>
|
|
<div class="clear"></div>
|
|
<a href="#" class="pwa-dismiss close-menu color-highlight text-uppercase font-900 opacity-60 font-10">Vielleicht später</a>
|
|
</div>
|
|
</div>
|