LP1944755 Add ability to embed carousels on external pages user/gcollum/lp1944755_carousel_breakout-signoff
authorTerran McCanna <tmccanna@georgialibraries.org>
Thu, 23 Sep 2021 16:53:54 +0000 (12:53 -0400)
committerGarry Collum <gcollum@gmail.com>
Tue, 15 Mar 2022 17:21:28 +0000 (17:21 +0000)
commit88a51d373c94af1abc36d2de9380436adb8dc288
tree947994201198934ccdea157b78135ade172b3938
parentef12f9565c8afb5b2502f6881c440782457c1155
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>
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