MFP4: Add navincludes and use CSS for tables.
Submitted by: Emily Boyd <emily@emilyboyd.com> Sponsored by: Google Summer of Code 2005
This commit is contained in:
parent
e1871dc186
commit
5133c7c22d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25817
3 changed files with 7 additions and 19 deletions
|
@ -2,6 +2,7 @@
|
|||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/advocacy/index.sgml,v 1.9 2004/08/31 11:01:53 blackend Exp $">
|
||||
<!ENTITY title "FreeBSD Advocacy Project">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
|
@ -32,7 +33,7 @@
|
|||
<li><p><a href="letter.html">On Advocating FreeBSD and the
|
||||
Halloween memo</a></p>
|
||||
|
||||
<p>Jordan Hubbard's response to the infamous Halloween memo, posted to
|
||||
<p>Jordan Hubbard's response to the infamous Halloween memo, posted to
|
||||
the FreeBSD-Advocacy mailing list (and republished with his
|
||||
permission).</p>
|
||||
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/advocacy/letter.sgml,v 1.3 2004/04/05 14:46:16 phantom Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/advocacy/letter.sgml,v 1.4 2004/08/08 16:51:54 mheinen Exp $">
|
||||
<!ENTITY title "FreeBSD Advocacy Project">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
|
@ -14,15 +15,8 @@
|
|||
<p>This prompted Jordan Hubbard to write the following response. This text
|
||||
is unchanged, except for the HTML formatting.</p>
|
||||
|
||||
<table width="100%" cellpadding="0" bgcolor="#000000">
|
||||
<table class="tblbasic">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><table width="100%" border="0" cellspacing="1" bgcolor="#ffffcc">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="right"><b><small>To</small>:</b></td>
|
||||
<td>advocacy@FreeBSD.org<br></td>
|
||||
|
@ -42,14 +36,6 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<blockquote><p>[ caution - this is a bit long. Lots of points here I've been
|
||||
wanting to cover for awhile and now seems as good a time as any.. ]</p>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/advocacy/myths.sgml,v 1.22 2004/04/05 14:46:16 phantom Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/advocacy/myths.sgml,v 1.23 2004/08/08 16:51:54 mheinen Exp $">
|
||||
<!ENTITY title "FreeBSD Advocacy Project">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
|
|
Loading…
Reference in a new issue