Left-aligned titles of labs and tutorials by default
1 parent 25904ad commit 77a03359fadfe1a5630edbc45ab0190f2436c572
Nigel Stanger authored on 21 Feb 2019
Showing 1 changed file
View
6
modules/paper-calendar.xml
<xsl:call-template name="generate-content-cell">
<xsl:with-param name="columns" select="if ( $numbered = ('yes', 'y', 'true', 't', '1') ) then 1 else 2" />
<xsl:with-param name="rows" select="if ( @rows ) then @rows else ancestor::calendar/@lectures-per-week" />
<xsl:with-param name="align">left</xsl:with-param>
<xsl:with-param name="column-format" select="if ( $numbered = ('no', 'n', 'false', 'f', '0') ) then 'l|' else 'c|'" />
</xsl:call-template>
</common>
<common formats="/html/xhtml/">
<xsl:if test="$numbered = ('yes', 'y', 'true', 't', '1')">
<xsl:call-template name="generate-content-cell">
<xsl:with-param name="colour">ltblue</xsl:with-param>
<xsl:with-param name="columns" select="if ( $numbered = ('yes', 'y', 'true', 't', '1') ) then 1 else 2" />
<xsl:with-param name="rows" select="if ( @rows ) then @rows else ancestor::calendar/@lectures-per-week" />
<xsl:with-param name="align">left</xsl:with-param>
</xsl:call-template>
</common>
</template>
 
<xsl:call-template name="generate-content-cell">
<xsl:with-param name="columns" select="if ( $numbered = ('yes', 'y', 'true', 't', '1') ) then 1 else 2" />
<xsl:with-param name="rows" select="if ( @rows ) then @rows else ancestor::calendar/@lectures-per-week" />
<xsl:with-param name="align">left</xsl:with-param>
<xsl:with-param name="column-format" select="if ( $numbered = ('no', 'n', 'false', 'f', '0') ) then 'l|' else 'c|'" />
</xsl:call-template>
</common>
<common formats="/html/xhtml/">
<xsl:if test="$numbered = ('yes', 'y', 'true', 't', '1')">
<xsl:call-template name="generate-content-cell">
<xsl:with-param name="colour">medgreen</xsl:with-param>
<xsl:with-param name="columns" select="if ( $numbered = ('yes', 'y', 'true', 't', '1') ) then 1 else 2" />
<xsl:with-param name="rows" select="if ( @rows ) then @rows else ancestor::calendar/@lectures-per-week" />
<xsl:with-param name="align">left</xsl:with-param>
</xsl:call-template>
</common>
</template>