From 955e1c592215d32212d529f9ca22f794d47dd073 Mon Sep 17 00:00:00 2001 From: senator Date: Thu, 3 Mar 2011 10:51:13 -0500 Subject: [PATCH] put their featuredcontentslider thing back in place --- .../web/opac/skin/kcls/xml/common/js_common_postbody.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/Open-ILS/web/opac/skin/kcls/xml/common/js_common_postbody.xml b/Open-ILS/web/opac/skin/kcls/xml/common/js_common_postbody.xml index 11079dacf5..8d89b1b008 100644 --- a/Open-ILS/web/opac/skin/kcls/xml/common/js_common_postbody.xml +++ b/Open-ILS/web/opac/skin/kcls/xml/common/js_common_postbody.xml @@ -284,11 +284,9 @@ isFrontPage = true; - init(); - getId("home_adv_search_link").setAttribute("href", buildOPACLink({page:ADVANCED})); getId("home_myopac_link").setAttribute("href", buildOPACLink({page:MYOPAC}, false, true)); @@ -299,6 +297,18 @@ dojo.style(dojo.byId('toptable'), 'display', ''); } catch(ee) {} } + + featuredcontentslider.init({ + id: "homebanner", + contentsource: ["inline", ""], + toc: "markup", + nextprev: ["", ""], + enablefade: [true, 0.04], + onChange: function(previndex, curindex){}, + + + autorotate: [true, 3000] //pause time (in milliseconds) + }); } ); -- 2.11.0