Changeset 716 in josm for trunk/styles/standard/overview.xsl


Ignore:
Timestamp:
2008-07-13T18:44:47+02:00 (16 years ago)
Author:
(none)
Message:

more redesign/layout/updates ...

File:
1 edited

Legend:

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

    r714 r716  
    315315                <xsl:with-param name="key" select="'abutters'"/>
    316316                <xsl:with-param name="column" select="2"/>
     317                <xsl:with-param name="row" select="17"/>
     318    </xsl:call-template>
     319    <xsl:call-template name="topic">
     320                <xsl:with-param name="key" select="'bridge'"/>
     321                <xsl:with-param name="column" select="2"/>
    317322                <xsl:with-param name="row" select="20"/>
    318323    </xsl:call-template>
    319324    <xsl:call-template name="topic">
    320                 <xsl:with-param name="key" select="'bridge'"/>
    321                 <xsl:with-param name="column" select="2"/>
    322                 <xsl:with-param name="row" select="22"/>
    323     </xsl:call-template>
    324     <xsl:call-template name="topic">
    325325                <xsl:with-param name="key" select="'tunnel'"/>
    326326                <xsl:with-param name="column" select="2"/>
    327                 <xsl:with-param name="row" select="24"/>
     327                <xsl:with-param name="row" select="30"/>
    328328    </xsl:call-template>
    329329    <xsl:call-template name="topic">
    330330                <xsl:with-param name="key" select="'mountain_pass'"/>
    331331                <xsl:with-param name="column" select="2"/>
    332                 <xsl:with-param name="row" select="26"/>
     332                <xsl:with-param name="row" select="35"/>
    333333    </xsl:call-template>
    334334    <xsl:call-template name="topic">
    335335                <xsl:with-param name="key" select="'junction'"/>
    336336                <xsl:with-param name="column" select="2"/>
    337                 <xsl:with-param name="row" select="28"/>
     337                <xsl:with-param name="row" select="38"/>
    338338    </xsl:call-template>
    339339        <xsl:call-template name="topic">
    340340                <xsl:with-param name="key" select="'barrier'"/>
    341341                <xsl:with-param name="column" select="2"/>
    342                 <xsl:with-param name="row" select="30"/>
     342                <xsl:with-param name="row" select="40"/>
    343343    </xsl:call-template>
    344344       
     
    443443                <xsl:with-param name="column" select="4"/>
    444444                <xsl:with-param name="row" select="17"/>
     445    </xsl:call-template>
     446        <xsl:call-template name="topic">
     447                <xsl:with-param name="key" select="'oneway'"/>
     448                <xsl:with-param name="column" select="4"/>
     449                <xsl:with-param name="row" select="19"/>
    445450    </xsl:call-template>
    446451               
     
    456461    </xsl:call-template>
    457462    <xsl:call-template name="topic">
    458                 <xsl:with-param name="key" select="'waterway'"/>
     463                <xsl:with-param name="key" select="'route'"/>
    459464                <xsl:with-param name="column" select="5"/>
    460                 <xsl:with-param name="row" select="26"/>
     465                <xsl:with-param name="row" select="30"/>
    461466    </xsl:call-template>
    462467       
     
    474479                <xsl:with-param name="key" select="'piste:difficulty'"/>
    475480                <xsl:with-param name="column" select="6"/>
    476                 <xsl:with-param name="row" select="20"/>
    477     </xsl:call-template>
    478     <xsl:call-template name="topic">
    479                 <xsl:with-param name="key" select="'route'"/>
     481                <xsl:with-param name="row" select="17"/>
     482    </xsl:call-template>
     483    <xsl:call-template name="topic">
     484                <xsl:with-param name="key" select="'waterway'"/>
    480485                <xsl:with-param name="column" select="6"/>
    481                 <xsl:with-param name="row" select="30"/>
    482     </xsl:call-template>
    483        
    484 
     486                <xsl:with-param name="row" select="24"/>
     487    </xsl:call-template>
     488       
    485489
    486490    <xsl:call-template name="topic">
     
    536540       
    537541    <xsl:call-template name="topic">
     542                <xsl:with-param name="key" select="'religion'"/>
     543                <xsl:with-param name="column" select="13"/>
     544                <xsl:with-param name="row" select="1"/>
     545    </xsl:call-template>
     546       
     547    <xsl:call-template name="topic">
    538548                <xsl:with-param name="key" select="'sport'"/>
    539                 <xsl:with-param name="column" select="13"/>
    540                 <xsl:with-param name="row" select="1"/>
    541     </xsl:call-template>
    542 
    543     <xsl:call-template name="topic">
    544                 <xsl:with-param name="key" select="'religion'"/>
    545549                <xsl:with-param name="column" select="14"/>
    546550                <xsl:with-param name="row" select="1"/>
    547551    </xsl:call-template>
    548        
     552
    549553
    550554
Note: See TracChangeset for help on using the changeset viewer.