From: senator Date: Thu, 3 Mar 2011 15:51:13 +0000 (-0500) Subject: put their featuredcontentslider thing back in place X-Git-Tag: kcls-grey-screen-prod1~47 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=955e1c592215d32212d529f9ca22f794d47dd073;p=evergreen%2Fequinox.git put their featuredcontentslider thing back in place --- 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) + }); } );