source: branches/2.2/expressoMail1_2/stylesheet/news_add.xsl @ 3178

Revision 3178, 493 bytes checked in by amuller, 14 years ago (diff)

Ticket #1158 - Implementação do leitor de RSS

Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
3<xsl:template match="rss/channel">
4        <span><xsl:value-of select = "title" /></span><span> - <xsl:value-of select="count(item)"/> news</span>
5        <img src='../phpgwapi/templates/default/images/foldertree_trash.png'>
6                <xsl:attribute name="onclick">
7                        news_edit.unsubscribe('<xsl:value-of select="link"/>',this);
8                </xsl:attribute>
9        </img>
10</xsl:template>
11</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.