[Rapforums-developer] src/stylesheets/edu/fullcoll/uportal/channels/rap/forum thread.xsl,1.4,1.5
Status: Beta
Brought to you by:
brippe
From: Brad R. <br...@us...> - 2005-02-04 00:36:05
|
Update of /cvsroot/rapforums/src/stylesheets/edu/fullcoll/uportal/channels/rap/forum In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13667 Modified Files: thread.xsl Log Message: no message Index: thread.xsl =================================================================== RCS file: /cvsroot/rapforums/src/stylesheets/edu/fullcoll/uportal/channels/rap/forum/thread.xsl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** thread.xsl 26 Jan 2004 19:04:03 -0000 1.4 --- thread.xsl 4 Feb 2005 00:35:54 -0000 1.5 *************** *** 9,12 **** --- 9,14 ---- <xsl:param name="nbsp"> </xsl:param> <xsl:param name="raquo">»</xsl:param> + + <xsl:param name="serverInfo"></xsl:param> <!-- contains the name of the server where thread2pdf.jsp resides --> <xsl:variable name="mediaPath" select="'media/edu/fullcoll/uportal/channels/rap'"/> *************** *** 153,156 **** --- 155,168 ---- </font> </td> + <td align="right"> + comments available: + <a> + <xsl:attribute name="class">uportal-text-small</xsl:attribute> + <xsl:attribute name="target">_blank</xsl:attribute> + <xsl:attribute name="alt">PDF</xsl:attribute> + <xsl:attribute name="href"><xsl:value-of select="$serverInfo"/>/thread2pdf.jsp?mode=pdf&forum=<xsl:value-of select="/rap/rapforum/forumid"/>&thread=<xsl:value-of select="/rap/rapforum/threadid"/>&lpg=<xsl:value-of select="$lastNumOnPg"/></xsl:attribute> + <img src="{$mediaPath}/pdf_logo.gif" width="16" height="16" border="0"/> PDF Format + </a> + </td> </tr> </table> |