Show
Ignore:
Timestamp:
01/14/12 19:10:26 (12 years ago)
Author:
František Kučera <franta-hg@…>
Branch:
default
Message:

Lepší odsazení, tabulátory.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • šablona/seznam.xsl

    r61 r87  
    2626        exclude-result-prefixes="fn j a"> 
    2727        <xsl:output     method="xml" indent="yes" encoding="UTF-8"/> 
    28          
     28 
    2929        <xsl:template match="/"> 
    3030                <stránka 
     
    3333                        <skrytá>ano</skrytá> 
    3434                        <nadpis>Seznam všech stránek</nadpis> 
    35                         <perex>Všechny stránky tohoto webu.</perex>                      
    36                         <text xmlns="http://www.w3.org/1999/xhtml">                              
    37                                 <xsl:apply-templates select="a:feed/a:entry"/>                                                           
    38                         </text>  
    39                 </stránka>               
     35                        <perex>Všechny stránky tohoto webu.</perex> 
     36                        <text xmlns="http://www.w3.org/1999/xhtml"> 
     37                                <xsl:apply-templates select="a:feed/a:entry"/> 
     38                        </text> 
     39                </stránka> 
    4040        </xsl:template> 
    41          
     41 
    4242        <xsl:template match="a:entry"> 
    4343                <p style="seznamStranek"> 
     
    4848                        (<xsl:value-of select="format-dateTime(adjust-dateTime-to-timezone(a:updated), 
    4949                                '[D1].[M1]. [Y0001] [H1]:[m01]')"/>) 
    50                 </p>                             
     50                </p> 
    5151        </xsl:template> 
    52          
     52 
    5353</xsl:stylesheet> 
     54