/[gentoo-dk]/gentoo-dk/xsl/guide2.xsl
ViewVC logotype

Diff of /gentoo-dk/xsl/guide2.xsl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by broeman, Mon Sep 1 10:50:18 2003 UTC revision 1.2 by mejlholm, Mon Nov 3 20:06:02 2003 UTC
# Line 73  Line 73 
73                                  </xsl:for-each></select></form>                                  </xsl:for-each></select></form>
74                      <xsl:apply-templates select="chapter"/>                      <xsl:apply-templates select="chapter"/>
75                      <br/>                      <br/>
76                        <xsl:if test="/guide/license">
77                            <xsl:apply-templates select="license" />
78                        </xsl:if>
79                      <br/>                      <br/>
80  <!--content end-->  <!--content end-->
81                    </td>                    </td>
# Line 239  Line 242 
242              </td>              </td>
243              <td valign="bottom" align="left" bgcolor="#000000" colspan="2">              <td valign="bottom" align="left" bgcolor="#000000" colspan="2">
244                <p class="menu">                <p class="menu">
                 <xsl:choose>  
                         <xsl:when test="/mainpage/@id='news'">  
                                 <a class="highlight" href="/">News</a> |  
                         </xsl:when>  
                         <xsl:otherwise>  
                                 <a class="menulink" href="/">News</a> |  
                         </xsl:otherwise>  
                 </xsl:choose>  
245                  <xsl:choose>                  <xsl:choose>
246                          <xsl:when test="/mainpage/@id='about'">                          <xsl:when test="/mainpage/@id='about'">
247                                  <a class="highlight" href="/main/en/about.xml">About</a> |                                  <a class="highlight" href="/main/en/about.xml">About</a> |
# Line 255  Line 250 
250                                  <a class="menulink" href="/main/en/about.xml">About</a> |                                  <a class="menulink" href="/main/en/about.xml">About</a> |
251                          </xsl:otherwise>                          </xsl:otherwise>
252                  </xsl:choose>                  </xsl:choose>
253                    <xsl:choose>
254                            <xsl:when test="/mainpage/@id='projects'">
255                                    <a class="highlight" href="/proj/en/metastructure/projects.xml">Projects</a> |
256                            </xsl:when>
257                            <xsl:otherwise>
258                                    <a class="menulink" href="/proj/en/metastructure/projects.xml">Projects</a> |
259                            </xsl:otherwise>
260                    </xsl:choose>
261                  <xsl:choose>                  <xsl:choose>
262                          <xsl:when test="/mainpage/@id='contract'">                          <xsl:when test="/mainpage/@id='contract'">
263                                  <a class="highlight" href="/main/en/contract.xml">Social Contract</a> |                                  <a class="highlight" href="/main/en/contract.xml">Social Contract</a> |
# Line 433  Line 436 
436                              <td valign="top">                              <td valign="top">
437                                                          <img src="/images/gentoo-new.gif" alt="new"/>                                                          <img src="/images/gentoo-new.gif" alt="new"/>
438                                                          </td>                                                          </td>
439                              <td valign="middle">                              <!--
440                                <td valign="middle">
441                                                          We produce Gentoo Linux, a special flavor of Linux that can be automatically                                                          We produce Gentoo Linux, a special flavor of Linux that can be automatically
442                                                          optimized and customized for just about any application or need. Extreme                                                          optimized and customized for just about any application or need. Extreme
443                                                          performance, configurability and a top-notch user and developer community are                                                          performance, configurability and a top-notch user and developer community are
444                                                          all hallmarks of the Gentoo experience.                                                          all hallmarks of the Gentoo experience.
445                                                          To learn more, <b><a href="/main/en/about.xml">click here</a></b>.                                                          To learn more, <b><a href="/main/en/about.xml">click here</a></b>.
446                                  </td>                                  </td>
447                                -->
448                                <td valign="middle"><b>We encourage our european friends to make up their mind on a <a href="http://swpat.ffii.org/">proposed software patents legislation</a> in the European Union which will be voted on September 22nd 2003 in the European Parliament.</b></td>
449                            </tr>                            </tr>
450                          </table>                          </table>
451                          <br/>                          <br/>
# Line 790  Line 796 
796        <xsl:when test="title">        <xsl:when test="title">
797          <p class="chaphead">          <p class="chaphead">
798            <span class="chapnum">            <span class="chapnum">
799              <a name="doc_chap{$chid}"><xsl:number/>.</a>              <a name="doc_chap{$chid}"><xsl:number/>. </a>
800            </span>            </span>
801            <xsl:value-of select="title"/>            <xsl:value-of select="title"/>
802          </p>          </p>
# Line 1141  Line 1147 
1147            </xsl:template>            </xsl:template>
1148              <xsl:template match="ignoreinguide">              <xsl:template match="ignoreinguide">
1149                </xsl:template>                </xsl:template>
1150    <xsl:template match="license">
1151    <pre>
1152    The contents of this document are licensed under the <a href="http://creativecommons.org/licenses/by-sa/1.0">Creative Commons - Attribution / Share Alike</a> license.
1153    </pre>
1154    </xsl:template>
1155    
1156  </xsl:stylesheet>  </xsl:stylesheet>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26