Skip to content

Commit

Permalink
Removed dct: usage for now
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Dec 5, 2023
1 parent 5493647 commit 4ed682c
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,10 +286,10 @@ extension-element-prefixes="ixsl"

<xsl:if test="$show-title">
<div class="control-group required">
<label class="control-label">
<xsl:value-of>
<label class="control-label">Title
<!-- <xsl:value-of>
<xsl:apply-templates select="key('resources', '&dct;title', document(ac:document-uri('&dct;')))" mode="ac:label"/>
</xsl:value-of>
</xsl:value-of>-->
</label>
<div class="controls">
<input name="title" type="text"/>
Expand Down Expand Up @@ -463,10 +463,10 @@ extension-element-prefixes="ixsl"

<xsl:if test="$show-title">
<div class="control-group required">
<label class="control-label">
<xsl:value-of>
<label class="control-label">Title
<!-- <xsl:value-of>
<xsl:apply-templates select="key('resources', '&dct;title', document(ac:document-uri('&dct;')))" mode="ac:label"/>
</xsl:value-of>
</xsl:value-of>-->
</label>
<div class="controls">
<input name="title" type="text"/>
Expand Down

0 comments on commit 4ed682c

Please sign in to comment.