From owner-freebsd-www@FreeBSD.ORG Thu Jul 22 18:11:56 2004 Return-Path: Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19F8D16A4CE; Thu, 22 Jul 2004 18:11:56 +0000 (GMT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02CF643D49; Thu, 22 Jul 2004 18:11:56 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from [192.160.235.14] (cs242743-143.austin.rr.com [24.27.43.143]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.soaustin.net (Postfix) with ESMTP id 58B98148BF; Thu, 22 Jul 2004 13:11:55 -0500 (CDT) From: Mark Linimon Organization: Lonesome Dove Computing Services To: Giorgos Keramidas Date: Thu, 22 Jul 2004 13:11:05 -0500 User-Agent: KMail/1.6.2 References: <20040722162522.GA92702@orion.daedalusnetworks.priv> <20040722163308.GA92888@orion.daedalusnetworks.priv> In-Reply-To: <20040722163308.GA92888@orion.daedalusnetworks.priv> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407221311.05784.linimon@FreeBSD.org> cc: freebsd-www@freebsd.org cc: Ceri Davies Subject: Re: HTML output of query-pr-summary.cgi X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 18:11:56 -0000 I like it. What I have found useful on portsmon is to provide a slight highlighting on certain fields, such as 'unassigned PRs'. (That might be harder to do with the -doc ones ...) 'state != open' might be another one. (Visually, what I do is to put a very slight background in the table, and override it to 'off' for the cells I want to highlight. This makes the table stand out a little from the surrounding text IMHO. The level of 'light-ness' would be even more than e.g. the yellow headers.) mcl