[ List Archives Home ] [ Thread index for 2008 ]
[ Date index for 2008 ]
[ Author index for 2008 ]
[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
- Date: Fri, 01 Feb 2008 15:17:44 -0500
- From: "Melanie Hanes" <HanesML at gwm dot sc dot edu>
- Subject: Re: [IUG] {SpamScore: ssss}INNOPAC Digest, Vol 50, Issue 2 (This email address has been migrated to Exchange)
You have received this e-mail as an auto-reply to your message. While
the recipient did receive your message, it was addressed using a
GroupWise frequent contact that references an out-of-date address for
this person. To correct this, please delete your frequent contact for
this person, and allow the GroupWise address book to automatically fill
his/her e-mail address correctly the next time you send this person an
e-mail. Thank-you.
For assistance, please contact the Help Desk at (843) 208-8086, Monday -
Friday, 8am - 5pm.
>>> innopac 02/01/08 15:00 >>>
Send INNOPAC mailing list submissions to
innopac at innopacusers dot org
To subscribe or unsubscribe via the World Wide Web, visit
http://innopacusers.org/mailman/listinfo/innopac
or, via email, send a message with subject or body 'help' to
innopac-request at innopacusers dot org
You can reach the person managing the list at
innopac-owner at innopacusers dot org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of INNOPAC digest..."
Today's Topics:
1. WebPac Pro in staging (Steven Espinoza)
2. Re: Sorting Reading History (Mike Cunningham)
3. Virtual Coffee (said shafik)
4. Re: Excel list into Millennium (Marty Jenkins)
----------------------------------------------------------------------
Message: 1
Date: Fri, 1 Feb 2008 08:35:25 -0800
From: "Steven Espinoza" <espinoza at csusm dot edu>
Subject: [IUG] WebPac Pro in staging
To: <innopac at innopacusers dot org>
Message-ID:
<572C1E4A5AEDE74EB3E6AB5C5EEFB65513EB32B6 at express dot csusm dot edu>
Content-Type: text/plain;charset="utf-8"
I want to put webpac pro in staging and documentation indicates an
impact on live Webpac (not Pro) AVS searches.
We have AVS adjacency searching off now so I think we would be okay to
move forward.
Any others who have done this have other cautionary notes to add?
Thank you.
- Steve
Steven Espinoza
Lead ITC-Library Systems
CSU San Marcos
C:760-801-5537
------------------------------
Message: 2
Date: Fri, 01 Feb 2008 11:51:25 -0500
From: Mike Cunningham <mcunningham at cambridgelibraries dot ca>
Subject: Re: [IUG] Sorting Reading History
To: innopac at innopacusers dot org
Message-ID: <47A34E0D dot 5000001 at cambridgelibraries dot ca>
Content-Type: text/plain; charset=us-ascii; format=flowed
Yes, in order to make the table sortable, the script needs to lop off
the header row which does not have sortable columns. To suppress this on
certain pages, you could add some logic to the script so it only runs on
certain of the patron pages.
For example, something like:
var mylocation = String(document.location);
if (!mylocation.match(/patroninfo\/([0-9]{7})\/overdues/)) {
//some code
}
Would suppress the script on the fines page. (code above is pasted from
a different application...probably there are cleaner ways to write this)
As for the IE problem, we do not use ssl so I have no insight into that
one.
---
Message: 2
Date: Thu, 31 Jan 2008 12:13:55 -0800
From: "Sarah Smith" <ssmith at saclibrary dot org>
Subject: [IUG] Sorting Reading History
To: <innopac at innopacusers dot org>
Message-ID:
<13BBC05526480449AA0AAD6EF3BBBADE02F4BEE1 at sequoia dot saclibrary dot org>
Content-Type: text/plain;charset="us-ascii"
For reasons I am not sure of (perhaps something to do with being a beta
site), the work around for the warning in IE when using the sorttable
script does not work for our site. I tried to do an end run around the
issue by putting the following code just before botlogo, so it runs
after the reading history has loaded:
<script type="text/javascript">
var readhistform = document.getElementsByName('PHISTORYFORM')[0];
var sortscript = document.createElement('script');
sortscript.setAttribute('src', '/screens/sorttable.js');
readhistform.appendChild(sortscript);
</script>
It runs in Firefox and Safari, but IE7 tells me "'script' is null or not
an object". The whole reason for changing where/how I call the script is
to get IE to play nice.
Somewhat unrelated, sorttable.js seems to collapse or remove styles from
any th tag that has a span...like the Fines and Holds and Reading
History table headers. When this happens to fines, it makes the first
charged item unreadable, since my link text is white (in the script) and
the background color for that item is beige. We don't need to sort fines
anyway, so if I can get the above working, I might just target certain
tables.
Ideas? I'm not literate in JavaScript, but I am willing to hammer away
at chunks.
Sarah Smith
Systems Supervisor, ssmith at saclibrary dot org
Sacramento Public Library <
http://www.saclibrary.org>
828 I Street, Sacramento, CA 95814
Phone (916) 264-2892; Fax (916) 264-2959
--
Mike Cunningham
Web Services Librarian
Cambridge Libraries
------------------------------
Message: 3
Date: Fri, 1 Feb 2008 12:13:13 -0600
From: said shafik <saidshafik at hotmail dot com>
Subject: [IUG] Virtual Coffee
To: IUG List <innopac at innopacusers dot org>
Message-ID: <BAY140-W33D3A5C263BDDA006A02FACE300 at phx dot gbl>
Content-Type: text/plain; charset="iso-8859-1"
Has anyone yet tested the III virtual coffee?
It is brewing at:
http://brewing.iii.com/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Said Shafik Library Systems Manager Drexel
University Libraries Philadelphia, PA 19104-2875 Phone: 215.895.1832
Fax: 215.895.2070
http://www.library.drexel.edu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_________________________________________________________________
Need to know the score, the latest news, or you need your Hotmail?-get
your "fix".
http://www.msnmobilefix.com/Default.aspx
--- StripMime Report -- processed MIME parts ---
multipart/alternative
text/plain (text body -- kept)
text/html
---
------------------------------
Message: 4
Date: Fri, 01 Feb 2008 13:22:57 -0500
From: Marty Jenkins <martin dot jenkins at wright dot edu>
Subject: Re: [IUG] Excel list into Millennium
To: IUG INNOPAC List <innopac at innopacusers dot org>
Message-ID: <000501c864ff$783eaa70$67a96c82 at staff104>
Content-Type: text/plain; format=flowed; charset=iso-8859-1;
reply-type=original
As the creator of the document Said cites below, I do feel obliged to
point
out that while it does include instructions on how to *create* brief
records
from Excel data, it actually doesn't have anything about how to use a
list
of III records numbers or OCLC numbers in Excel and make those into
something you can use to generate a review file. Nor do I know how to do
this.
Other postings have pointed to some useful possibilities in the list
archives.
Cheers,
Marty
Martin Jenkins
Head, Technical Services
Wright State University Libraries
3640 Col. Glenn Hwy
Dayton OH 45435
martin dot jenkins at wright dot edu (937)775-4983
----- Original Message -----
From: "said shafik" <saidshafik at hotmail dot com>
To: "IUG INNOPAC List" <innopac at innopacusers dot org>
Sent: Friday, February 01, 2008 10:54 AM
Subject: Re: [IUG] Excel list into Millennium
Rodman Library has an excelent document on how to use MARCEdit to create
records from Excel spreadsheet:
http://www.rodman.lib.oh.us/iug/egl2006/marcedit.pdf
see page 22+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Said Shafik Library Systems Manager Drexel
University Libraries Philadelphia, PA 19104-2875 Phone: 215.895.1832
Fax:
215.895.2070
http://www.library.drexel.edu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Date: Thu, 31 Jan 2008 18:09:20 -0600> From: hhahn at ahml dot info> To:
> innopac at innopacusers dot org> Subject: Re: [IUG] Excel list into
Millennium> >
> Rich Aldred wrote:> |I've looked around the Clearinghouse and the
NOBLE
> swapshop, > |wondering if it's possible to import a list of bib
numbers
> from an > |Excel spreadsheet into a list, for the purposes of changing
a >
> |code. Have I missed something? One can do this in OCLC.> > Check the
list
> archives. It seems to me that questions along this line> have been
asked 2
> or 3 times in the past 6 months or so. If I remember> correctly, there
are
> at least 2 or 3 ways this can be done, if not more.> However, most or
all
> of the approaches are NOT "native" built-in> Millennium commands. They
> require multiple steps and, in one or two> cases, assisting scripts of
> some kind.> > Harvey> > -->
===========================================>
> Harvey E. Hahn, Manager, Technical Services Department> Arlington
Heights
> (Illinois) Memorial Library> 847/506-2644 - FX: 847/506-2650 - Email:
> hhahn(at)ahml(dot)info> OML & Scripts web pages:
>
http://www.ahml.info/oml/> Personal web pages:
>
http://users.anet.com/~packrat> > --> This message was distributed
through
> the Innovative Users Group INNOPAC list> Public replies:
> INNOPAC at innopacusers dot org> Update your subscription options:
>
http://innopacusers.org/mailman/listinfo/innopac
_________________________________________________________________
Need to know the score, the latest news, or you need your Hotmail?-get
your
"fix".
http://www.msnmobilefix.com/Default.aspx
--- 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 innopacusers dot org
Update your subscription options:
http://innopacusers.org/mailman/listinfo/innopac
------------------------------
--
This message was distributed through the Innovative Users Group INNOPAC
digest
Public replies: INNOPAC at innopacusers dot org
Update your subscription options:
http://innopacusers.org/mailman/listinfo/innopac
End of INNOPAC Digest, Vol 50, Issue 2
**************************************