[BACK]Return to xfsTemplate CVS log [TXT][DIR] Up to [Development] / xfs-website

File: [Development] / xfs-website / xfsTemplate (download)

Revision 1.15, Mon Nov 18 19:27:01 2002 UTC (14 years, 11 months ago) by kgsnow
Branch: MAIN
Changes since 1.14: +14 -598 lines

Changes to xfs template files to support new sgi branding ssi

% if ($top) {
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>

<TITLE>SGI - Developer Central Open Source | Linux XFS</TITLE>

<META NAME="description" content="SGI - Open Source Projects">
<META NAME="keywords" content="SGI, Open Source, LinuX, code, programming">
<META NAME="owner" content="oss-project-owners">
<meta HTTP-EQUIV="Expires" CONTENT="Fri, 31 Dec 1990 23:59:59 GMT">

<!--- This style will define the main link title to look inactive --->
<STYLE>
	<!-- #homeLink {color: #000000; text-decoration: none;} -->
</STYLE>

<!--#include virtual="/includes/header_dev.html"-->

<A HREF="/"><IMG SRC="/images/ban_open.gif" ALT="Open Source" WIDTH="271" HEIGHT="68" BORDER="0"></A>

<!--- Do not remove the next four lines before the sidenav --->
</TD>
</TR>
<TR VALIGN="TOP">
	<TD WIDTH="130">

<!-- Start Side Nav -->

<& xfsSideTemplate &>

<!-- End Side Nav -->

<!--#include virtual="/includes/sep_left.html"-->

<!-- Content Starts Here -->

% }

<!-- Content Starts Here -->
<!-- Start Project Content -->

<!-- CONTENT -->

<!-- End Project Content -->
<!-- Content Ends Here -->

% if ($bottom){
<!--#include virtual="/includes/l4_sep_right.html"-->

<!--#include virtual="/includes/footer.html"-->

</HTML>
% }

<%ARGS>
$top=>undef
$side=>undef
$bottom=>undef
</%ARGS>