From: x2000habouzit Date: Sun, 29 Aug 2004 16:20:42 +0000 (+0000) Subject: fixups X-Git-Tag: xorg/old~1686 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=77c1835843cd6d16eeb81e037942dd22bd955b3c;p=platal.git fixups --- diff --git a/htdocs/css/sharky.css b/htdocs/css/sharky.css index 29bf2ad..053bfaf 100644 --- a/htdocs/css/sharky.css +++ b/htdocs/css/sharky.css @@ -27,7 +27,7 @@ div.rubrique { [ Tableaux à lignes alternées, en taille normale, ou tiny ] *******************************************************************************/ -table.bicol { +table.tinybicol, table.bicol { background: #80a0c0; border: 1px solid #305070; border-collapse: collapse; @@ -35,7 +35,7 @@ table.bicol { table.tinybicol tr, table.bicol tr { } table.tinybicol tr.impair , table.bicol tr.impair { background: #80a0c0; } table.tinybicol tr.pair, table.bicol tr.pair { background: #99b9d0; } -table.bicol th { +table.tinybicol th, table.bicol th { background: #305070; color: #ffffff; } @@ -128,4 +128,4 @@ div.contact div.long { } /* vim: set et ts=4 sts=4 sw=4: */ -/* $Id: sharky.css,v 1.2 2004-08-29 16:02:39 x2000habouzit Exp $ */ +/* $Id: sharky.css,v 1.3 2004-08-29 16:20:42 x2000habouzit Exp $ */ diff --git a/templates/database-debug.tpl b/templates/database-debug.tpl index d2246f9..f444edd 100644 --- a/templates/database-debug.tpl +++ b/templates/database-debug.tpl @@ -1,7 +1,7 @@ {dynamic} {foreach item=query from=$trace_data} - +
QUERY:
@@ -19,7 +19,7 @@ {/if}
{if $query.explain} - +
{foreach key=key item=item from=$query.explain[0]} diff --git a/templates/sendmail.tpl b/templates/sendmail.tpl index 30c3493..41cde5a 100644 --- a/templates/sendmail.tpl +++ b/templates/sendmail.tpl @@ -1,4 +1,4 @@ -{* $Id: sendmail.tpl,v 1.6 2004-08-29 16:02:39 x2000habouzit Exp $ *} +{* $Id: sendmail.tpl,v 1.7 2004-08-29 16:20:42 x2000habouzit Exp $ *} {dynamic} @@ -87,6 +87,10 @@ {/if} {/foreach} +{if $key is even} + + +{/if}
{$key}
{/if}