Revision 1714
Added by Jing Tao over 21 years ago
lib/style/eml2/eml-party-2.0.0.xsl | ||
---|---|---|
177 | 177 |
<xsl:if test="normalize-space(.)!=''"> |
178 | 178 |
<tr><td width="{$firstColWidth}" class="{$partyfirstColStyle}" > |
179 | 179 |
Web Address:</td><td width="{$secondColWidth}" class="{$secondColStyle}"> |
180 |
<xsl:value-of select="."/></td></tr> |
|
181 |
</xsl:if> |
|
180 |
<a><xsl:attribute name="href">http://<xsl:value-of select="."/></xsl:attribute><xsl:value-of select="./entityName"/> |
|
181 |
<xsl:value-of select="."/></a></td></tr> |
|
182 |
</xsl:if> |
|
182 | 183 |
</xsl:template> |
183 | 184 |
|
184 | 185 |
|
Also available in: Unified diff
Add a hyper link to web addess.