- Don't use space before (R) and TM.
- Convert 3 comments to uppercase, so they better match their recently uppercase-converted counterparts (languagenav, frontnewscontent, frontnews). - Fix 1 comment from FRONTNEWSEVENTS to FRONTEVENTSCONTENT. PR: www/89382 Submitted by: Rudolf Cejka <cejkar@fit.vutbr.cz>
This commit is contained in:
parent
ac81fe914c
commit
2f963d3e07
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26483
1 changed files with 7 additions and 7 deletions
14
en/index.xsl
14
en/index.xsl
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/en/index.xsl,v 1.137 2005/10/12 19:25:12 murray Exp $ -->
|
||||
<!-- $FreeBSD: www/en/index.xsl,v 1.138 2005/11/06 17:21:28 hrs Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
|||
<xsl:import href="news/includes.xsl"/>
|
||||
|
||||
<xsl:variable name="base" select="'.'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.137 2005/10/12 19:25:12 murray Exp $'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.138 2005/11/06 17:21:28 hrs Exp $'"/>
|
||||
<xsl:variable name="title" select="'The FreeBSD Project'"/>
|
||||
|
||||
<!-- these params should be externally bound. The values
|
||||
|
@ -69,7 +69,7 @@
|
|||
Based on BSD UNIX®
|
||||
</h1>
|
||||
<p>
|
||||
FreeBSD is an advanced operating system for x86 compatible (including Pentium® and Athlon ™), amd64 compatible (including Opteron ™, Athlon 64, and EM64T), Alpha/AXP, IA-64, PC-98 and UltraSPARC® architectures. It is derived from BSD, the version of UNIX® developed at the University of California, Berkeley. It is developed and maintained by a <a href="{$base}/doc/en_US.ISO8859-1/articles/contributors/index.html">large team of individuals</a>. Additional <a href="{$base}/platforms/">platforms</a> are in various stages of development.
|
||||
FreeBSD is an advanced operating system for x86 compatible (including Pentium® and Athlon™), amd64 compatible (including Opteron™, Athlon 64, and EM64T), Alpha/AXP, IA-64, PC-98 and UltraSPARC® architectures. It is derived from BSD, the version of UNIX® developed at the University of California, Berkeley. It is developed and maintained by a <a href="{$base}/doc/en_US.ISO8859-1/articles/contributors/index.html">large team of individuals</a>. Additional <a href="{$base}/platforms/">platforms</a> are in various stages of development.
|
||||
</p>
|
||||
<div id="TXTFRONTFEATURELINK">
|
||||
»<a href="{$base}/about.html" title="Learn More">Learn More</a>
|
||||
|
@ -133,7 +133,7 @@
|
|||
<a href="{$base}/ru/" title="Russian">ru</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- languagenav -->
|
||||
</div> <!-- LANGUAGENAV -->
|
||||
|
||||
<div id="MIRROR">
|
||||
<form action="{$cgibase}/mirror.cgi" method="get">
|
||||
|
@ -211,8 +211,8 @@
|
|||
</div> <!-- unnamed -->
|
||||
</div> <!-- newseventswrap -->
|
||||
|
||||
</div> <!-- frontnewscontent -->
|
||||
</div> <!-- frontnews -->
|
||||
</div> <!-- FRONTNEWSCONTENT -->
|
||||
</div> <!-- FRONTNEWS -->
|
||||
<div class="frontseparator"><b style="display: none">.</b></div>
|
||||
<div id="FRONTEVENTS">
|
||||
<div id="FRONTEVENTSCONTENT" class="txtnewsevent">
|
||||
|
@ -235,7 +235,7 @@
|
|||
</div> <!-- unnamed -->
|
||||
</div> <!-- newseventswrap -->
|
||||
|
||||
</div> <!-- FRONTNEWSEVENTS -->
|
||||
</div> <!-- FRONTEVENTSCONTENT -->
|
||||
</div> <!-- FRONTEVENTS -->
|
||||
<div class="frontseparator"><b style="display: none">.</b></div>
|
||||
<div id="FRONTMEDIA">
|
||||
|
|
Loading…
Reference in a new issue