mirror of
git://f0xx.org/ac/ac-be-graphs
synced 2026-07-29 02:58:54 +03:00
initial
This commit is contained in:
15
views/partials/cookie_consent.php
Normal file
15
views/partials/cookie_consent.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php declare(strict_types=1); ?>
|
||||
<div id="cookie-consent-banner" class="cookie-consent" hidden role="dialog" aria-labelledby="cookie-consent-title" aria-modal="false">
|
||||
<div class="cookie-consent-inner">
|
||||
<p id="cookie-consent-title" class="cookie-consent-title">Cookies on AndroidCast</p>
|
||||
<p class="cookie-consent-text muted">
|
||||
We use necessary session cookies to sign you in. With your consent we also load analytics to improve the service.
|
||||
You can change this later in your browser by clearing site data.
|
||||
</p>
|
||||
<div class="cookie-consent-actions">
|
||||
<button type="button" class="btn btn--primary" id="cookie-consent-all">Accept all</button>
|
||||
<button type="button" class="btn" id="cookie-consent-necessary">Necessary only</button>
|
||||
<button type="button" class="btn btn--ghost" id="cookie-consent-reject">Reject optional</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user