|
|
| File: [Development] / xfs-website / xfsTemplate (download)
Revision 1.19, Thu Apr 20 02:04:42 2006 UTC (11 years, 6 months ago) by nathans
Few minor updates to make more platform independent. |
% 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 | XFS</TITLE>
<META NAME="description" content="SGI - Open Source Projects">
<META NAME="keywords" content="SGI, Open Source, Linux, source code">
<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>