Created
April 18, 2016 19:28
-
-
Save jessgusclark/e26b76b750a5487e41793273f07378f0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Display Journal content --> | |
<h3><xsl:value-of select="$page-content/document/ouc:properties/parameter[@name='database-name']" /></h3> | |
<p><xsl:value-of select="$page-content/document/ouc:properties/parameter[@name='database-description']" /></p> | |
<p><a href="{$page-content/ouc:properties[@label='config']/parameter[@name='database-url']}">Open Database</a></p> | |
<!-- GetTagsForPage function will get the tags associated with the data file --> | |
<xsl:call-template name="GetTagsForPage"> | |
<xsl:with-param name="page-path" select="concat($data-folder,'/', $file-name)" /> | |
</xsl:call-template> | |
<hr/> | |
<!-- FROM LoopThoughSortedList-Start.xsl on line 9 `if (@type=library-database)` --> | |
</xsl:if> | |
<!-- FROM LoopThoughtSortedList-Start.xsl on line 2 select="$sortedcopy/file" --> | |
</xsl:for-each> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment