Re: [OPEN-ILS-GENERAL] Widgets on web for searching evergreen catalog?

2015-01-07 Thread Walz, Jennifer
Jane,

Beautiful!   Thanks.  That is what I needed.   I will see what I can adapt to 
make work.

Jennifer
--
Jennifer Walz, MLS - Head of Research  Distance Services
Kinlaw Library -  Asbury University
One Macklem Drive, Wilmore, KY 40390
859-858-3511 ext. 2269
jlw...@asbury.edu

From: open-ils-general-boun...@list.georgialibraries.org 
[mailto:open-ils-general-boun...@list.georgialibraries.org] On Behalf Of Jane 
Sandberg
Sent: Wednesday, January 07, 2015 11:57 AM
To: Evergreen Discussion Group
Subject: Re: [OPEN-ILS-GENERAL] Widgets on web for searching evergreen catalog?

Hi Jennifer,
Here's a very basic HTML widget for searching our consortium's catalog.  You 
may need to add fields and style it according to your needs, but perhaps this 
will get you started: https://gist.github.com/sandbergja/a2c00edff534689bab36
You can also get a lot of this HTML from your Evergreen catalog itself.  For 
example, if you wanted to include a dropdown list of libraries in your widget, 
you can simply copy the HTML that appears between lines 116-183 in the source 
of your catalog's main page (http://evergreen.asbury.edu/eg/opac/home/AU -- 
press Ctrl + U to get to the HTML source in Firefox).

  -Jane

On Wed, Jan 7, 2015 at 7:47 AM, Walz, Jennifer 
jlw...@asbury.edumailto:jlw...@asbury.edu wrote:
All –

Has anyone created a “widget” or a separate mini search box for their catalog 
on any of their web pages?   Is there standard widget code someplace?   Could 
someone send me some examples?

Something like this which we used on our Libguides for our old catalog:

[cid:image001.jpg@01D02A8F.9E18A6D0]


We used a search form with html for the above:

form 
action=http://libcat.asburyseminary.edu/uhtbin/cgisirsi/x/0/0/57/5/?user_id=ACWEB;
 method=post name=searchform target=_blank
input name=user_id type=hidden value=userid / input name=password 
type=hidden value=password /
input name=library type=hidden value=ALL /
input name=sort_by type=hidden value=ANY /
input name=relevance type=hidden value=off /
bfont size=3Find Books:/font/bbr /nbsp; label for=searchdata1
input id=searchdata1 maxlength=255 name=searchdata1 size=15 
type=text / /label
label for=srchfield1 select id=srchfield1 name=srchfield1
option value=GENERAL^SUBJECT^^^words or phraseKeyword/optionoption 
value=AU^AUTHOR^^Author Processing^authorAuthor/option
option value=TI^TITLE^^Title Processing^titleTitle/option
option value=SU^SUBJECT^^^subjectSubject/option
option value=SER^SERIES^^Title Processing^seriesSeries/option
option value=PER^PERTITLE^^Title Processing^periodical titlePeriodical 
Title/option /select /label
input class=searchbutton type=submit value=Search /br /
bfont size=3Library:nbsp;/font/b select name=library
option value=ALLALL/optionoption selected=selected value=ACKinlaw 
Library/option
option value=KENTUCKYKY Libraries/optionoption value=ATSSeminary 
Libraries/option
option value=FLORIDAFL Libraries/option /select/form

  Anyone have any ideas / suggestions / thoughts for how to make this work for 
Evergreen?   Or is there code out there that is better / nicer / cleaner?

Thanks!

Jennifer
--
Jennifer Walz, MLS - Head ILS Guru
Kinlaw Library -  Asbury University
One Macklem Drive, Wilmore, KY 40390
859-858-3511 ext. 2269tel:859-858-3511%20ext.%202269
jlw...@asbury.edumailto:jlw...@asbury.edu




--
Jane Sandberg
Electronic Resources Librarian
Linn-Benton Community College
sand...@linnbenton.edumailto:sand...@linnbenton.edu / 541-917-4655


Re: [OPEN-ILS-GENERAL] Widgets on web for searching evergreen catalog?

2015-01-07 Thread Walz, Jennifer
Ben,

Thanks!   That is what I am looking for.   I’ll try to adapt what you have done.

Jennifer
--
Jennifer Walz, MLS - Head of Research  Distance Services
Kinlaw Library -  Asbury University
One Macklem Drive, Wilmore, KY 40390
859-858-3511 ext. 2269
jlw...@asbury.edu

From: open-ils-general-boun...@list.georgialibraries.org 
[mailto:open-ils-general-boun...@list.georgialibraries.org] On Behalf Of 
Benjamin Kalish
Sent: Wednesday, January 07, 2015 12:05 PM
To: Evergreen Discussion Group
Subject: [OPEN-ILS-GENERAL] ***SPAM*** Re: Widgets on web for searching 
evergreen catalog?

We have one that lets the user choose between searching our website or the 
library catalog. It was pretty easy to set up, and would be easier if you 
didn't give folks the choice to search the website. We made it very simple by 
making it always do a keyword search and always search our scope. We then 
provided a link called advanced search for folks that wanted more options. 
You can see it at http://forbeslibrary.org/


Benjamin Kalish
Forbes Library / 413-587-1012 / 
bkal...@forbeslibrary.orgmailto:bkal...@forbeslibrary.org

On Wed, Jan 7, 2015 at 10:47 AM, Walz, Jennifer 
jlw...@asbury.edumailto:jlw...@asbury.edu wrote:
All –

Has anyone created a “widget” or a separate mini search box for their catalog 
on any of their web pages?   Is there standard widget code someplace?   Could 
someone send me some examples?

Something like this which we used on our Libguides for our old catalog:

[cid:image001.jpg@01D02A8F.88DF2640]


We used a search form with html for the above:

form 
action=http://libcat.asburyseminary.edu/uhtbin/cgisirsi/x/0/0/57/5/?user_id=ACWEB;
 method=post name=searchform target=_blank
input name=user_id type=hidden value=userid / input name=password 
type=hidden value=password /
input name=library type=hidden value=ALL /
input name=sort_by type=hidden value=ANY /
input name=relevance type=hidden value=off /
bfont size=3Find Books:/font/bbr /nbsp; label for=searchdata1
input id=searchdata1 maxlength=255 name=searchdata1 size=15 
type=text / /label
label for=srchfield1 select id=srchfield1 name=srchfield1
option value=GENERAL^SUBJECT^^^words or phraseKeyword/optionoption 
value=AU^AUTHOR^^Author Processing^authorAuthor/option
option value=TI^TITLE^^Title Processing^titleTitle/option
option value=SU^SUBJECT^^^subjectSubject/option
option value=SER^SERIES^^Title Processing^seriesSeries/option
option value=PER^PERTITLE^^Title Processing^periodical titlePeriodical 
Title/option /select /label
input class=searchbutton type=submit value=Search /br /
bfont size=3Library:nbsp;/font/b select name=library
option value=ALLALL/optionoption selected=selected value=ACKinlaw 
Library/option
option value=KENTUCKYKY Libraries/optionoption value=ATSSeminary 
Libraries/option
option value=FLORIDAFL Libraries/option /select/form

  Anyone have any ideas / suggestions / thoughts for how to make this work for 
Evergreen?   Or is there code out there that is better / nicer / cleaner?

Thanks!

Jennifer
--
Jennifer Walz, MLS - Head ILS Guru
Kinlaw Library -  Asbury University
One Macklem Drive, Wilmore, KY 40390
859-858-3511 ext. 2269tel:859-858-3511%20ext.%202269
jlw...@asbury.edumailto:jlw...@asbury.edu




[OPEN-ILS-GENERAL] Widgets on web for searching evergreen catalog?

2015-01-07 Thread Walz, Jennifer
All -

Has anyone created a widget or a separate mini search box for their catalog 
on any of their web pages?   Is there standard widget code someplace?   Could 
someone send me some examples?

Something like this which we used on our Libguides for our old catalog:

[cid:image002.jpg@01D02A67.5CB75060]


We used a search form with html for the above:

form 
action=http://libcat.asburyseminary.edu/uhtbin/cgisirsi/x/0/0/57/5/?user_id=ACWEB;
 method=post name=searchform target=_blank
input name=user_id type=hidden value=userid / input name=password 
type=hidden value=password /
input name=library type=hidden value=ALL /
input name=sort_by type=hidden value=ANY /
input name=relevance type=hidden value=off /
bfont size=3Find Books:/font/bbr /nbsp; label for=searchdata1
input id=searchdata1 maxlength=255 name=searchdata1 size=15 
type=text / /label
label for=srchfield1 select id=srchfield1 name=srchfield1
option value=GENERAL^SUBJECT^^^words or phraseKeyword/optionoption 
value=AU^AUTHOR^^Author Processing^authorAuthor/option
option value=TI^TITLE^^Title Processing^titleTitle/option
option value=SU^SUBJECT^^^subjectSubject/option
option value=SER^SERIES^^Title Processing^seriesSeries/option
option value=PER^PERTITLE^^Title Processing^periodical titlePeriodical 
Title/option /select /label
input class=searchbutton type=submit value=Search /br /
bfont size=3Library:nbsp;/font/b select name=library
option value=ALLALL/optionoption selected=selected value=ACKinlaw 
Library/option
option value=KENTUCKYKY Libraries/optionoption value=ATSSeminary 
Libraries/option
option value=FLORIDAFL Libraries/option /select/form

  Anyone have any ideas / suggestions / thoughts for how to make this work for 
Evergreen?   Or is there code out there that is better / nicer / cleaner?

Thanks!

Jennifer
--
Jennifer Walz, MLS - Head ILS Guru
Kinlaw Library -  Asbury University
One Macklem Drive, Wilmore, KY 40390
859-858-3511 ext. 2269
jlw...@asbury.edu



Re: [OPEN-ILS-GENERAL] Widgets on web for searching evergreen catalog?

2015-01-07 Thread Jane Sandberg
Hi Jennifer,

Here's a very basic HTML widget for searching our consortium's catalog.
You may need to add fields and style it according to your needs, but
perhaps this will get you started:
https://gist.github.com/sandbergja/a2c00edff534689bab36

You can also get a lot of this HTML from your Evergreen catalog itself.
For example, if you wanted to include a dropdown list of libraries in your
widget, you can simply copy the HTML that appears between lines 116-183 in
the source of your catalog's main page (
http://evergreen.asbury.edu/eg/opac/home/AU -- press Ctrl + U to get to the
HTML source in Firefox).

  -Jane

On Wed, Jan 7, 2015 at 7:47 AM, Walz, Jennifer jlw...@asbury.edu wrote:

  All –



 Has anyone created a “widget” or a separate mini search box for their
 catalog on any of their web pages?   Is there standard widget code
 someplace?   Could someone send me some examples?



 Something like this which we used on our Libguides for our old catalog:







 We used a search form with html for the above:



 form action=
 http://libcat.asburyseminary.edu/uhtbin/cgisirsi/x/0/0/57/5/?user_id=ACWEB;
 method=post name=searchform target=_blank

 input name=user_id type=hidden value=userid / input
 name=password type=hidden value=password /

 input name=library type=hidden value=ALL /

 input name=sort_by type=hidden value=ANY /

 input name=relevance type=hidden value=off /

 bfont size=3Find Books:/font/bbr /nbsp; label
 for=searchdata1

 input id=searchdata1 maxlength=255 name=searchdata1 size=15
 type=text / /label

 label for=srchfield1 select id=srchfield1 name=srchfield1

 option value=GENERAL^SUBJECT^^^words or phraseKeyword/optionoption
 value=AU^AUTHOR^^Author Processing^authorAuthor/option

 option value=TI^TITLE^^Title Processing^titleTitle/option

 option value=SU^SUBJECT^^^subjectSubject/option

 option value=SER^SERIES^^Title Processing^seriesSeries/option

 option value=PER^PERTITLE^^Title Processing^periodical titlePeriodical
 Title/option /select /label

 input class=searchbutton type=submit value=Search /br /

 bfont size=3Library:nbsp;/font/b select name=library

 option value=ALLALL/optionoption selected=selected
 value=ACKinlaw Library/option

 option value=KENTUCKYKY Libraries/optionoption value=ATSSeminary
 Libraries/option

 option value=FLORIDAFL Libraries/option /select/form



   Anyone have any ideas / suggestions / thoughts for how to make this work
 for Evergreen?   Or is there code out there that is better / nicer /
 cleaner?



 Thanks!



 Jennifer

 --
 Jennifer Walz, MLS - Head ILS Guru
 Kinlaw Library -  *Asbury University*
 One Macklem Drive, Wilmore, KY 40390
 859-858-3511 ext. 2269
 jlw...@asbury.edu






-- 
Jane Sandberg
Electronic Resources Librarian
Linn-Benton Community College
sand...@linnbenton.edu / 541-917-4655