Paul Pound
12 years ago
7 changed files with 96 additions and 51 deletions
@ -0,0 +1,13 @@
|
||||
/* |
||||
Document : roblib_search_evergreen |
||||
Created on : Apr 11, 2013, 2:27:50 PM |
||||
Author : ppound |
||||
Description: |
||||
Purpose of the stylesheet follows. |
||||
*/ |
||||
|
||||
|
||||
.highlight {font-weight: bolder; } |
||||
.eds-sor, .eds-date, .eds-holdings-item, .eds-db, .eds-src, .eds-pubinfo, .eds-type{ |
||||
padding-left: 10px; font-size: smaller; |
||||
} |
@ -1,24 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<Config> |
||||
<Version>EDS API-PHP Demo 1.4</Version> |
||||
<EndPoints> |
||||
<EndPoint>http://eds-api.ebscohost.com/edsapi/rest</EndPoint> |
||||
<AuthenticationEndPoint>https://eds-api.ebscohost.com/Authservice/rest</AuthenticationEndPoint> |
||||
</EndPoints> |
||||
<AbstractLength>300</AbstractLength> |
||||
<ClientCredentials> |
||||
<User> |
||||
<UserId>insert client side profile</UserId> |
||||
<Password>insert client side profile</Password> |
||||
</User> |
||||
</ClientCredentials> |
||||
|
||||
<EDSCredentials> |
||||
<User> |
||||
<ClientUser>guest</ClientUser> |
||||
<EDSUserID>uprince</EDSUserID> |
||||
<EDSPassword>robertson1</EDSPassword> |
||||
<EDSProfile>edsapi</EDSProfile> |
||||
</User> |
||||
</EDSCredentials> |
||||
</Config> |
Loading…
Reference in new issue