Revision 7999
Added by ben leinfelder over 11 years ago
lib/style/skins/metacatui/eml-2/eml-physical.xsl | ||
---|---|---|
84 | 84 |
<xsl:call-template name="physicalobjectName"> |
85 | 85 |
<xsl:with-param name="physicalfirstColStyle" select="$physicalfirstColStyle"/> |
86 | 86 |
</xsl:call-template> |
87 |
<xsl:if test="$notshowdistribution=''"> |
|
88 |
<xsl:for-each select="distribution"> |
|
89 |
<xsl:call-template name="distribution"> |
|
90 |
<xsl:with-param name="disfirstColStyle" select="$physicalfirstColStyle"/> |
|
91 |
<xsl:with-param name="dissubHeaderStyle" select="$subHeaderStyle"/> |
|
92 |
<xsl:with-param name="docid" select="$docid"/> |
|
93 |
<xsl:with-param name="level">entitylevel</xsl:with-param> |
|
94 |
<xsl:with-param name="entitytype" select="$entitytype"/> |
|
95 |
<xsl:with-param name="entityindex" select="$entityindex"/> |
|
96 |
<xsl:with-param name="physicalindex" select="$physicalindex"/> |
|
97 |
<xsl:with-param name="distributionindex" select="position()"/> |
|
98 |
</xsl:call-template> |
|
99 |
</xsl:for-each> |
|
100 |
</xsl:if> |
|
87 | 101 |
<xsl:call-template name="physicalsize"> |
88 | 102 |
<xsl:with-param name="physicalfirstColStyle" select="$physicalfirstColStyle"/> |
89 | 103 |
</xsl:call-template> |
... | ... | |
108 | 122 |
<xsl:call-template name="physicalbinaryRasterFormat"> |
109 | 123 |
<xsl:with-param name="physicalfirstColStyle" select="$physicalfirstColStyle"/> |
110 | 124 |
</xsl:call-template> |
111 |
<xsl:if test="$notshowdistribution=''"> |
|
112 |
<xsl:for-each select="distribution"> |
|
113 |
<xsl:call-template name="distribution"> |
|
114 |
<xsl:with-param name="disfirstColStyle" select="$physicalfirstColStyle"/> |
|
115 |
<xsl:with-param name="dissubHeaderStyle" select="$subHeaderStyle"/> |
|
116 |
<xsl:with-param name="docid" select="$docid"/> |
|
117 |
<xsl:with-param name="level">entitylevel</xsl:with-param> |
|
118 |
<xsl:with-param name="entitytype" select="$entitytype"/> |
|
119 |
<xsl:with-param name="entityindex" select="$entityindex"/> |
|
120 |
<xsl:with-param name="physicalindex" select="$physicalindex"/> |
|
121 |
<xsl:with-param name="distributionindex" select="position()"/> |
|
122 |
</xsl:call-template> |
|
123 |
</xsl:for-each> |
|
124 |
</xsl:if> |
|
125 | 125 |
|
126 | 126 |
</xsl:template> |
127 | 127 |
|
Also available in: Unified diff
group the physical and distribution details together.