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

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

Revision 1.17, Fri Dec 6 17:41:40 2002 UTC (14 years, 10 months ago) by cattelan
Branch: MAIN
Changes since 1.16: +17 -589 lines

update template to match the rest of oss

% 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"-->
<& /includes/header_dev.html &>

%}

<!--- Do not remove the next four lines before the sidenav --->
% if($side) {
<TABLE WIDTH="780" BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR>
    <!--- This is the site banner TD --->
    <TD COLSPAN="5" ALIGN="RIGHT">


<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 -->
<!-- Start sep_left.htmlf -->
</TD>
<TD WIDTH="30" VALIGN="TOP"><IMG SRC="/images/dots/dot_clear.gif" WIDTH="30" HEIGHT="2" ALT=""></TD><TD>


<!-- End sep_left.htmlf -->

<DIV CLASS="content">

% }

<& /includes/sep_left.html &>



% if ($bottom){

<& /includes/l4_sep_right.html &>

<& /includes/footer.html &>

</HTML>
% }

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