forked from TagesschuleElementa/www.tagesschule-elementa.ch
feat: add flipbook plugin
This commit is contained in:
@@ -38,3 +38,4 @@
|
||||
@import "modules/plugins/_timetable.scss";
|
||||
@import "modules/plugins/_reference_list.scss";
|
||||
@import "modules/plugins/_form.scss";
|
||||
@import "modules/plugins/_iframe.scss";
|
||||
|
||||
3
private/scss/modules/plugins/_iframe.scss
Normal file
3
private/scss/modules/plugins/_iframe.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
.iframe {
|
||||
margin: em(50px) 0;
|
||||
}
|
||||
@@ -38,3 +38,8 @@ django-meta==1.7.0
|
||||
tablib==0.14.0
|
||||
django-simple-sso==0.14.1
|
||||
easy-thumbnails==2.7.1
|
||||
dj-database-url==0.5.0
|
||||
django-js-asset==1.2.3
|
||||
idna==3.4
|
||||
cssselect==1.1.0
|
||||
lxml-html-clean==0.1.1
|
||||
|
||||
@@ -29,7 +29,7 @@ class SectionPlugin(CMSPluginBase):
|
||||
'SectionTextPlugin', 'VideoPlugin', 'DownloadSectionPlugin', 'TextSliderPlugin',
|
||||
'HighlightListPlugin', 'ReferenceListPlugin', 'FormPlugin', 'PicturePlugin', 'SubPageListPlugin',
|
||||
'PartnerPlugin', 'NewsletterSubscriptionPlugin', 'NewsletterArchivePlugin',
|
||||
'SocialMediaListPlugin', 'GalleryPlugin']
|
||||
'SocialMediaListPlugin', 'GalleryPlugin', 'FlipbookPlugin']
|
||||
|
||||
|
||||
@plugin_pool.register_plugin
|
||||
@@ -348,3 +348,10 @@ class GalleryPlugin(CMSPluginBase):
|
||||
module = 'Content'
|
||||
name = 'Gallery'
|
||||
render_template = 'project/plugins/content/gallery.html'
|
||||
|
||||
|
||||
@plugin_pool.register_plugin
|
||||
class FlipbookPlugin(CMSPluginBase):
|
||||
module = 'Content'
|
||||
name = 'Flipbook'
|
||||
render_template = 'project/plugins/content/flipbook.html'
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
<div class="iframe reveal_container">
|
||||
<div class="reveal reveal_animation">
|
||||
<div style="display:inline-block;vertical-align:top;width:300px;margin:20px auto;color:#333;background:#fff;border:1px solid #ddd;line-height:1.2;text-decoration:none;padding:0"><a href="https://read.bookcreator.com/Y0SYhDEKm4Wfw50K2K1EsVR6BSO2/3EzILpspTZubAkL9btIklA" style="display:block;color:#333;line-height:1.2;text-decoration:none;padding:0;font-weight:normal" target="_blank" rel="noreferrer"><img src="https://assets.api.bookcreator.com/Y0SYhDEKm4Wfw50K2K1EsVR6BSO2/books/3EzILpspTZubAkL9btIklA/cover/share" style="max-height:300px;max-width:100%;display:block;margin:0 auto;padding:0;border:none" alt="Unsere Lieblingstiere"/></a><div style="display:block;padding:20px;overflow:hidden;overflow-x:hidden;border-top:1px solid #ddd"><div style="display:block;color:#333;line-height:1.2;text-decoration:none;padding:0;font-weight:normal;font-size:21px;margin:0 0 0.25em"><a href="https://read.bookcreator.com/Y0SYhDEKm4Wfw50K2K1EsVR6BSO2/3EzILpspTZubAkL9btIklA" style="display:block;color:#333;line-height:1.2;text-decoration:none;padding:0;font-weight:normal" target="_blank" rel="noreferrer">Unsere Lieblingstiere</a></div><div style="display:block;color:#333;line-height:1.2;text-decoration:none;padding:0;font-weight:normal;font-size:16px;margin:0 0 0.5em"><a href="https://read.bookcreator.com/Y0SYhDEKm4Wfw50K2K1EsVR6BSO2/3EzILpspTZubAkL9btIklA" style="display:block;color:#333;line-height:1.2;text-decoration:none;padding:0;font-weight:normal" target="_blank" rel="noreferrer">Click to read this book, made with Book Creator</a></div><div style="display:block;color:#455a64;line-height:1.2;text-decoration:none;padding:0;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px"><a href="https://read.bookcreator.com/Y0SYhDEKm4Wfw50K2K1EsVR6BSO2/3EzILpspTZubAkL9btIklA" style="display:block;color:#333;line-height:1.2;text-decoration:none;padding:0;font-weight:normal" target="_blank" rel="noreferrer">read.bookcreator.com</a></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user