Skip to content

Commit

Permalink
Debug <li>
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Jun 23, 2024
1 parent 981fa04 commit 84b2368
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1239,18 +1239,19 @@ extension-element-prefixes="ixsl"
key('resources', '<xsl:value-of select="."/>', $type-metadata): <xsl:value-of select="serialize(key('resources', ., $type-metadata))"/>
</xsl:message>

<button type="button" class="btn btn-edit-constructors" data-resource-type="{.}">
WTF
<!-- <button type="button" class="btn btn-edit-constructors" data-resource-type="{.}">
<xsl:value-of>
<xsl:apply-templates select="key('resources', 'edit', document(resolve-uri('static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/translations.rdf', $ac:contextUri)))" mode="ac:label"/>
</xsl:value-of>
<xsl:text> </xsl:text>
<!-- query class description from the namespace ontology (because it might not be available as Linked Data) -->
query class description from the namespace ontology (because it might not be available as Linked Data)
<xsl:apply-templates select="key('resources', ., $type-metadata)" mode="ac:label"/>
<xsl:text> </xsl:text>
<xsl:value-of>
<xsl:apply-templates select="key('resources', 'constructors', document(resolve-uri('static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/translations.rdf', $ac:contextUri)))" mode="ac:label"/>
</xsl:value-of>
</button>
</button>-->
</li>
</xsl:for-each>
</ul>
Expand Down

0 comments on commit 84b2368

Please sign in to comment.