Use CSS and navigation include file to implement new website design.
Submitted by: Emily Boyd <soc-emily@FreeBSD.org> Sponsored by: Google Summer of Code 2005
This commit is contained in:
parent
5de92ad079
commit
71c7ada710
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25814
3 changed files with 24 additions and 35 deletions
|
|
@ -1,8 +1,9 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/mips/index.sgml,v 1.4 2003/02/14 10:34:13 jmallett Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/mips/index.sgml,v 1.5 2003/04/29 15:23:39 trhodes Exp $">
|
||||
<!ENTITY title "FreeBSD/MIPS Project">
|
||||
<!ENTITY email 'freebsd-mips'>
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
||||
|
|
@ -27,12 +28,7 @@
|
|||
]>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>FreeBSD/MIPS Project</title>
|
||||
<link rel="stylesheet" href="./style.css">
|
||||
</head>
|
||||
|
||||
<body bgcolor="#ffffff">
|
||||
&header;
|
||||
<img src="&imagebase;/project_goal.png" width="229" height="36"
|
||||
alt="Project Goal">
|
||||
|
||||
|
|
@ -83,7 +79,7 @@
|
|||
<!-- Tasks should be sorted in order of most complete, then reverse -->
|
||||
<!-- chronological order. -->
|
||||
|
||||
<table border="3" cellpadding="2" cellspacing="0" width="615">
|
||||
<table class="tblbasic">
|
||||
<tr>
|
||||
<th class="heading"> Task </th>
|
||||
<th class="heading"> Responsible </th>
|
||||
|
|
@ -165,7 +161,7 @@
|
|||
|
||||
</table><br><br>
|
||||
|
||||
<table border="3" cellpadding="2" cellspacing="0">
|
||||
<table class="tblbasic">
|
||||
<tr>
|
||||
<th colspan="2" class="heading">Legend</th>
|
||||
<tr>
|
||||
|
|
@ -197,7 +193,7 @@
|
|||
</li>
|
||||
</ul>
|
||||
<p><small>The original layout for this web page was borrowed from
|
||||
the FreeBSD C99 Project. BSD Daemon Copyright 1988 by Marshall
|
||||
the FreeBSD C99 Project. BSD Daemon Copyright 1988 by Marshall
|
||||
Kirk McKusick. All Rights Reserved.</small></p>
|
||||
&footer;
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue