]> git.evergreen-ils.org Git - Evergreen.git/commit - Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm
LP1944755 Add ability to embed carousels on external pages
authorTerran McCanna <tmccanna@georgialibraries.org>
Thu, 23 Sep 2021 16:53:54 +0000 (12:53 -0400)
committerMike Rylander <mrylander@gmail.com>
Thu, 24 Mar 2022 16:51:13 +0000 (12:51 -0400)
commit9ecdc4a6f42344a47283cc7da99c74013869a13f
tree53f568465f43e2da8cf4d6118f5746ecb08c3f2c
parentcec56b83daae43aaf9874b6caada06218d418c61
LP1944755 Add ability to embed carousels on external pages

This displays carousels on an otherwise blank page, allowing
libraries to very easily embed them on their web sites using iframes.

Example iframe code:
<iframe src="(my opac domain)/eg/opac/carousel?carousel_loc=4" title="Carousel"
width="80%" height="500px;" frameborder="0"></iframe>

The base_simple code could also be used by other future features
that are driven by Evergreen but that shouldn't display the headers and
footers.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm
Open-ILS/src/templates-bootstrap/opac/carousel.tt2 [new file with mode: 0644]
Open-ILS/src/templates-bootstrap/opac/parts/base_simple.tt2 [new file with mode: 0644]
Open-ILS/src/templates-bootstrap/opac/parts/misc_util.tt2