Changeset 1543 in josm for trunk/styles/standard/overview.xsl
- Timestamp:
- 2009-04-21T10:20:13+02:00 (17 years ago)
- File:
-
- 1 edited
-
trunk/styles/standard/overview.xsl (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/styles/standard/overview.xsl
r1540 r1543 357 357 </xsl:call-template> 358 358 <xsl:call-template name="topic"> 359 <xsl:with-param name="key" select="' bridge'"/>359 <xsl:with-param name="key" select="'junction'"/> 360 360 <xsl:with-param name="column" select="2"/> 361 <xsl:with-param name="row" select="21"/> 361 <xsl:with-param name="row" select="17"/> 362 </xsl:call-template> 363 <xsl:call-template name="topic"> 364 <xsl:with-param name="key" select="'restriction'"/> 365 <xsl:with-param name="column" select="2"/> 366 <xsl:with-param name="row" select="20"/> 362 367 </xsl:call-template> 363 368 <xsl:call-template name="topic"> 364 369 <xsl:with-param name="key" select="'tunnel'"/> 365 370 <xsl:with-param name="column" select="2"/> 366 <xsl:with-param name="row" select="3 3"/>371 <xsl:with-param name="row" select="36"/> 367 372 </xsl:call-template> 368 373 <xsl:call-template name="topic"> 369 374 <xsl:with-param name="key" select="'mountain_pass'"/> 370 375 <xsl:with-param name="column" select="2"/> 371 <xsl:with-param name="row" select="37"/>372 </xsl:call-template>373 <xsl:call-template name="topic">374 <xsl:with-param name="key" select="'junction'"/>375 <xsl:with-param name="column" select="2"/>376 376 <xsl:with-param name="row" select="40"/> 377 377 </xsl:call-template> 378 378 379 <xsl:call-template name="topic"> 379 380 <xsl:with-param name="key" select="'barrier'"/> 380 381 <xsl:with-param name="column" select="3"/> 381 <xsl:with-param name="row" select="30"/> 382 </xsl:call-template> 383 382 <xsl:with-param name="row" select="29"/> 383 </xsl:call-template> 384 384 <xsl:call-template name="topic"> 385 385 <xsl:with-param name="key" select="'access'"/> … … 492 492 <xsl:with-param name="column" select="4"/> 493 493 <xsl:with-param name="row" select="21"/> 494 </xsl:call-template>495 <xsl:call-template name="topic">496 <xsl:with-param name="key" select="'restriction'"/>497 <xsl:with-param name="column" select="4"/>498 <xsl:with-param name="row" select="25"/>499 494 </xsl:call-template> 500 495 … … 510 505 </xsl:call-template> 511 506 <xsl:call-template name="topic"> 507 <xsl:with-param name="key" select="'bridge'"/> 508 <xsl:with-param name="column" select="5"/> 509 <xsl:with-param name="row" select="26"/> 510 </xsl:call-template> 511 <xsl:call-template name="topic"> 512 512 <xsl:with-param name="key" select="'route'"/> 513 513 <xsl:with-param name="column" select="5"/> … … 535 535 <xsl:with-param name="row" select="25"/> 536 536 </xsl:call-template> 537 538 537 539 538 <xsl:call-template name="topic"> … … 562 561 563 562 <xsl:call-template name="topic"> 564 <xsl:with-param name="key" select="' historic'"/>563 <xsl:with-param name="key" select="'information'"/> 565 564 <xsl:with-param name="column" select="10"/> 566 <xsl:with-param name="row" select="1 9"/>565 <xsl:with-param name="row" select="16"/> 567 566 </xsl:call-template> 568 567 … … 595 594 </xsl:call-template> 596 595 <xsl:call-template name="topic"> 597 <xsl:with-param name="key" select="' information'"/>596 <xsl:with-param name="key" select="'historic'"/> 598 597 <xsl:with-param name="column" select="13"/> 599 598 <xsl:with-param name="row" select="19"/>
Note:
See TracChangeset
for help on using the changeset viewer.
