mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-06 07:47:53 +10:00
wip
This commit is contained in:
10
archivebox/plugins/archive_org/templates/embed.html
Normal file
10
archivebox/plugins/archive_org/templates/embed.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{% load config_tags %}
|
||||
{% get_config "ARCHIVEDOTORG_ENABLED" as enabled %}
|
||||
{% if enabled %}
|
||||
<!-- Archive.org embed - full iframe view -->
|
||||
<iframe src="{{ output_path }}"
|
||||
class="extractor-embed archivedotorg-embed"
|
||||
style="width: 100%; height: 600px; border: 1px solid #ddd;"
|
||||
sandbox="allow-same-origin allow-top-navigation-by-user-activation allow-scripts allow-forms">
|
||||
</iframe>
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user