Changeset 1522 in josm for trunk/styles/standard/overview.xsl
- Timestamp:
- 2009-04-05T23:51:54+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/styles/standard/overview.xsl
r1342 r1522 556 556 557 557 <xsl:call-template name="topic"> 558 <xsl:with-param name="key" select="' tourism'"/>558 <xsl:with-param name="key" select="'religion'"/> 559 559 <xsl:with-param name="column" select="10"/> 560 560 <xsl:with-param name="row" select="1"/> 561 561 </xsl:call-template> 562 562 563 563 <xsl:call-template name="topic"> 564 564 <xsl:with-param name="key" select="'historic'"/> … … 595 595 596 596 <xsl:call-template name="topic"> 597 <xsl:with-param name="key" select="' religion'"/>597 <xsl:with-param name="key" select="'tourism'"/> 598 598 <xsl:with-param name="column" select="13"/> 599 599 <xsl:with-param name="row" select="1"/> 600 </xsl:call-template> 601 602 <xsl:call-template name="topic"> 603 <xsl:with-param name="key" select="'information'"/> 604 <xsl:with-param name="column" select="13"/> 605 <xsl:with-param name="row" select="19"/> 600 606 </xsl:call-template> 601 607
Note:
See TracChangeset
for help on using the changeset viewer.