Use tasklist CSS for more aesthetically pleasing tables.
This commit is contained in:
parent
0e2a6b87d3
commit
24bfdc8fe9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24839
1 changed files with 16 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!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 email 'freebsd-qa'>
|
<!ENTITY email 'freebsd-qa'>
|
||||||
<!ENTITY date "$FreeBSD: www/en/releases/6.0R/todo.sgml,v 1.2 2005/05/24 17:27:12 brueffer Exp $">
|
<!ENTITY date "$FreeBSD: www/en/releases/6.0R/todo.sgml,v 1.3 2005/06/13 16:47:51 murray Exp $">
|
||||||
<!ENTITY title "FreeBSD 6.0 Open Issues">
|
<!ENTITY title "FreeBSD 6.0 Open Issues">
|
||||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||||
|
@ -38,8 +38,9 @@
|
||||||
|
|
||||||
<h3>Show stopper defects for 6.0-RELEASE</h3>
|
<h3>Show stopper defects for 6.0-RELEASE</h3>
|
||||||
|
|
||||||
<table border=1 width="100%">
|
<table class="tasklist" border="3" cellpadding="5" cellspacing="0" width="100%">
|
||||||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
<tr class="heading">
|
||||||
|
<th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<!-- Woo hoo, none yet! -->
|
<!-- Woo hoo, none yet! -->
|
||||||
|
@ -48,24 +49,27 @@
|
||||||
|
|
||||||
<h3>Required features for 6.0-RELEASE</h3>
|
<h3>Required features for 6.0-RELEASE</h3>
|
||||||
|
|
||||||
<table border=1 width="100%">
|
<table class="tasklist" border="3" cellpadding="5" cellspacing="0" width="100%">
|
||||||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
<tr class="heading">
|
||||||
|
<th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h3>Desired features for 6.0-RELEASE</h3>
|
<h3>Desired features for 6.0-RELEASE</h3>
|
||||||
|
|
||||||
<table border=1 width="100%">
|
<table class="tasklist" border="3" cellpadding="5" cellspacing="0" width="100%">
|
||||||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
<tr class="heading">
|
||||||
|
<th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h3>Documentation items that must be resolved for 6.0</h3>
|
<h3>Documentation items that must be resolved for 6.0</h3>
|
||||||
|
|
||||||
<table border=1 width="100%">
|
<table class="tasklist" border="3" cellpadding="5" cellspacing="0" width="100%">
|
||||||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
<tr class="heading">
|
||||||
|
<th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr><td>dhclient</td><td>&status.new;</td><td>freebsd-doc</td>
|
<tr><td>dhclient</td><td>&status.new;</td><td>freebsd-doc</td>
|
||||||
|
@ -89,8 +93,9 @@
|
||||||
|
|
||||||
<h3>Testing focuses for 6.0-RELEASE</h3>
|
<h3>Testing focuses for 6.0-RELEASE</h3>
|
||||||
|
|
||||||
<table border=1 width="100%">
|
<table class="tasklist" border="3" cellpadding="5" cellspacing="0" width="100%">
|
||||||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
<tr class="heading">
|
||||||
|
<th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<!-- Woo hoo, none yet! -->
|
<!-- Woo hoo, none yet! -->
|
||||||
|
|
Loading…
Reference in a new issue