MFP4:
- Merge new layout. Submitted by: Emily Boyd <emilyboyd@emilyboyd.com> Sponsored by: Google Summer of Code 2005
This commit is contained in:
parent
1227d90347
commit
cf5a329a36
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25835
4 changed files with 79 additions and 6 deletions
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/commercial/commercial.sgml,v 1.39 2004/07/06 22:15:32 josef Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/commercial/commercial.sgml,v 1.40 2004/12/08 23:17:18 brueffer Exp $">
|
||||
<!ENTITY title "Commercial Vendors">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navsupport.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGE.
|
||||
|
||||
$FreeBSD: www/en/commercial/consult_bycat.xsl,v 1.2 2004/05/16 16:10:27 josef Exp $
|
||||
$FreeBSD: www/en/commercial/consult_bycat.xsl,v 1.3 2004/07/18 22:23:07 josef Exp $
|
||||
-->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||
|
@ -33,6 +33,7 @@
|
|||
exclude-result-prefixes="cvs">
|
||||
|
||||
<xsl:import href="../includes.xsl"/>
|
||||
<xsl:variable name="section" select="'support'"/>
|
||||
|
||||
<xsl:variable name="base" select="'..'"/>
|
||||
<xsl:variable name="date">
|
||||
|
@ -47,11 +48,24 @@
|
|||
|
||||
<xsl:template match="entries">
|
||||
<html>
|
||||
|
||||
<xsl:copy-of select="$header1"/>
|
||||
|
||||
<body xsl:use-attribute-sets="att.body">
|
||||
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
|
||||
<xsl:copy-of select="$header2"/>
|
||||
|
||||
<div id="content">
|
||||
|
||||
<xsl:copy-of select="$sidenav"/>
|
||||
|
||||
<div id="contentwrap">
|
||||
|
||||
<xsl:copy-of select="$header3"/>
|
||||
|
||||
<p>The power, flexibility, and reliability of FreeBSD attract a wide
|
||||
variety of users and vendors. Here you will find vendors offering
|
||||
commercial products and/or services for FreeBSD.</p>
|
||||
|
@ -109,7 +123,17 @@
|
|||
<xsl:sort select="name"/>
|
||||
<xsl:call-template name="entry"/>
|
||||
</xsl:for-each>
|
||||
|
||||
</div> <!-- contentwrap -->
|
||||
<br class="clearboth" />
|
||||
|
||||
</div> <!-- content -->
|
||||
|
||||
<xsl:copy-of select="$footer"/>
|
||||
|
||||
</div> <!-- container -->
|
||||
</div> <!-- containerwrap -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</xsl:template>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGE.
|
||||
|
||||
$FreeBSD: www/en/commercial/entries.xsl,v 1.3 2004/07/18 22:23:07 josef Exp $
|
||||
$FreeBSD: www/en/commercial/entries.xsl,v 1.4 2004/09/04 16:25:24 josef Exp $
|
||||
-->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||
|
@ -32,6 +32,7 @@
|
|||
exclude-result-prefixes="cvs">
|
||||
|
||||
<xsl:import href="../includes.xsl"/>
|
||||
<xsl:variable name="section" select="'support'"/>
|
||||
|
||||
<xsl:variable name="base" select="'..'"/>
|
||||
<xsl:variable name="date">
|
||||
|
@ -47,10 +48,23 @@
|
|||
|
||||
<xsl:template match="entries">
|
||||
<html>
|
||||
|
||||
<xsl:copy-of select="$header1"/>
|
||||
|
||||
<body xsl:use-attribute-sets="att.body">
|
||||
<xsl:copy-of select="$header2"/>
|
||||
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
|
||||
<xsl:copy-of select="$header2"/>
|
||||
|
||||
<div id="content">
|
||||
|
||||
<xsl:copy-of select="$sidenav"/>
|
||||
|
||||
<div id="contentwrap">
|
||||
|
||||
<xsl:copy-of select="$header3"/>
|
||||
|
||||
<p>The power, flexibility, and reliability of FreeBSD attract
|
||||
a wide variety of users and vendors. Here you will find
|
||||
|
@ -74,7 +88,17 @@
|
|||
</a><br/>
|
||||
<xsl:copy-of select="description/child::node()"/><br/><br/>
|
||||
</xsl:for-each>
|
||||
|
||||
</div> <!-- contentwrap -->
|
||||
<br class="clearboth" />
|
||||
|
||||
</div> <!-- content -->
|
||||
|
||||
<xsl:copy-of select="$footer"/>
|
||||
|
||||
</div> <!-- container -->
|
||||
</div> <!-- containerwrap -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</xsl:template>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGE.
|
||||
|
||||
$FreeBSD: www/en/commercial/soft_bycat.xsl,v 1.2 2004/05/16 16:10:27 josef Exp $
|
||||
$FreeBSD: www/en/commercial/soft_bycat.xsl,v 1.3 2004/07/18 22:23:07 josef Exp $
|
||||
-->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||
|
@ -33,6 +33,7 @@
|
|||
exclude-result-prefixes="cvs">
|
||||
|
||||
<xsl:import href="../includes.xsl"/>
|
||||
<xsl:variable name="section" select="'support'"/>
|
||||
|
||||
<xsl:variable name="base" select="'..'"/>
|
||||
<xsl:variable name="date">
|
||||
|
@ -47,11 +48,24 @@
|
|||
|
||||
<xsl:template match="entries">
|
||||
<html>
|
||||
|
||||
<xsl:copy-of select="$header1"/>
|
||||
|
||||
<body xsl:use-attribute-sets="att.body">
|
||||
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
|
||||
<xsl:copy-of select="$header2"/>
|
||||
|
||||
<div id="content">
|
||||
|
||||
<xsl:copy-of select="$sidenav"/>
|
||||
|
||||
<div id="contentwrap">
|
||||
|
||||
<xsl:copy-of select="$header3"/>
|
||||
|
||||
<p>The power, flexibility, and reliability of FreeBSD attract
|
||||
a wide variety of users and vendors. Here you will find
|
||||
vendors offering commercial products and/or services for
|
||||
|
@ -124,7 +138,17 @@
|
|||
<xsl:sort select="name"/>
|
||||
<xsl:call-template name="entry"/>
|
||||
</xsl:for-each>
|
||||
<xsl:copy-of select="$footer"/>
|
||||
|
||||
</div> <!-- contentwrap -->
|
||||
<br class="clearboth" />
|
||||
|
||||
</div> <!-- content -->
|
||||
|
||||
<xsl:copy-of select="$footer"/>
|
||||
|
||||
</div> <!-- container -->
|
||||
</div> <!-- containerwrap -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</xsl:template>
|
||||
|
|
Loading…
Reference in a new issue