| | 110 | <xsl:with-param name="effort_type" select="."/> |
| | 111 | </xsl:call-template> |
| | 112 | </xsl:for-each> |
| | 113 | |
| | 114 | <xsl:for-each select="//cms:efforttype[generate-id() = generate-id(key('efforttype-group', .))]"> |
| | 115 | <xsl:variable name="effort_type_urified"> |
| | 116 | <xsl:call-template name="make_uri"> |
| | 117 | <xsl:with-param name="string" select="."/> |
| | 118 | </xsl:call-template> |
| | 119 | </xsl:variable> |
| | 120 | <xsl:call-template name="gnuplot_efforts_type"> |
| | 121 | <xsl:with-param name="source_file" select="concat($imagedir,'/data_time')"/> |
| | 122 | <xsl:with-param name="suffix" select="concat($effort_type_urified,'_all_versions')"/> |