mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 00:11:44 +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="/">
|
||||
|
||||
<div>
|
||||
|
||||
<table width="100%">
|
||||
<xsl:for-each select="/bm/li">
|
||||
|
||||
|
||||
<div class='item'>
|
||||
<img align="middle" style="margin:2px">
|
||||
<tr><td class="item" width="1%" valign="middle" align="center">
|
||||
<img>
|
||||
<xsl:attribute name="src" >
|
||||
<xsl:value-of select="@iconsrc"/>
|
||||
</xsl:attribute>
|
||||
</img>
|
||||
<a>
|
||||
</td><td class="item">
|
||||
<a >
|
||||
<xsl:attribute name="href">
|
||||
<xsl:value-of select="."/>
|
||||
</xsl:attribute>
|
||||
<xsl:value-of select="@title"/>
|
||||
</a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:for-each>
|
||||
|
||||
</div>
|
||||
</table>
|
||||
|
||||
</xsl:template>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user