add onesearch-component
This commit is contained in:
+1
-124
@@ -120,130 +120,7 @@
|
||||
<div class="container" style="margin-top: 14px">
|
||||
<div class="row kbcc-background-image">
|
||||
<div class="col-sm-8">
|
||||
<form
|
||||
class="form-inline onesearch-jumbotron"
|
||||
name="searchPrimoForm1"
|
||||
role="search"
|
||||
method="get"
|
||||
action="https://cuny-kb.primo.exlibrisgroup.com/discovery/search"
|
||||
onsubmit="addPrimoQuery();"
|
||||
enctype="application/x-www-form-urlencoded; charset=utf-8"
|
||||
id="formToAppendInputsTo"
|
||||
>
|
||||
<!-- default is "everything" option suggested from OLS widget builder -->
|
||||
<input name="vid" value="01CUNY_KB:CUNY_KB" type="hidden" />
|
||||
<input
|
||||
name="tab"
|
||||
value="Everything"
|
||||
type="hidden"
|
||||
id="tabSetting"
|
||||
/>
|
||||
<input
|
||||
name="search_scope"
|
||||
value="IZ_CI_AW"
|
||||
type="hidden"
|
||||
id="SearchScopeSetting"
|
||||
/>
|
||||
<input name="mode" value="basic" type="hidden" />
|
||||
<input name="highlight" value="true" type="hidden" />
|
||||
<input name="displayMode" value="full" type="hidden" />
|
||||
<input name="bulkSize" value="10" type="hidden" />
|
||||
<input name="dum" value="true" type="hidden" />
|
||||
<input name="displayField" value="all" type="hidden" />
|
||||
<input name="pcAvailabiltyMode" value="false" type="hidden" />
|
||||
<input name="query" id="primoQuery" type="hidden" />
|
||||
<h1 id="onesearch-header">
|
||||
<a
|
||||
href="https://cuny-kb.primo.exlibrisgroup.com/discovery/search?tab=Everything&vid=01CUNY_KB:CUNY_KB&lang=en"
|
||||
>
|
||||
<img
|
||||
class="image-fail onesearchsubmit"
|
||||
src="https://libapps.s3.amazonaws.com/accounts/16298/images/onesearch_logo.png"
|
||||
alt="OneSearch"
|
||||
/>
|
||||
</a>
|
||||
</h1>
|
||||
<div class="form-group" id="flex-search-form">
|
||||
<div class="dropdown input-group zero-margin" id="blue-border1">
|
||||
<button
|
||||
class="btn btn-default dropdown-toggle"
|
||||
type="button"
|
||||
id="dropdownMenu1"
|
||||
data-toggle="dropdown"
|
||||
aria-haspopup="true"
|
||||
aria-expanded="true"
|
||||
aria-label="Define Your Search"
|
||||
>
|
||||
<span id="defineYourSearch">Define Your Search </span>
|
||||
<span class="caret"></span>
|
||||
</button>
|
||||
<ul
|
||||
class="dropdown-menu fade dropdown-margin"
|
||||
aria-labelledby="dropdownMenu1"
|
||||
>
|
||||
<li>
|
||||
<a class="searchmenu" onclick="customizeSearch('Books')">
|
||||
<div class="highlight-menu-item bigger-fancy-text">
|
||||
<strong>Books</strong>
|
||||
</div>
|
||||
</a>
|
||||
<a class="searchmenu" onclick="customizeSearch('Articles')">
|
||||
<div class="highlight-menu-item bigger-fancy-text">
|
||||
<strong>Articles (Peer reviewed)</strong>
|
||||
</div>
|
||||
</a>
|
||||
<a class="searchmenu" onclick="customizeSearch('Reserves')">
|
||||
<div class="highlight-menu-item bigger-fancy-text">
|
||||
<strong>Course reserves</strong>
|
||||
</div>
|
||||
</a>
|
||||
<a
|
||||
class="searchmenu"
|
||||
onclick="customizeSearch('Newspapers')"
|
||||
>
|
||||
<div class="highlight-menu-item bigger-fancy-text">
|
||||
<strong>Newspapers and magazines</strong>
|
||||
</div>
|
||||
</a>
|
||||
<a class="searchmenu" onclick="customizeSearch('Journals')">
|
||||
<div class="highlight-menu-item bigger-fancy-text">
|
||||
<strong>Journals</strong>
|
||||
</div>
|
||||
</a>
|
||||
<a
|
||||
href="https://cuny-kb.primo.exlibrisgroup.com/discovery/search?vid=01CUNY_KB:CUNY_KB&lang=en&mode=advanced"
|
||||
class="searchmenu"
|
||||
>
|
||||
<div class="highlight-menu-item bigger-fancy-text">
|
||||
<strong>Advanced search</strong>
|
||||
</div>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li></li>
|
||||
</ul>
|
||||
</div>
|
||||
<label class="sr-only" for="primoQueryTemp">Search terms</label>
|
||||
<div class="input-group zero-margin form-width" id="blue-border2">
|
||||
<input
|
||||
class="form-control form-width inherit-height-from-flex"
|
||||
name="queryTemp"
|
||||
id="primoQueryTemp"
|
||||
type="search"
|
||||
value=""
|
||||
placeholder="Enter search term here"
|
||||
/>
|
||||
</div>
|
||||
<div class="input-group zero-margin" id="blue-border3">
|
||||
<input
|
||||
type="submit"
|
||||
class="btn btn-default form-control onesearchsubmit inherit-height-from-flex"
|
||||
value="Search"
|
||||
onclick="return addPrimoQuery(event);"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
<onesearch-component></onesearch-component>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<div class="nav-by-jumbotron">
|
||||
|
||||
Reference in New Issue
Block a user