зеркало из https://github.com/mozilla/pjs.git
XSLT updates, processing favicon and title.
This commit is contained in:
Родитель
0cc4cc5673
Коммит
c794cb50d1
|
@ -19,13 +19,18 @@ xmlns:rss="http://purl.org/rss/1.0/"
|
||||||
|
|
||||||
|
|
||||||
<div class='item'>
|
<div class='item'>
|
||||||
|
<img align="middle" style="margin:2px">
|
||||||
|
<xsl:attribute name="src" >
|
||||||
|
<xsl:value-of select="@iconsrc"/>
|
||||||
|
</xsl:attribute>
|
||||||
|
</img>
|
||||||
<a>
|
<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="."/>
|
<xsl:value-of select="@title"/>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче