29 lines
638 B
PHP
29 lines
638 B
PHP
<section class="page-heading">
|
|
<h2>Merkliste</h2>
|
|
<p>Sendungen, die du später ansehen möchtest.</p>
|
|
</section>
|
|
|
|
<section class="watchlist-notifications">
|
|
<div>
|
|
<strong>🔔 Erinnerungen</strong>
|
|
|
|
<p id="watchlistNotificationStatus">
|
|
Erinnerung vor Sendungsbeginn aktivieren.
|
|
</p>
|
|
</div>
|
|
|
|
<button
|
|
id="enableWatchlistNotifications"
|
|
type="button">
|
|
Erinnerungen aktivieren
|
|
</button>
|
|
</section>
|
|
|
|
<div id="watchlistEmpty" class="empty" hidden>
|
|
Deine Merkliste ist noch leer.
|
|
</div>
|
|
|
|
<div id="watchlistGrid" class="watchlist-grid"></div>
|
|
|
|
<?php require __DIR__ . '/partials/programme-modal.php'; ?>
|