移动数据引用位置
This commit is contained in:
parent
19258f3230
commit
ada5c49b36
14
data/doc.xsl
14
data/doc.xsl
|
@ -51,13 +51,6 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><h4 style="background-color:#DEE2E4">本数据的引用</h4>
|
|
||||||
<ol>
|
|
||||||
<xsl:for-each select="//Metadata/dataIdInfo/idCitation/otherCitDet">
|
|
||||||
<li><xsl:value-of select="."/></li>
|
|
||||||
</xsl:for-each>
|
|
||||||
</ol>
|
|
||||||
</li>
|
|
||||||
<li><h4 style="background-color:#DEE2E4">地理范围</h4>
|
<li><h4 style="background-color:#DEE2E4">地理范围</h4>
|
||||||
<div>
|
<div>
|
||||||
<table border="1" cellspacing="0" cellpadding="4" style="text-align:center" align="center">
|
<table border="1" cellspacing="0" cellpadding="4" style="text-align:center" align="center">
|
||||||
|
@ -86,6 +79,13 @@
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
</ol>
|
</ol>
|
||||||
</li>
|
</li>
|
||||||
|
<li><h4 style="background-color:#DEE2E4">本数据的引用</h4>
|
||||||
|
<ol>
|
||||||
|
<xsl:for-each select="//Metadata/dataIdInfo/idCitation/otherCitDet">
|
||||||
|
<li><xsl:value-of select="."/></li>
|
||||||
|
</xsl:for-each>
|
||||||
|
</ol>
|
||||||
|
</li>
|
||||||
<li><h4 style="background-color:#DEE2E4">项目支持信息</h4>
|
<li><h4 style="background-color:#DEE2E4">项目支持信息</h4>
|
||||||
<p><xsl:value-of select="//Metadata/dataIdInfo/suppInfo"/></p>
|
<p><xsl:value-of select="//Metadata/dataIdInfo/suppInfo"/></p>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in New Issue