*** empty log message ***
This commit is contained in:
parent
565840a5d3
commit
0377083343
@ -24,6 +24,8 @@ require("./pre.inc.php3");
|
|||||||
llxHeader();
|
llxHeader();
|
||||||
print '<table border="1" cellpadding="3" cellspacing="0">';
|
print '<table border="1" cellpadding="3" cellspacing="0">';
|
||||||
|
|
||||||
|
print '<tr><td>css</td><td>' . $conf->css . '</td></tr>';
|
||||||
|
|
||||||
print '<tr><td bgcolor="#e0e0e0" colspan="2">Database</td></tr>';
|
print '<tr><td bgcolor="#e0e0e0" colspan="2">Database</td></tr>';
|
||||||
print '<tr><td>type</td><td>' . $conf->db->type . '</td></tr>';
|
print '<tr><td>type</td><td>' . $conf->db->type . '</td></tr>';
|
||||||
print '<tr><td>host</td><td>' . $conf->db->host . '</td></tr>';
|
print '<tr><td>host</td><td>' . $conf->db->host . '</td></tr>';
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
BODY
|
BODY
|
||||||
{
|
{
|
||||||
background: #e0ebeb;
|
background: #ebe0eb;
|
||||||
font-family: Helvetica, Verdana; font-size: 12px;
|
font-family: Helvetica, Verdana; font-size: 12px;
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
}
|
}
|
||||||
@ -30,14 +30,14 @@ BODY
|
|||||||
*/
|
*/
|
||||||
.menu
|
.menu
|
||||||
{
|
{
|
||||||
background: #b3cccc;
|
background: #ccb3cc;
|
||||||
font-family: Helvetica, Verdana; font-size: 14px; font-weight: bold;
|
font-family: Helvetica, Verdana; font-size: 14px; font-weight: bold;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
text-decoration: none }
|
text-decoration: none }
|
||||||
|
|
||||||
.submenu
|
.submenu
|
||||||
{
|
{
|
||||||
background: #b3cccc;
|
background: #ccb3cc;
|
||||||
font-family: Helvetica, Verdana; font-size: 14px;
|
font-family: Helvetica, Verdana; font-size: 14px;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
text-decoration: none }
|
text-decoration: none }
|
||||||
@ -49,14 +49,14 @@ BODY
|
|||||||
|
|
||||||
TD.barre
|
TD.barre
|
||||||
{
|
{
|
||||||
background: #b3cccc;
|
background: #ccb3cc;
|
||||||
font-family: Helvetica, Verdana; font-size: 14px;
|
font-family: Helvetica, Verdana; font-size: 14px;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
text-decoration: none }
|
text-decoration: none }
|
||||||
|
|
||||||
TD.barre_select
|
TD.barre_select
|
||||||
{
|
{
|
||||||
background: #b3cccc;
|
background: #ccb3cc;
|
||||||
color: #000000
|
color: #000000
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -65,26 +65,26 @@ TD.barre_select
|
|||||||
DIV.titre
|
DIV.titre
|
||||||
{
|
{
|
||||||
font-family: Helvetica, Verdana; font-size: 16px; font-weight: bold;
|
font-family: Helvetica, Verdana; font-size: 16px; font-weight: bold;
|
||||||
color: #336666;
|
color: #663366;
|
||||||
text-decoration: none }
|
text-decoration: none }
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
TR.liste_titre
|
TR.liste_titre
|
||||||
{
|
{
|
||||||
background: #669999;
|
background: #996699;
|
||||||
font-family: Helvetica, Verdana; font-size: 14px; font-weight: bold;
|
font-family: Helvetica, Verdana; font-size: 14px; font-weight: bold;
|
||||||
text-decoration: none }
|
text-decoration: none }
|
||||||
|
|
||||||
TR.pair
|
TR.pair
|
||||||
{
|
{
|
||||||
background: #b3cccc;
|
background: #ccb3cc;
|
||||||
font-family: Helvetica, Verdana; font-size: 12px;
|
font-family: Helvetica, Verdana; font-size: 12px;
|
||||||
text-decoration: none }
|
text-decoration: none }
|
||||||
|
|
||||||
TR.impair
|
TR.impair
|
||||||
{
|
{
|
||||||
background: #cceeee;
|
background: #eeccee;
|
||||||
font-family: Helvetica, Verdana; font-size: 12px;
|
font-family: Helvetica, Verdana; font-size: 12px;
|
||||||
text-decoration: none }
|
text-decoration: none }
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user