mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 03:24:26 +00:00
polish to bookmark.
This commit is contained in:
parent
eb31b955a4
commit
6bdcad57d7
@ -13,27 +13,27 @@ xmlns:rss="http://purl.org/rss/1.0/"
|
|||||||
|
|
||||||
<xsl:template match="/">
|
<xsl:template match="/">
|
||||||
|
|
||||||
<div>
|
<table width="100%">
|
||||||
|
|
||||||
<xsl:for-each select="/bm/li">
|
<xsl:for-each select="/bm/li">
|
||||||
|
<tr><td class="item" width="1%" valign="middle" align="center">
|
||||||
|
<img>
|
||||||
<div class='item'>
|
|
||||||
<img align="middle" style="margin:2px">
|
|
||||||
<xsl:attribute name="src" >
|
<xsl:attribute name="src" >
|
||||||
<xsl:value-of select="@iconsrc"/>
|
<xsl:value-of select="@iconsrc"/>
|
||||||
</xsl:attribute>
|
</xsl:attribute>
|
||||||
</img>
|
</img>
|
||||||
<a>
|
</td><td class="item">
|
||||||
|
<a >
|
||||||
<xsl:attribute name="href">
|
<xsl:attribute name="href">
|
||||||
<xsl:value-of select="."/>
|
<xsl:value-of select="."/>
|
||||||
</xsl:attribute>
|
</xsl:attribute>
|
||||||
<xsl:value-of select="@title"/>
|
<xsl:value-of select="@title"/>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</td>
|
||||||
|
</tr>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
|
|
||||||
</div>
|
</table>
|
||||||
|
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user