source: sandbox/2.3-MailArchiver/expressoMail1_2/stylesheet/news_add.xsl @ 6779

Revision 6779, 493 bytes checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

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.