[opendemo-cvs] CVS: opendemo-web/machinima opendemo.xsl,1.1,1.2
Status: Beta
Brought to you by:
girlich
From: Uwe G. <gi...@us...> - 2005-01-29 19:42:05
|
Update of /cvsroot/opendemo/opendemo-web/machinima In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24643 Modified Files: opendemo.xsl Log Message: changed plan to blog Index: opendemo.xsl =================================================================== RCS file: /cvsroot/opendemo/opendemo-web/machinima/opendemo.xsl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** opendemo.xsl 3 Aug 2003 15:17:00 -0000 1.1 --- opendemo.xsl 29 Jan 2005 19:41:55 -0000 1.2 *************** *** 98,106 **** ! <xsl:template match="dotplan" name="dotplan"> <a> <xsl:attribute name="href"> ! <xsl:apply-templates select="//plan"/> ! </xsl:attribute>plan</a> </xsl:template> --- 98,106 ---- ! <xsl:template name="blog"> <a> <xsl:attribute name="href"> ! <xsl:apply-templates select="//blog"/> ! </xsl:attribute>blog</a> </xsl:template> *************** *** 120,124 **** </xsl:element> <font size="-3"> ! (<xsl:call-template name="dotplan"/>)</font> </h2> <xsl:apply-templates select="date"/> --- 120,124 ---- </xsl:element> <font size="-3"> ! (<xsl:call-template name="blog"/>)</font> </h2> <xsl:apply-templates select="date"/> |