Skip to content

Commit

Permalink
add images
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-cr41g committed Sep 25, 2023
1 parent 0717e9e commit 9c69136
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions html/prmSearchResultListAfter.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<span class="md-subheadline">Try your search again</span>
<md-list-item role="listitem" class="_md-no-proxy _md">
<div>
<a href="/discovery/search?query={{$ctrl.queryString}}&tab={{$ctrl.tab}}&search_scope={{$ctrl.search_scope}}&vid={{$ctrl.vid}}&offset=0&pcAvailability=true" target="_self" class="img"><img src="custom/01UCSB_INST-UCSB/img/icon-article.png" width="35" height="35" alt="Article icon" /></a>
<a href="/discovery/search?query={{$ctrl.queryString}}&tab={{$ctrl.tab}}&search_scope={{$ctrl.search_scope}}&vid={{$ctrl.vid}}&offset=0&pcAvailability=true" target="_self" class="img"><img src="custom/01UCSB_INST-UCSB/img/expandResults.png" width="35" height="35" alt="Article icon" /></a>
</div>
<div>
<p><a href="/discovery/search?query={{$ctrl.queryString}}&tab={{$ctrl.tab}}&search_scope={{$ctrl.search_scope}}&vid={{$ctrl.vid}}&offset=0&pcAvailability=true" target="_self">Try your search again with expanded results</a></p>
Expand Down Expand Up @@ -50,15 +50,15 @@
<span class="md-subheadline" style="margin-top:15px;">Tell us what you need</span>
<md-list-item role="listitem" class="_md-no-proxy _md align-center">
<div>
<a href="/discovery/citationlinker?vid={{$ctrl.vid.replace(':', '%3A')}}" class="img"><img src="custom/01UCSB_INST-UCSB/img/icon-purchase.png" width="35" height="35" /></a>
<a href="/discovery/citationlinker?vid={{$ctrl.vid.replace(':', '%3A')}}" class="img"><img src="custom/01UCSB_INST-UCSB/img/citation.png" width="35" height="35" /></a>
</div>
<div>
<p><a href="/discovery/citationlinker?vid={{$ctrl.vid.replace(':', '%3A')}}">Find by citation</a></p>
</div>
</md-list-item>
<md-list-item role="listitem" class="_md-no-proxy _md align-center">
<div>
<a href="/discovery/blankIll?vid={{$ctrl.vid.replace(':', '%3A')}}" class="img"><img src="custom/01UCSB_INST-UCSB/img/icon-ill.png" width="35" height="35" /></a>
<a href="/discovery/blankIll?vid={{$ctrl.vid.replace(':', '%3A')}}" class="img"><img src="custom/01UCSB_INST-UCSB/img/ill.png" width="35" height="35" /></a>
</div>
<div>
<p><a href="/discovery/blankIll?vid={{$ctrl.vid.replace(':', '%3A')}}">Place an Interlibrary Loan request</a></p>
Expand Down
Binary file added img/citation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/expandResults.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/ill.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9c69136

Please sign in to comment.