- Changed "Paper" to "Teaching" in the calendar title.
1 parent 84baf9c commit fb2eaf4443372d74b14cbbeaa11237ea1d95a613
nstanger authored on 19 Jun 2012
Showing 1 changed file
View
4
modules/paper-calendar.xml
Calendar heading. We can't use generate-content-cell for this, because we're doing more complex processing of the cell contents than is possible with generate-content-cell. Here, we're calling three separate templates interspersed with text, whereas generate-content-cell can only accept a simple list of nodes to apply-templates to.
-->
<xsl:text>\multicolumn{11}{c}{\LARGE\textbf{</xsl:text>
<xsl:call-template name="PaperCode" />
<xsl:text> Paper Calendar, </xsl:text>
<xsl:text> Teaching Calendar, </xsl:text>
<xsl:call-template name="PaperPeriod" />
<xsl:text>, </xsl:text>
<xsl:call-template name="PaperYear" />
<xsl:text>}} \\</xsl:text>
<common formats="/html/xhtml/">
<!-- Calendar heading. -->
<h2>
<xsl:call-template name="PaperCode" />
<xsl:text> Paper Calendar, </xsl:text>
<xsl:text> Teaching Calendar, </xsl:text>
<xsl:call-template name="PaperPeriod" />
<xsl:text>, </xsl:text>
<xsl:call-template name="PaperYear" />
</h2>