summaryrefslogtreecommitdiffstats
path: root/gnats-summary-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-04-25 13:39:58 +0000
committerMika Havela <mika.havela@gmail.com>2008-04-25 13:39:58 +0000
commitb6269f672717c021e81da02e6332a06b6651612f (patch)
tree83def4abed77e05eb937e2c83606ad4cc7110e34 /gnats-summary-html.lsp
parent61f6393e8cc80635c33a7d77eb5b8208b768d4fa (diff)
downloadacf-gnats-b6269f672717c021e81da02e6332a06b6651612f.tar.bz2
acf-gnats-b6269f672717c021e81da02e6332a06b6651612f.tar.xz
Bugfix on SendBugreport.
Edit configurationfiles starts working. Started to work on EditPR (still not working). git-svn-id: svn://svn.alpinelinux.org/acf/gnats/trunk@1038 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'gnats-summary-html.lsp')
-rw-r--r--gnats-summary-html.lsp16
1 files changed, 6 insertions, 10 deletions
diff --git a/gnats-summary-html.lsp b/gnats-summary-html.lsp
index 93f5ec6..c70d1f1 100644
--- a/gnats-summary-html.lsp
+++ b/gnats-summary-html.lsp
@@ -26,25 +26,23 @@ DL { padding-top: 5px; }
</style>
<h1>Current Alpine problem reports</h1>
-<p>The following is a listing of current problems submitted by Alpine users. These represent problem reports covering all versions including experimental development code and obsolete releases. </p>
-<BR>
-<h3>Bugs can be in one of several states (S)</h3>
+<h2>Bugs can be in one of several states (S)</h2>
<DL>
-<DT class='o' WIDTH='300px'>o - open</DT><DD STYLE='border-top:1px solid #bbb;'>A problem report has been submitted, no sanity checking performed.</DD>
+<DT class='o' WIDTH='300px'>o - open</DT><DD>A problem report has been submitted, no sanity checking performed.</DD>
</DL>
<DL>
-<DT class='a'>a - analyzed</DT><DD STYLE='border-top:1px solid #bbb;'>The problem is understood and a solution is being sought.</DD>
+<DT class='a'>a - analyzed</DT><DD>The problem is understood and a solution is being sought.</DD>
</DL>
<DL>
-<DT class='f'>f - feedback</DT><DD STYLE='border-top:1px solid #bbb;'>Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution.</DD>
+<DT class='f'>f - feedback</DT><DD>Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution.</DD>
</DL>
<DL>
-<DT class='s'>s - suspended</DT><DD STYLE='border-top:1px solid #bbb;'>The problem is not being worked on, due to lack of information or resources. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended.</DD>
+<DT class='s'>s - suspended</DT><DD>The problem is not being worked on, due to lack of information or resources. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended.</DD>
</DL>
<DL>
-<DT class='c'>c - closed</DT><DD STYLE='border-top:1px solid #bbb;'>A problem report is closed when any changes have been integrated, documented, and tested -- or when fixing the problem is abandoned.</DD>
+<DT class='c'>c - closed</DT><DD>A problem report is closed when any changes have been integrated, documented, and tested -- or when fixing the problem is abandoned.</DD>
</DL>
<H1>SUMMARY</H1>
@@ -54,7 +52,6 @@ DL { padding-top: 5px; }
<th>S</th>
<th>Submitted</th>
<th>Severity</th>
- <th>Category</th>
<th>Description</th>
</tr>
@@ -65,7 +62,6 @@ DL { padding-top: 5px; }
<td width='15px'><? io.write(string.sub(v.state,1,1) or "") ?></td>
<td width='80px'><? io.write(v.submit_date or "") ?></td>
<td width='80px'><? io.write(v.severity or "")?></td>
- <td width='80px'><? io.write(v.category or "") ?></td>
<td style='white-space:normal;word-wrap:break-word'><? io.write(v.synopsis) ?></td>
</tr>
<? end ?>