Re: [IUG] change text in footer of WebPAC
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Nita
Put this into your footer, or else
run it 'onLoad'. You'll also need to make
a css class to go with it
.hide {display:block;position:absolute;
left:-9999px;visibility:hidden}
/* ----------------------------------- */
function killfooter() {
/* -----------------------------------
*kill III advertising in footer;
* hide unused bibItems container;
*/
var s=document.getElementsByTagName('SPAN');
var i;
for(i in s) {
if(typeof s[i].getAttribute =='undefined') {
continue;
}
if(/bibItems/.test(s[i].getAttribute('class'))) {
if(s[i].innerHTML.length<2) {
s[i].className='hide';
}
}
if(/WebPAC PRO/.test(s[i].innerHTML)) {
s[i].innerHTML='';
}
}
}
========================================
Mark Huppert
Library Systems and Web Coordinator
Division of Information
R.G. Menzies Building (#2)
The Australian National University
ACTON ACT 0200
T: +61 02 6125 2752
F: +61 02 6125 4063
W: http://anulib.anu.edu.au/about/
CRICOS Provider #00120C
========================================
> -----Original Message-----
> From: innopac-bounces at innovativeusers dot org [mailto:innopac-
> bounces at innovativeusers dot org] On Behalf Of Nita Dambekodi
> Sent: Thursday, 25 August 2011 2:17 AM
> To: 'IUG INNOPAC List'
> Subject: [IUG] change text in footer of WebPAC
>
> Hello:
>
> Is there a way we can either remove or replace III text in the footer
of
> WebPAC: WebPAC PRO (c) Innovative Interfaces, Inc.
>
> Thanks.
>
> Regards,
> Nita
> Webmaster
> Naperville Public Library
> Naperville's Neighborhood of Knowledge
> Naperville, IL - 60540
> (630) 961-4100 Ext. 4985
> Website<http://www.naperville-lib.info/> |
> Catalog<http://library.naperville-lib.org/>
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>
>
> --- StripMime Report -- processed MIME parts ---
> multipart/alternative
> text/plain (text body -- kept)
> text/html
> ---
> --
> This message was distributed through the Innovative Users Group
INNOPAC
> list
> Public replies: INNOPAC at innovativeusers dot org
> You are currently subscribed to innopac as: mark dot huppert at anu dot edu dot au dot
> Update your subscription options: http://innovativeusers.org/iug-
> discussion-list
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.