Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #1221 #1223

Merged
merged 1 commit into from
Jun 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added resources/images/e-gedsh.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 resources/images/favicon.ico
Binary file not shown.
6 changes: 6 additions & 0 deletions resources/xsl/bibliography.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1208,6 +1208,9 @@
<xsl:when test="starts-with($ref,'https://archive.org')">
<xsl:text>Link to Archive.org Bibliographic record</xsl:text>
</xsl:when>
<xsl:when test="starts-with($ref,'https://gedsh.bethmardutho.org')">
<xsl:text>Link to e-GEDSH entry</xsl:text>
</xsl:when>
<xsl:otherwise>
<xsl:text>External link to bibliographic record</xsl:text>
</xsl:otherwise>
Expand Down Expand Up @@ -1240,6 +1243,9 @@
<xsl:when test="contains($ref,'archive.org')">
<img src="{$nav-base}/resources/images/ialogo.jpg" alt="Link to Archive.org Bibliographic record" height="18px"/>
</xsl:when>
<xsl:when test="contains($ref,'gedsh.bethmardutho.org')">
<img src="{$nav-base}/resources/images/e-gedsh.png" alt="Link to e-GEDSH entry" height="18px"/>
</xsl:when>
<xsl:otherwise>
<span class="glyphicon glyphicon-book"/>
</xsl:otherwise>
Expand Down