Changeset a9e89d0 for stylesheets/xhtml


Ignore:
Timestamp:
05/19/2004 08:16:58 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
8df9f63
Parents:
28501c7
Message:

HEAD: StyleSheets - unified the identation to use spaces.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3663 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
stylesheets/xhtml
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/xhtml/lfs-admon.xsl

    r28501c7 ra9e89d0  
    55                version="1.0">
    66
    7         <!-- Use graphics in admonitions -->
     7    <!-- Use graphics in admonitions -->
    88  <xsl:param name="admon.graphics" select="1"/>
    99  <xsl:param name="admon.graphics.path">../images/</xsl:param>
    1010  <xsl:param name="admon.graphics.extension" select="'.png'"/>
    1111
    12         <!-- Changing the output tagging -->
     12    <!-- Changing the output tagging -->
    1313  <xsl:template name="graphical.admonition">
    1414    <xsl:variable name="admon.type">
     
    2323    </xsl:variable>
    2424    <div class="admonition">
    25         <div class ="admonhead">
     25      <div class ="admonhead">
    2626        <img alt="[{$admon.type}]">
    2727          <xsl:attribute name="src">
     
    3838      </div>
    3939      <div class="admonbody">
    40                                 <xsl:apply-templates/>
     40        <xsl:apply-templates/>
    4141      </div>
    4242    </div>
  • stylesheets/xhtml/lfs-index.xsl

    r28501c7 ra9e89d0  
    2121  <xsl:template match="index" mode="title.markup">
    2222    <xsl:value-of select="$index-title"/>
    23         </xsl:template>
     23  </xsl:template>
    2424 
    2525  <xsl:template name="index.titlepage">
    2626    <div class="titlepage">
    27         <h1 class="index">
    28                 <xsl:value-of select="$index-title"/>
    29                         </h1>
     27      <h1 class="index">
     28        <xsl:value-of select="$index-title"/>
     29      </h1>
    3030    </div>
    3131  </xsl:template>
    3232
    33         <!--Divisions-->
     33    <!--Divisions-->
    3434  <xsl:template match="indexterm" mode="index-div">
    3535    <xsl:param name="scope" select="."/>
    3636    <xsl:variable name="key" select="translate(substring(&primary;, 1, 1),&lowercase;,&uppercase;)"/>
    3737    <xsl:variable name="divtitle" select="translate($key, &lowercase;, &uppercase;)"/>
    38         <!-- Make sure that we don't generate a div if there are no terms in scope -->
     38      <!-- Make sure that we don't generate a div if there are no terms in scope -->
    3939    <xsl:if test="key('letter', $key)[&scope;] [count(.|key('primary', &primary;)[&scope;][1]) = 1]">
    4040      <div class="indexdiv">
    4141        <xsl:if test="contains(concat(&lowercase;, &uppercase;), $key)">
    4242          <h2>
    43                 <xsl:choose>
    44                 <xsl:when test="$divtitle = 'A'">
    45                 <xsl:text>Packages</xsl:text>
     43            <xsl:choose>
     44              <xsl:when test="$divtitle = 'A'">
     45                <xsl:text>Packages</xsl:text>
    4646             </xsl:when>
    4747             <xsl:when test="$divtitle = 'B'">
    48                 <xsl:text>Programs</xsl:text>
     48                <xsl:text>Programs</xsl:text>
    4949             </xsl:when>
    5050             <xsl:when test="$divtitle = 'C'">
    51                 <xsl:text>Libraries</xsl:text>
     51                <xsl:text>Libraries</xsl:text>
    5252             </xsl:when>
    5353             <xsl:when test="$divtitle = 'D'">
    54                 <xsl:text>Scripts</xsl:text>
     54                <xsl:text>Scripts</xsl:text>
    5555             </xsl:when>
    5656              <xsl:when test="$divtitle = 'E'">
     
    5858              </xsl:when>
    5959             <xsl:otherwise>
    60                         <xsl:value-of select="$divtitle"/>
    61                                                 </xsl:otherwise>
     60              <xsl:value-of select="$divtitle"/>
     61            </xsl:otherwise>
    6262           </xsl:choose>
    6363          </h2>
     
    6565        <ul>
    6666          <xsl:apply-templates select="key('letter', $key)[&scope;]
    67                                         [count(.|key('primary', &primary;)[&scope;][1])=1]" mode="index-primary">
     67                  [count(.|key('primary', &primary;)[&scope;][1])=1]" mode="index-primary">
    6868            <xsl:with-param name="scope" select="$scope"/>
    6969            <xsl:sort select="translate(&primary;, &lowercase;, &uppercase;)"/>
     
    7474  </xsl:template>
    7575
    76         <!-- Dropping the separator from here-->
     76    <!-- Dropping the separator from here-->
    7777  <xsl:template match="indexterm" mode="reference">
    7878    <xsl:param name="scope" select="."/>
     
    8181        <xsl:with-param name="scope" select="$scope"/>
    8282      </xsl:call-template>
    83         </xsl:template>
     83  </xsl:template>
    8484
    85         <!-- Changing the output tags and re-addind the separator-->
     85    <!-- Changing the output tags and re-addind the separator-->
    8686  <xsl:template match="indexterm" mode="index-primary">
    8787    <xsl:param name="scope" select="."/>
     
    8989    <xsl:variable name="refs" select="key('primary', $key)[&scope;]"/>
    9090    <li>
    91         <strong class="item">
    92         <xsl:value-of select="primary"/>
     91      <strong class="item">
     92        <xsl:value-of select="primary"/>
    9393        <xsl:text>: </xsl:text>
    94                         </strong>
     94      </strong>
    9595      <xsl:for-each select="$refs[generate-id() = generate-id(key('primary-section',
    96                                 concat($key, &#34; &#34;, generate-id((ancestor-or-self::book |ancestor-or-self::part
     96              concat($key, &#34; &#34;, generate-id((ancestor-or-self::book |ancestor-or-self::part
    9797              |ancestor-or-self::chapter |ancestor-or-self::appendix |ancestor-or-self::preface
    9898              |ancestor-or-self::sect1 |ancestor-or-self::sect2 |ancestor-or-self::sect3
     
    102102        </xsl:apply-templates>
    103103      </xsl:for-each>
    104         <xsl:if test="$refs/secondary">
     104      <xsl:if test="$refs/secondary">
    105105        <ul>
    106106          <xsl:apply-templates select="$refs[secondary and count(.|key('secondary',
    107                                         concat($key, &#34; &#34;, normalize-space(concat(secondary/@sortas,
     107                  concat($key, &#34; &#34;, normalize-space(concat(secondary/@sortas,
    108108                  secondary[not(@sortas)]))))[&scope;][1]) = 1]" mode="index-secondary">
    109109            <xsl:with-param name="scope" select="$scope"/>
    110110            <xsl:sort select="translate(normalize-space(concat(secondary/@sortas,
    111                                         secondary[not(@sortas)])), &lowercase;, &uppercase;)"/>
     111                    secondary[not(@sortas)])), &lowercase;, &uppercase;)"/>
    112112          </xsl:apply-templates>
    113                 </ul>
    114         </xsl:if>
     113         </ul>
     114      </xsl:if>
    115115    </li>
    116116  </xsl:template>
     
    119119    <xsl:param name="scope" select="."/>
    120120    <xsl:variable name="key" select="concat(&primary;, &#34; &#34;,
    121                                 normalize-space(concat(secondary/@sortas, secondary[not(@sortas)])))"/>
     121            normalize-space(concat(secondary/@sortas, secondary[not(@sortas)])))"/>
    122122    <xsl:variable name="refs" select="key('secondary', $key)[&scope;]"/>
    123123    <li>
    124         <strong class="secitem">
    125         <xsl:value-of select="secondary"/>
     124      <strong class="secitem">
     125        <xsl:value-of select="secondary"/>
    126126        <xsl:text>: </xsl:text>
    127                         </strong>
     127      </strong>
    128128      <xsl:for-each select="$refs[generate-id() = generate-id(key('secondary-section',
    129                                 concat($key, &#34; &#34;, generate-id((ancestor-or-self::book |ancestor-or-self::part
     129              concat($key, &#34; &#34;, generate-id((ancestor-or-self::book |ancestor-or-self::part
    130130              |ancestor-or-self::chapter |ancestor-or-self::appendix |ancestor-or-self::preface
    131131              |ancestor-or-self::sect1 |ancestor-or-self::sect2 |ancestor-or-self::sect3
  • stylesheets/xhtml/lfs-legalnotice.xsl

    r28501c7 ra9e89d0  
    11<?xml version='1.0' encoding='ISO-8859-1'?>
    2 
    3 <!-- Version 0.9 - Manuel Canales Esparcia <macana@lfs-es.org> -->
    42
    53<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
     
    75                version="1.0">
    86
    9         <!-- Generating the page -->
     7    <!-- Generating the page -->
    108  <xsl:template match="legalnotice" mode="titlepage.mode">
    119    <xsl:variable name="id"><xsl:call-template name="object.id"/></xsl:variable>
  • stylesheets/xhtml/lfs-mixed.xsl

    r28501c7 ra9e89d0  
    55                version="1.0">
    66
    7                 <!-- screen -->
     7    <!-- screen -->
    88  <xsl:template match="screen">
    99    <xsl:choose>
    10                 <!-- Temporally hack -->
     10        <!-- Temporally hack -->
    1111      <xsl:when test="child::* = userinput">
    1212        <pre class="{name(.)}">
     
    2525 
    2626  <!-- variablelist -->
    27 <xsl:template match="variablelist">
    28   <div class="{name(.)}">
    29     <xsl:if test="title">
    30         <h3>
    31         <xsl:value-of select="title"/>
    32         </h3>
    33     </xsl:if>
    34     <dl>
    35         <xsl:if test="@role">
    36         <xsl:attribute name="class">
    37                 <xsl:value-of select="@role"/>
    38                                 </xsl:attribute>
    39                         </xsl:if>
    40                         <xsl:apply-templates select="varlistentry"/>
    41     </dl>
    42   </div>
    43 </xsl:template>
     27  <xsl:template match="variablelist">
     28    <div class="{name(.)}">
     29      <xsl:if test="title">
     30        <xsl:choose>
     31          <xsl:when test="@role = 'materials'">
     32            <h3>
     33              <xsl:value-of select="title"/>
     34            </h3>
     35          </xsl:when>
     36          <xsl:otherwise>
     37            <h4>
     38              <xsl:value-of select="title"/>
     39            </h4>
     40          </xsl:otherwise>
     41        </xsl:choose>
     42      </xsl:if>
     43      <dl>
     44        <xsl:if test="@role">
     45          <xsl:attribute name="class">
     46            <xsl:value-of select="@role"/>
     47          </xsl:attribute>
     48        </xsl:if>
     49        <xsl:apply-templates select="varlistentry"/>
     50      </dl>
     51    </div>
     52  </xsl:template>
     53 
    4454</xsl:stylesheet>
  • stylesheets/xhtml/lfs-navigational.xsl

    r28501c7 ra9e89d0  
    11<?xml version='1.0' encoding='ISO-8859-1'?>
    2 
    3 <!-- Version 0.9 - Manuel Canales Esparcia <macana@lfs-es.org> -->
    42
    53<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
     
    1614  </xsl:template>
    1715
    18         <!-- Header Navigation-->
     16    <!-- Header Navigation-->
    1917  <xsl:template name="header.navigation">
    2018    <xsl:param name="prev" select="/foo"/>
     
    6563              </a>
    6664            </li>
     65          </xsl:if>
     66          <xsl:if test="count($up)&gt;0 and $up != $home">
     67            <li class="up">
     68              <a accesskey="u">
     69                <xsl:attribute name="href">
     70                  <xsl:call-template name="href.target">
     71                    <xsl:with-param name="object" select="$up"/>
     72                  </xsl:call-template>
     73                </xsl:attribute>
     74                <xsl:text>Up</xsl:text>
     75              </a>
     76            </li>
     77          </xsl:if>
    6778          <li class="home">
    6879            <a accesskey="h">
     
    7586            </a>
    7687          </li>
    77           </xsl:if>
    7888        </ul>
    7989      </div>
     
    8191  </xsl:template>
    8292
    83         <!-- Footer Navigation-->
     93    <!-- Footer Navigation-->
    8494  <xsl:template name="footer.navigation">
    8595    <xsl:param name="prev" select="/foo"/>
     
    104114              </a>
    105115              <p>
    106                 <xsl:apply-templates select="$prev" mode="object.title.markup"/>
     116                <xsl:apply-templates select="$prev" mode="object.title.markup"/>
    107117              </p>
    108118            </li>
     
    119129              </a>
    120130              <p>
    121                 <xsl:apply-templates select="$next" mode="object.title.markup"/>
     131                <xsl:apply-templates select="$next" mode="object.title.markup"/>
    122132              </p>
    123133            </li>
  • stylesheets/xhtml/lfs-titles.xsl

    r28501c7 ra9e89d0  
    3131  <xsl:template name="sect1.titlepage">
    3232    <xsl:choose>
    33                 <!-- I should find a better test -->
     33        <!-- I should find a better test -->
    3434      <xsl:when test="position() = 4">
    3535        <div class="titlepage">
  • stylesheets/xhtml/lfs-toc.xsl

    r28501c7 ra9e89d0  
    55                version="1.0">
    66               
    7                 <!-- General settings -->
     7    <!-- General settings -->
    88  <xsl:param name="generate.toc">
    99    appendix  toc
     
    2828  <xsl:param name="toc.max.depth">3</xsl:param>
    2929 
    30         <!-- Making the TOC -->
    31         <xsl:template name="make.toc">
     30    <!-- Making the TOC -->
     31  <xsl:template name="make.toc">
    3232    <xsl:param name="toc-context" select="."/>
    3333    <xsl:param name="nodes" select="/NOT-AN-ELEMENT"/>
     
    4747    </xsl:if>
    4848  </xsl:template>
    49        
     49 
    5050    <!-- Making the subtocs -->
    5151  <xsl:template name="subtoc">
     
    7272      </xsl:call-template>
    7373      <xsl:if test="$toc.section.depth &gt; $depth and count($nodes)&gt;0
    74                                 and $toc.max.depth &gt; $depth.from.context">
     74              and $toc.max.depth &gt; $depth.from.context">
    7575        <xsl:copy-of select="$subtoc"/>
    7676      </xsl:if>
Note: See TracChangeset for help on using the changeset viewer.