Super-special-side-menu-ify the XSL pages. I feel so 'leet right now.
Special thanks to marcus for beating me upside the head with the it's-right-in-front-of-your-nose stick.
This commit is contained in:
parent
427bb03212
commit
ae2555c7b8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26723
4 changed files with 51 additions and 7 deletions
|
@ -12,4 +12,6 @@ Outstanding tasks
|
|||
|
||||
- ???. (???)
|
||||
|
||||
$FreeBSD: www/en/gnome/TODO,v 1.17 2002/11/24 06:25:30 marcus Exp $
|
||||
- Profit!
|
||||
|
||||
$FreeBSD: www/en/gnome/TODO,v 1.18 2003/07/16 06:20:31 marcus Exp $
|
||||
|
|
40
en/gnome/includes.navgnome.xsl
Normal file
40
en/gnome/includes.navgnome.xsl
Normal file
|
@ -0,0 +1,40 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
||||
<xsl:variable name="gnome_sidenav">
|
||||
<div id="SIDEWRAP">
|
||||
|
||||
<div id="SIDENAV">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li><a href="($base)/gnome/index.html">GNOME on FreeBSD</a>
|
||||
<ul>
|
||||
<li><a href="($base)/gnome/docs/faq2.html#q1">Installation Instructions</a></li>
|
||||
<li><a href="($base)/gnome/docs/faq212.html#q2">Upgrade Instructions</a></li>
|
||||
<li><a href="($base)/gnome/../ports/gnome.html">Available Applications</a></li>
|
||||
<li><a href="($base)/gnome/docs/volunteer.html">How to Help</a></li>
|
||||
<li><a href="($base)/gnome/docs/bugging.html">Reporting a Bug</a></li>
|
||||
<li><a href="($base)/gnome/screenshots.html">Screenshots</a></li>
|
||||
<li><a href="($base)/gnome/contact.html">Contact Us</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="($base)/gnome/index.html">Documentation</a>
|
||||
<ul>
|
||||
<li><a href="($base)/gnome/docs/faq2.html">FAQ</a></li>
|
||||
<li><a href="($base)/gnome/docs/faq212.html">2.10 to 2.12 Upgrade FAQ</a></li>
|
||||
<li><a href="($base)/gnome/docs/develfaq.html">Development Branch FAQ</a></li>
|
||||
<li><a href="($base)/gnome/docs/porting.html">Creating Ports</a></li>
|
||||
<li><a href="($base)/gnome/docs/faq212.html#q5">Known Issues</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- sidenav -->
|
||||
|
||||
</div> <!-- sidewrap -->
|
||||
</xsl:variable>
|
||||
|
||||
</xsl:stylesheet>
|
|
@ -1,16 +1,17 @@
|
|||
<!-- $FreeBSD: www/en/gnome/index.xsl,v 1.77 2005/11/05 07:22:29 marcus Exp $ -->
|
||||
<!-- $FreeBSD: www/en/gnome/index.xsl,v 1.78 2005/11/05 07:26:06 marcus Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:rdf1="http://my.netscape.com/rdf/simple/0.9/"
|
||||
exclude-result-prefixes="rdf rdf1" version="1.0">
|
||||
|
||||
<xsl:import href="includes.navgnome.xsl"/>
|
||||
<xsl:import href="../includes.xsl"/>
|
||||
<xsl:import href="includes.xsl"/>
|
||||
|
||||
<xsl:variable name="base" select="'..'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/en/gnome/index.xsl,v 1.77 2005/11/05 07:22:29 marcus Exp $'"/>
|
||||
<xsl:variable name="section" select="'developers'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/en/gnome/index.xsl,v 1.78 2005/11/05 07:26:06 marcus Exp $'"/>
|
||||
<xsl:variable name="section" select="'gnome'"/>
|
||||
<xsl:variable name="title" select="'FreeBSD GNOME Project'"/>
|
||||
|
||||
<xsl:output type="html" encoding="iso-8859-1"
|
||||
|
@ -27,7 +28,7 @@
|
|||
<xsl:copy-of select="$header2"/>
|
||||
|
||||
<div id="content">
|
||||
<xsl:copy-of select="$sidenav"/>
|
||||
<xsl:copy-of select="$gnome_sidenav"/>
|
||||
|
||||
<div id="contentwrap">
|
||||
<div id="rightwrap">
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/en/gnome/newsflash.xsl,v 1.5 2004/12/28 06:21:15 marcus Exp $ -->
|
||||
<!-- $FreeBSD: www/en/gnome/newsflash.xsl,v 1.6 2005/10/04 20:06:58 hrs Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||
xmlns:cvs="http://www.FreeBSD.org/XML/CVS" exclude-result-prefixes="cvs">
|
||||
|
||||
<xsl:import href="includes.navgnome.xsl"/>
|
||||
<xsl:import href="../includes.xsl"/>
|
||||
<xsl:import href="includes.xsl"/>
|
||||
|
||||
|
@ -31,7 +32,7 @@
|
|||
<xsl:copy-of select="$header2"/>
|
||||
|
||||
<div id="content">
|
||||
<xsl:copy-of select="$sidenav"/>
|
||||
<xsl:copy-of select="$gnome_sidenav"/>
|
||||
|
||||
<div id="contentwrap">
|
||||
<xsl:copy-of select="$header3"/>
|
||||
|
|
Loading…
Reference in a new issue