Skip to content

Commit

Permalink
Add resume to quicklinks
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-meyer committed Dec 22, 2017
1 parent 1b0e87d commit 1ffce85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions oai2transform.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@
<li>&#187; <a class="link" href="?verb=GetRecord&amp;metadataPrefix={$metadataPrefix}&amp;identifier={$identifier}">GetRecord (<em><xsl:value-of select="$identifier"/></em> in <em><xsl:value-of select="$metadataPrefix"/></em>)</a></li>
</xsl:if>
</xsl:if>
<xsl:if test="//oai:resumptionToken">
<li>&#187; <a class="link" href="?verb={$verb}&amp;resumptionToken={//oai:resumptionToken}">Resume</a></li>
</xsl:if>
</ul>
</div>
</xsl:template>
Expand Down

0 comments on commit 1ffce85

Please sign in to comment.