mirror of
https://notabug.org/halcyon-suite/halcyon
synced 2024-12-21 23:44:20 +01:00
25 lines
1.5 KiB
PHP
Executable File
25 lines
1.5 KiB
PHP
Executable File
<div class="overlay_simple overlay_redirect_bibliogram invisible">
|
|
<header class="overlay_simple_header">
|
|
<span><?=_('Protect your privacy!')?></span>
|
|
</header>
|
|
<div class="overlay_simple_body">
|
|
<div class="overlay_redirect_bibliogram_text" style="margin-bottom:10px">
|
|
<?=_("Halcyon has detected that you're trying to click a link to the centralized photo platform Instagram. Halcyon can automatically redirect that link to Bibliogram, a privacy-friendly and faster way to view this content for free and without any ads. Do you want to use Bibliogram?")?><br/>
|
|
<center><a href="https://github.com/cloudrac3r/bibliogram" class="halcyon_link" target="_blank"><?=_("Tell me more about Bibliogram!")?></a></center>
|
|
<div style="margin-bottom:20px;width:100%">
|
|
<div class="switch" style="margin:0;float:left">
|
|
<input type="checkbox" id="redirect_bibliogram_permanent">
|
|
<div class="switch-btn">
|
|
<span></span>
|
|
</div>
|
|
</div>
|
|
<label for="redirect_bibliogram_permanent" style="margin-left:5px;vertical-align:sub"><?=_('Remember my decision')?></label>
|
|
</div>
|
|
</div>
|
|
<div class="overlay_simple_controls">
|
|
<button class="overlay_redirect_bibliogram_yes toot_button" style="float:right;width:150px"><div class="toot_button_label"><i class="fa fa-fw fa-check"></i><span><?=_('Open Bibliogram')?></span></div></button>
|
|
<a href="javascript:void(0)" class="overlay_redirect_bibliogram_no halcyon_link" style="float:right;margin-top:5px;margin-right:10px"><i class="fa fa-times"></i> <?=_('No, thanks')?></a>
|
|
</div>
|
|
</div>
|
|
</div>
|