You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
3.1 KiB
67 lines
3.1 KiB
<?xml version="1.0"?>
|
|
<xsl:stylesheet version="1.0"
|
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
|
<xsl:output method="html" indent="yes"
|
|
doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
doctype-system="http://www.w3.org/TR/html4/loose.dtd"/>
|
|
<xsl:strip-space elements="page"/>
|
|
|
|
<xsl:template match="/">
|
|
<html>
|
|
<head>
|
|
<title><xsl:value-of select="page/@title"/></title>
|
|
<meta http-equiv="Content-Language" content="en-us"></meta>
|
|
<meta name="keywords" content="motocross, track, Gadsden, Tennessee, Hurricane Mills, Loretta Lynns, whoops, tabletops, doubles, rhythm section"></meta>
|
|
<meta name="description" content="Full featured motocross track located in Gadsden, Tn., less than 100 miles from Loretta Lynn's (Hurricane Mills)."></meta>
|
|
<script language="JavaScript" src="/scripts/window.js"></script>
|
|
<script language="JavaScript" src="/scripts/buttons.js"></script>
|
|
<link href="/styles/core.css" rel="stylesheet" type="text/css"></link>
|
|
<link href="/styles/thmx.css" rel="stylesheet" type="text/css"></link>
|
|
</head>
|
|
<body>
|
|
<div id="layout">
|
|
|
|
<div id="siteheader"><img src="/images/logo.jpg" class="logo" /></div>
|
|
|
|
<div id="panel">
|
|
|
|
<a href="/index.html" onMouseOver="mouseOver('Home');" onMouseOut="mouseOut('Home');"
|
|
><img name="Home" src="/images/Home.jpg" class="button" alt="navButton" /></a
|
|
><a href="/info.html" onMouseOver="mouseOver('TrackInfo');" onMouseOut="mouseOut('TrackInfo');"
|
|
><img name="TrackInfo" src="/images/TrackInfo.jpg" class="button" alt="navButton" /></a
|
|
><a href="/directions.html" onMouseOver="mouseOver('Directions');" onMouseOut="mouseOut('Directions');"
|
|
><img name="Directions" src="/images/Directions.jpg" class="button" alt="navButton" /></a
|
|
><a href="/calendar.html" onMouseOver="mouseOver('Calendar');" onMouseOut="mouseOut('Calendar');"
|
|
><img name="Calendar" src="/images/Calendar.jpg" class="button" alt="navButton" /></a
|
|
><a href="/results.html" onMouseOver="mouseOver('Results');" onMouseOut="mouseOut('Results');"
|
|
><img name="Results" src="/images/Results.jpg" class="button" alt="navButton" /></a
|
|
><a href="/king.html" onMouseOver="mouseOver('King');" onMouseOut="mouseOut('King');"
|
|
><img name="King" src="/images/King.jpg" class="button" alt="navButton" /></a
|
|
><a href="/gallery.html" onMouseOver="mouseOver('Gallery');" onMouseOut="mouseOut('Gallery');"
|
|
><img name="Gallery" src="/images/Gallery.jpg" class="button" alt="navButton" /></a
|
|
><a href="#" onMouseOver="mouseOver('Soon');" onMouseOut="mouseOut('Soon');"
|
|
><img name="Soon" src="/images/Soon.jpg" class="button" alt="navButton" /></a><br />
|
|
|
|
</div> <!-- panel -->
|
|
|
|
<div id="content">
|
|
|
|
<xsl:apply-templates/>
|
|
|
|
</div> <!-- content -->
|
|
|
|
<div id="footer">
|
|
|
|
<div class="centered"><img src="/images/greydot.gif" width="90%" height="1px" /></div>
|
|
<p>Questions or comments? Contact the <a href="mailto:webmaster@thmx.com">webmaster</a>.<br />
|
|
Website design and hosting by <a href="http://www.bullseyecomputing.com/">BCS</a>.<br />
|
|
Photography by <a href="mailto:jana@tnmx.com">Jana Infield</a>.</p>
|
|
|
|
</div> <!-- footer -->
|
|
|
|
</div> <!-- layout -->
|
|
</body>
|
|
</html>
|
|
|
|
</xsl:template>
|
|
</xsl:stylesheet>
|