Ignore:
Timestamp:
2009-08-12T11:29:22+02:00 (17 years ago)
Author:
ulfl
Message:

update content and layout of overview

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/styles/standard/overview.xsl

    r1543 r1960  
    1818<xsl:variable name="yscale">10</xsl:variable>
    1919<xsl:variable name="areaoffset">4</xsl:variable>
     20<xsl:variable name="ymax">41</xsl:variable>
     21<xsl:variable name="ynextcol">29</xsl:variable>
    2022
    2123
     
    253255
    254256                <xsl:choose>
    255                         <xsl:when test="$ypos &lt; 41">
     257                        <xsl:when test="$ypos &lt; $ymax">
    256258                                <!-- recursive call - increasing index and output counters -->
    257259                            <xsl:call-template name="posed_rules">
     
    268270                                        <xsl:with-param name="index" select="$index + 1"/>
    269271                                        <xsl:with-param name="xpos" select="$xpos + 1"/>
    270                                         <xsl:with-param name="ypos" select="30"/>
     272                                        <xsl:with-param name="ypos" select="$ynextcol"/>
    271273                            </xsl:call-template>
    272274                        </xsl:otherwise>
     
    331333        <xsl:comment>DO NOT EDIT! THIS FILE IS GENERATED!!!</xsl:comment>
    332334        <xsl:element name="osm">
    333         <xsl:attribute name="version">0.5</xsl:attribute>
     335        <xsl:attribute name="version">0.6</xsl:attribute>
    334336        <xsl:attribute name="generator">overview-creator.xslt</xsl:attribute>
    335337       
     
    380382                <xsl:with-param name="key" select="'barrier'"/>
    381383                <xsl:with-param name="column" select="3"/>
    382                 <xsl:with-param name="row" select="29"/>
     384                <xsl:with-param name="row" select="28"/>
    383385    </xsl:call-template>
    384386    <xsl:call-template name="topic">
Note: See TracChangeset for help on using the changeset viewer.