<?xml version="1.0" encoding="UTF-8" ?> 
<Module>
  <ModulePrefs title="Search University of La Verne (ULV) Wilson Library" directory_title="University of La Verne (ULV) Library" title_url="http://library.laverne.edu" height="180" width="300" author="ULV Library" 
     author_email="egratz@ulv.edu" thumbnail="http://library.laverne.edu/library/images/libthbnail.png" screenshot="http://library.laverne.edu/images/scrnsht.png" description="Search for books, articles, and more at the ULV Wilson Library." scrolling="true" > 
    <Require feature="tabs" /> 
  </ModulePrefs>
  <Content type="html">
  <![CDATA[ 

    <script type="text/javascript">
   
 // Initialize tabs, designate the tab named "Two" as
    // the tab selected by default.
    var tabs = new _IG_Tabs(__MODULE_ID__, "Quick Articles");
    function init() {
        // Technique #1: Capture the tab's ID when you create it, and use the ID 
        // to add content to the tab's corresponding <div>.        
        var one_Id = tabs.addTab("Books & More", "bks_id");       
        
        // Technique #2: Create the tab and define a corresponding <div> in the
        // HTML portion of the gadget. Add static content to the <div>.        
        tabs.addTab("Quick Articles", "art_id");

        // Technique #3: Create the tab and define a corresponding <div> in the
        // HTML portion of the gadget. Add static content to the <div>.
        // Use a callback function to add dynamic content to the static content.
        tabs.addTab("Journal List ", "jrn_id");

        // Technique #4: Create the tab with a tooltip message. If specified <div>
        // doesn't exist, tabs library creates one.   
        // Invoke callback function.        
        tabs.addTab("Google Scholar","gs_id");
    }

    // Callback that provides content to tabs Three and Four
    function callback(tabId) {
      var p = document.createElement("p");
      // Get selected tab
      var selectedTab = tabs.getSelectedTab();
      p.innerHTML = "This is dynamic content generated in callback for tab " + selectedTab.getName();
      _gel(tabId).appendChild(p);
    }

    // Call init function to initialize and display tabs.
    _IG_RegisterOnloadHandler(init);
    </script>

<div id="bks_id" style="display:none" target="_blank"> <img src="http://library.laverne.edu/images/leo1.gif"/> <b>Wilson Library Catalog</b><br><form name=search action="http://leopac.ulv.edu/search/" method=get target="_blank"><p> <select name="searchtype"> <option value="X">Word</option> <option selected value="t">Title</option> <option value="d">Subject</option> 
<option value="c">Call Number</option><input maxlength="75" name="searcharg" size="25">
</select><input TYPE="SUBMIT" NAME="GO" BORDER="0" VALUE="Search"> </form> 
<span class="style18"><a href="http://leopac.ulv.edu/" target="_blank">advanced search </a></span></form>   </div>

<div id="art_id" style="display:none" target="_blank"><img src="http://library.laverne.edu/images/leo1.gif"/><b>Search for articles</b><br><form action="http://0-ZJ5SN7HJ9E.cs.serialssolutions.com.leopac.ulv.edu/results" name="searchForm" target="_blank"><input type="text" name="term" value="" maxlength="75" size="25"/><select name="catID"><option value="33491">General Articles</option><option value="33507">Social Sciences</option><option value="33503">Psychology Articles</option><option value="33479">Business Articles</option><option value="33475">Humanities Articles</option><option value="33512">Education Articles</option><option value="33506">Science Articles</option></select><input type="hidden" name="action" value="start"/><input type="hidden" name="searchType" value="basic"/><input type="hidden" name="field" value="Title"/><input type="hidden" name="SS_LibHash" value="ZJ5SN7HJ9E"/><input type="submit" value="Submit"/></form><a href="http://library.laverne.edu/edbs.shtml" target="_blank">more article databases</a>  </div>

   <div id="jrn_id" style="display:none" target="_blank"><img src="http://library.laverne.edu/images/leo1.gif"/><b>Search Journals by Title</b><br> <form name=search action=http://leopac.ulv.edu/search/ method=get target="_blank"><p> <select name="searchtype"> <option selected value="t">Title</option> <option value="d">Subject</option> <option value="X">Word</option> <option value="c">Call Number</option> <option value="i">ISSN</option> </select> <input maxlength=75 name="searcharg" size="25">&nbsp;&nbsp;<b>IN</b>&nbsp;&nbsp; <select name="searchscope"> <option selected value="3">ULV Periodical Collection</option> </select><input TYPE="SUBMIT" NAME="GO" BORDER="0" VALUE="Search"> </form>
<a href="http://zj5sn7hj9e.search.serialssolutions.com/" target="_blank">more journal information</a></div>

<div id="gs_id" style="display:none" target="_blank"><!-- Google Scholar --><form method="get" action=http://scholar.google.com/scholar target="_blank"><table bgcolor="#FFFFFF"> <tr> <td align="center"><a href="http://scholar.google.com/"> <img src="http://scholar.google.com/scholar/scholar_sm.gif" alt="Google Scholar" width="105" height="40" border="0" align="absmiddle" /></a><br /> <input type="hidden" name="hl" value="en"> <input type="text" name="q" size="15" maxlength="255" value="" /><br /> <input type="submit" name="btnG" value="Search" /> </td> </tr></table></form>

  ]]>
  </Content>
</Module>






















