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

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

Revision 1.18, Tue Mar 11 22:00:14 2003 UTC (14 years, 7 months ago) by cattelan
Branch: MAIN
Changes since 1.17: +4 -32 lines

Some template fixing ... trying to get Netscape 4 to work
-Russell

% 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>

<& /includes/header_dev.html &>


%}

% if($side) {
<IMG SRC="/images/ban_open.gif" ALT="Open Source" WIDTH="271" HEIGHT="68">

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

<!-- Start Side Nav -->
<& xfsSideTemplate &>
% }
<& /includes/sep_left.html &>

% if ($bottom){
<& /includes/footer.html &>
</HTML>
% }

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