*** empty log message ***
This commit is contained in:
parent
478f967b11
commit
4c1257c643
@ -78,9 +78,7 @@ function top_menu($head) {
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
print '<TABLE border="0" width="100%" cellspacing="0" cellpadding="0">';
|
print '<TABLE class="topbarre" width="100%">';
|
||||||
print '<tr><td>';
|
|
||||||
print '<TABLE border="0" width="100%" cellspacing="1" cellpadding="2">';
|
|
||||||
|
|
||||||
print "<TR>";
|
print "<TR>";
|
||||||
print '<TD width="15%" class="menu" align="center"><A class="menu" href="/">Accueil</A></TD>';
|
print '<TD width="15%" class="menu" align="center"><A class="menu" href="/">Accueil</A></TD>';
|
||||||
@ -122,11 +120,9 @@ function top_menu($head) {
|
|||||||
print ' </TD>';
|
print ' </TD>';
|
||||||
print '<TD width="15%" class="menu" align="center">'.strftime(" %d %B - %H:%M",time()).'</TD>';
|
print '<TD width="15%" class="menu" align="center">'.strftime(" %d %B - %H:%M",time()).'</TD>';
|
||||||
|
|
||||||
print '<TD width="10%" class="menu" align="center">'.$user->code.'</td>';
|
print '<TD width="10%" class="menu" align="center">'.$user->login.'</td>';
|
||||||
print '</TR>';
|
print '</TR>';
|
||||||
print '</table>';
|
print '</table>';
|
||||||
print '</td></tr>';
|
|
||||||
print '</table>';
|
|
||||||
/*
|
/*
|
||||||
* Table principale
|
* Table principale
|
||||||
*
|
*
|
||||||
|
|||||||
@ -42,7 +42,8 @@ a {
|
|||||||
|
|
||||||
td.menu
|
td.menu
|
||||||
{
|
{
|
||||||
border: 1px solid #000000;
|
border-right: 1px solid #000000;
|
||||||
|
border-bottom: 1px solid #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu
|
.menu
|
||||||
@ -79,7 +80,8 @@ table.leftmenu
|
|||||||
|
|
||||||
TD.barre
|
TD.barre
|
||||||
{
|
{
|
||||||
border: 1px solid #000000;
|
border-right: 1px solid #000000;
|
||||||
|
border-bottom: 1px solid #000000;
|
||||||
background: #ebebeb;
|
background: #ebebeb;
|
||||||
font-family: Helvetica, Verdana; font-size: 14px;
|
font-family: Helvetica, Verdana; font-size: 14px;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
|||||||
@ -1,7 +1,4 @@
|
|||||||
/* Copyright (C) 2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
* $Source$
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -17,6 +14,9 @@
|
|||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*
|
*
|
||||||
|
* $Id$
|
||||||
|
* $Source$
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
BODY
|
BODY
|
||||||
@ -28,6 +28,21 @@ BODY
|
|||||||
/*
|
/*
|
||||||
* Menu superieur
|
* Menu superieur
|
||||||
*/
|
*/
|
||||||
|
table.topbarre
|
||||||
|
{
|
||||||
|
cell-spacing: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
td.menu
|
||||||
|
{
|
||||||
|
border-right: 1px solid #000000;
|
||||||
|
border-bottom: 1px solid #000000;
|
||||||
|
}
|
||||||
|
|
||||||
.menu
|
.menu
|
||||||
{
|
{
|
||||||
background: #ccccb3;
|
background: #ccccb3;
|
||||||
@ -46,9 +61,16 @@ BODY
|
|||||||
/*
|
/*
|
||||||
* Barre de gauche
|
* Barre de gauche
|
||||||
*/
|
*/
|
||||||
|
a.leftmenu
|
||||||
TD.barre
|
|
||||||
{
|
{
|
||||||
|
font-family: Helvetica, Verdana; font-size: 14px; font-weight: bold;
|
||||||
|
color: #202020;
|
||||||
|
}
|
||||||
|
|
||||||
|
td.barre
|
||||||
|
{
|
||||||
|
border-right: 1px solid #000000;
|
||||||
|
border-bottom: 1px solid #000000;
|
||||||
background: #ccccb3;
|
background: #ccccb3;
|
||||||
font-family: Helvetica, Verdana; font-size: 14px;
|
font-family: Helvetica, Verdana; font-size: 14px;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
@ -65,26 +87,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: #666633;
|
||||||
text-decoration: none }
|
text-decoration: none }
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
TR.liste_titre
|
TR.liste_titre
|
||||||
{
|
{
|
||||||
background: #669999;
|
background: #999966;
|
||||||
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: #ccccb3;
|
||||||
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: #eeeecc;
|
||||||
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