Presentation is loading. Please wait.

Presentation is loading. Please wait.

WU Services Page Customizations

Similar presentations


Presentation on theme: "WU Services Page Customizations"— Presentation transcript:

1 WU Services Page Customizations
Primo Lighting Talk WU Services Page Customizations

2 Three customizations ILL Request Option Report Problem Option
WU Branding Skin

3 WU Services View It

4 Primo Back Office

5 Set Footer to be Hosted Views Wizard -> services page -> Scopes list -> Views tab -> Tiles list -> Static HTML (edit)

6 Footer: Javascript Additions
ILL Option: <script type="text/javascript"> $(document).ready(function(){ var query = location.search; var url = ' + query; var helpTab='<li class="EXLResultTab"><a href="' + url + '" target="_blank">Request on ILL</a></li>'; $('#exlidResult0-TabsList').append(helpTab); }); </script> Report problem:<script type="text/javascript"> $(document).ready(function(){ var helpTab='<li class="EXLResultTab"><a href=" target="_blank">Report problem</a></li>'; $('#exlidResult0-TabsList').append(helpTab); }); </script>

7 Branding Skin: WU

8 Alma General Configuration -> Configuration Menu -> Branding/Logo -> Digital Delivery

9 Add Extra CSS to Mashup /* make holdings info more visible */
ul.holdingInfo { background: #ffffcc; } ul.holdingInfo li.bold { font-weight: bold !important; width: auto !important; margin:0 0.3em !important; } /* add colon after availability */ ul.holdingInfo li.bold::after { content: ": "; } /* nix the horizontal scrollbar */ .showMore { border-left: 0 !important; border-right: 0 !important;

10 Add to Primo Configuration
Advanced Configuration -> Mapping Tables -> Sub System Delivery -> Templates

11 Customized View It Window

12 View Frame Source /* WU customizations - alma u-resolver */ /* bump up margins for lists, make non-important text lighter */ form[name=uResolverViewItForm] ul, form[name=uResolverViewItForm] li { margin: auto 12px; color: #666; }

13 Thanks! Questions/Comments


Download ppt "WU Services Page Customizations"

Similar presentations


Ads by Google