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:
Murray Stokely 2005-10-04 06:29:43 +00:00
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
en/projects

View file

@ -1,8 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/projects/c99/index.sgml,v 1.95 2005/08/19 07:40:17 stefanf Exp $"> <!ENTITY date "$FreeBSD: www/en/projects/c99/index.sgml,v 1.96 2005/09/12 19:18:03 joel Exp $">
<!ENTITY title "FreeBSD C99 and &posix; Conformance Project"> <!ENTITY title "FreeBSD C99 and &posix; Conformance Project">
<!ENTITY email 'standards'> <!ENTITY email 'standards'>
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers; <!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -40,12 +41,8 @@
]> ]>
<html> <html>
<head> &header;
<title>FreeBSD C99 & &posix; Conformance Project</title>
<link rel="stylesheet" href="./style.css">
</head>
<body bgcolor="#ffffff">
<img src="&imagebase;/c99.jpg" width="550" height="146" border="0" <img src="&imagebase;/c99.jpg" width="550" height="146" border="0"
alt="FreeBSD C99 & POSIX Conformance Project"><br> alt="FreeBSD C99 & POSIX Conformance Project"><br>
@ -112,7 +109,7 @@
<!-- Tasks should be sorted in order of most complete, then reverse --> <!-- Tasks should be sorted in order of most complete, then reverse -->
<!-- chronological order. --> <!-- chronological order. -->
<table border="3" cellpadding="2" cellspacing="0" width="615"> <table class="tblbasic">
<tr> <tr>
<th rowspan="2" class="heading"> Task </th> <th rowspan="2" class="heading"> Task </th>
<th rowspan="2" class="heading"> Responsible </th> <th rowspan="2" class="heading"> Responsible </th>
@ -187,7 +184,7 @@
</tr> </tr>
</table><br><br> </table><br><br>
<table border="3" cellpadding="2" cellspacing="0" width="615"> <table class="tblbasic">
<tr> <tr>
<th rowspan="2" class="heading"> Task </th> <th rowspan="2" class="heading"> Task </th>
<th rowspan="2" class="heading"> Responsible </th> <th rowspan="2" class="heading"> Responsible </th>
@ -618,7 +615,7 @@
</tr> </tr>
</table><br><br> </table><br><br>
<table border="3" cellpadding="2" cellspacing="0" width="615"> <table class="tblbasic">
<tr> <tr>
<th rowspan="2" class="heading"> Task </th> <th rowspan="2" class="heading"> Task </th>
<th rowspan="2" class="heading"> Responsible </th> <th rowspan="2" class="heading"> Responsible </th>
@ -1129,7 +1126,7 @@
</tr> </tr>
</table><br><br> </table><br><br>
<table border="3" cellpadding="2" cellspacing="0" width="615"> <table class="tblbasic">
<tr> <tr>
<th rowspan="2" class="heading"> Task </th> <th rowspan="2" class="heading"> Task </th>
<th rowspan="2" class="heading"> Responsible </th> <th rowspan="2" class="heading"> Responsible </th>
@ -1210,7 +1207,7 @@
</tr> </tr>
</table><br><br> </table><br><br>
<table border="3" cellpadding="2" cellspacing="0" width="615"> <table class="tblbasic">
<tr> <tr>
<th rowspan="2" class="heading"> Task </th> <th rowspan="2" class="heading"> Task </th>
<th rowspan="2" class="heading"> Responsible </th> <th rowspan="2" class="heading"> Responsible </th>
@ -1581,7 +1578,7 @@
</tr> </tr>
<tr> <tr>
<td> Implement/import the SCCS development utilities: <td> Implement/import the SCCS development utilities:
<a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#admin">admin</a>, <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#admin">admin</a>,
<a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#delta">delta</a>, <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#delta">delta</a>,
<a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#get">get</a>, <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#get">get</a>,
@ -1718,7 +1715,7 @@
</tr> </tr>
</table><br><br> </table><br><br>
<table border="3" cellpadding="2" cellspacing="0" width="615"> <table class="tblbasic">
<tr> <tr>
<th rowspan="2" class="heading"> Task </th> <th rowspan="2" class="heading"> Task </th>
<th rowspan="2" class="heading"> Responsible </th> <th rowspan="2" class="heading"> Responsible </th>
@ -1859,7 +1856,7 @@
</tr> </tr>
</table><br><br> </table><br><br>
<table border="3" cellpadding="2" cellspacing="0"> <table class="tblbasic">
<tr> <tr>
<th colspan="2" class="heading">Legend</th> <th colspan="2" class="heading">Legend</th>
<tr> <tr>
@ -1998,7 +1995,7 @@
</li> </li>
</ul> </ul>
<p><small>The original layout for this web page was borrowed from <p><small>The original layout for this web page was borrowed from
the FreeBSD SMPng Project. BSD Daemon Copyright 1988 by Marshall the FreeBSD SMPng Project. BSD Daemon Copyright 1988 by Marshall
Kirk McKusick. All Rights Reserved.</small></p> Kirk McKusick. All Rights Reserved.</small></p>
&footer; &footer;
</body> </body>

View file

@ -1,8 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY projectbase "http://people.FreeBSD.org/~ceri/gnats4"> <!ENTITY projectbase "http://people.FreeBSD.org/~ceri/gnats4">
<!ENTITY date "$FreeBSD: www/en/projects/gnats4/index.sgml,v 1.7 2004/02/16 17:30:09 ceri Exp $"> <!ENTITY date "$FreeBSD: www/en/projects/gnats4/index.sgml,v 1.8 2004/04/04 21:49:41 phantom Exp $">
<!ENTITY title "FreeBSD GNATS Upgrade"> <!ENTITY title "FreeBSD GNATS Upgrade">
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers; <!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
<!ENTITY unassigned "Unassigned"> <!ENTITY unassigned "Unassigned">
@ -29,12 +30,7 @@
]> ]>
<html> <html>
<head> &header;
<title>&title;</title>
<link rel="stylesheet" href="./style.css">
</head>
<body bgcolor="#ffffff">
<img src="&imagebase;/project_goal.png" width="229" height="36" <img src="&imagebase;/project_goal.png" width="229" height="36"
alt="Project Goal"> alt="Project Goal">
@ -98,7 +94,7 @@
<p class="main">These tasks need to be completed before the upgrade <p class="main">These tasks need to be completed before the upgrade
can be started.</p> can be started.</p>
<table border="3" cellpadding="2" cellspacing="0"> <table class="tblbasic">
<tr> <tr>
<th class="heading"> Task </th> <th class="heading"> Task </th>
@ -174,7 +170,7 @@
<p class="main">These tasks list the steps that must be taken during <p class="main">These tasks list the steps that must be taken during
the upgrade itself.</p> the upgrade itself.</p>
<table border="3" cellpadding="2" cellspacing="0"> <table class="tblbasic">
<tr> <tr>
<th class="heading"> Task </th> <th class="heading"> Task </th>
<th class="heading"> Machines </th> <th class="heading"> Machines </th>
@ -288,7 +284,7 @@
</table><br><br> </table><br><br>
<table border="3" cellpadding="2" cellspacing="0"> <table class="tblbasic">
<tr> <tr>
<th colspan="2" class="heading">Legend</th> <th colspan="2" class="heading">Legend</th>
</tr><tr> </tr><tr>

View file

@ -1,8 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../.."> <!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 title "FreeBSD/MIPS Project">
<!ENTITY email 'freebsd-mips'> <!ENTITY email 'freebsd-mips'>
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers; <!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -27,12 +28,7 @@
]> ]>
<html> <html>
<head> &header;
<title>FreeBSD/MIPS Project</title>
<link rel="stylesheet" href="./style.css">
</head>
<body bgcolor="#ffffff">
<img src="&imagebase;/project_goal.png" width="229" height="36" <img src="&imagebase;/project_goal.png" width="229" height="36"
alt="Project Goal"> alt="Project Goal">
@ -83,7 +79,7 @@
<!-- Tasks should be sorted in order of most complete, then reverse --> <!-- Tasks should be sorted in order of most complete, then reverse -->
<!-- chronological order. --> <!-- chronological order. -->
<table border="3" cellpadding="2" cellspacing="0" width="615"> <table class="tblbasic">
<tr> <tr>
<th class="heading"> Task </th> <th class="heading"> Task </th>
<th class="heading"> Responsible </th> <th class="heading"> Responsible </th>
@ -165,7 +161,7 @@
</table><br><br> </table><br><br>
<table border="3" cellpadding="2" cellspacing="0"> <table class="tblbasic">
<tr> <tr>
<th colspan="2" class="heading">Legend</th> <th colspan="2" class="heading">Legend</th>
<tr> <tr>
@ -197,7 +193,7 @@
</li> </li>
</ul> </ul>
<p><small>The original layout for this web page was borrowed from <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> Kirk McKusick. All Rights Reserved.</small></p>
&footer; &footer;
</body> </body>