Skip to content

Commit

Permalink
Add link to search in K10plus catalog (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed May 6, 2021
1 parent 9280b68 commit 93a6e72
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/Analyze.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,12 @@
:title="`show analysis for notation ${result.notation[0]}`">
⚛️
</router-link>

<a
:href="`https://opac.k10plus.de/DB=2.299/CMD?ACT=SRCHA&IKT=3011&TRM=${result.notation[0]}`"
target="k10plus"
title="search in K10plus catalog">
📚
</a>
</h4>
<div
class="decomposition">
Expand Down
6 changes: 6 additions & 0 deletions src/components/ConceptDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
title="look up member">
🔍
</router-link>
<a
:href="`https://opac.k10plus.de/DB=2.299/CMD?ACT=SRCHA&IKT=3011&TRM=${concept.notation[0]}`"
target=k10plus"
title="search in K10plus catalog">
📚
</a>
</p>
</template>
Expand Down

0 comments on commit 93a6e72

Please sign in to comment.