Changeset 2740 in josm for trunk/styles/standard/overview.xsl
- Timestamp:
- 2010-01-04T23:29:14+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/styles/standard/overview.xsl
r2640 r2740 538 538 </xsl:call-template> 539 539 540 541 540 542 <xsl:call-template name="topic"> 541 543 <xsl:with-param name="key" select="'amenity'"/> … … 549 551 <xsl:with-param name="row" select="1"/> 550 552 </xsl:call-template> 551 552 553 <xsl:call-template name="topic"> 553 554 <xsl:with-param name="key" select="'parking'"/> … … 561 562 <xsl:with-param name="row" select="1"/> 562 563 </xsl:call-template> 563 564 <xsl:call-template name="topic"> 565 <xsl:with-param name="key" select="'information'"/> 566 <xsl:with-param name="column" select="10"/> 567 <xsl:with-param name="row" select="16"/> 568 </xsl:call-template> 564 <xsl:call-template name="topic"> 565 <xsl:with-param name="key" select="'information'"/> 566 <xsl:with-param name="column" select="11"/> 567 <xsl:with-param name="row" select="33"/> 568 </xsl:call-template> 569 569 570 570 <xsl:call-template name="topic"> … … 573 573 <xsl:with-param name="row" select="1"/> 574 574 </xsl:call-template> 575 576 577 <xsl:with-param name="column" select="11"/>578 <xsl:with-param name="row" select="23"/>579 575 <xsl:call-template name="topic"> 576 <xsl:with-param name="key" select="'power'"/> 577 <xsl:with-param name="column" select="10"/> 578 <xsl:with-param name="row" select="20"/> 579 </xsl:call-template> 580 580 <xsl:call-template name="topic"> 581 581 <xsl:with-param name="key" select="'power_source'"/> 582 582 <xsl:with-param name="column" select="11"/> 583 <xsl:with-param name="row" select=" 31"/>583 <xsl:with-param name="row" select="20"/> 584 584 </xsl:call-template> 585 585 <xsl:call-template name="topic"> 586 586 <xsl:with-param name="key" select="'vending'"/> 587 587 <xsl:with-param name="column" select="11"/> 588 <xsl:with-param name="row" select=" 39"/>588 <xsl:with-param name="row" select="40"/> 589 589 </xsl:call-template> 590 590 … … 619 619 620 620 621 622 621 <xsl:call-template name="topic"> 623 622 <xsl:with-param name="key" select="'landuse'"/>
Note:
See TracChangeset
for help on using the changeset viewer.