Move an old them in an external module
@ -1 +0,0 @@
|
||||
*.db
|
||||
@ -1 +0,0 @@
|
||||
2004-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
@ -1,143 +0,0 @@
|
||||
.overlay_alert {
|
||||
background-color: #DDDDDD;
|
||||
filter: alpha(opacity=50); /*Does not respect CSS standard */
|
||||
-moz-opacity: 0.5;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.alert_nw {
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
background: transparent url(alert/top_left.gif) no-repeat bottom left;
|
||||
}
|
||||
|
||||
.alert_n {
|
||||
height: 5px;
|
||||
background: transparent url(alert/top.gif) repeat-x bottom left;
|
||||
}
|
||||
|
||||
.alert_ne {
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
background: transparent url(alert/top_right.gif) no-repeat bottom left
|
||||
}
|
||||
|
||||
.alert_e {
|
||||
width: 5px;
|
||||
background: transparent url(alert/right.gif) repeat-y 0 0;
|
||||
}
|
||||
|
||||
.alert_w {
|
||||
width: 5px;
|
||||
background: transparent url(alert/left.gif) repeat-y 0 0;
|
||||
}
|
||||
|
||||
.alert_sw {
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
background: transparent url(alert/bottom_left.gif) no-repeat 0 0;
|
||||
}
|
||||
|
||||
.alert_s {
|
||||
height: 5px;
|
||||
background: transparent url(alert/bottom.gif) repeat-x 0 0;
|
||||
}
|
||||
|
||||
.alert_se, .alert_sizer {
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
background: transparent url(alert/bottom_right.gif) no-repeat 0 0;
|
||||
}
|
||||
|
||||
.alert_close {
|
||||
width:0px;
|
||||
height:0px;
|
||||
display:none;
|
||||
}
|
||||
|
||||
.alert_minimize {
|
||||
width:0px;
|
||||
height:0px;
|
||||
display:none;
|
||||
}
|
||||
|
||||
.alert_maximize {
|
||||
width:0px;
|
||||
height:0px;
|
||||
display:none;
|
||||
}
|
||||
|
||||
.alert_title {
|
||||
float:left;
|
||||
height:1px;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.alert_content {
|
||||
overflow:visible;
|
||||
color: #000;
|
||||
font-family: Tahoma, Arial, sans-serif;
|
||||
font: 12px arial;
|
||||
background: #FFF;
|
||||
}
|
||||
|
||||
/* For alert/confirm dialog */
|
||||
.alert_window {
|
||||
background: #FFF;
|
||||
padding:30px;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
width:400px;
|
||||
}
|
||||
|
||||
.alert_message {
|
||||
font: 12px arial;
|
||||
text-align:left;
|
||||
width:100%;
|
||||
color:#012;
|
||||
padding-top:5px;
|
||||
padding-left:5px;
|
||||
padding-bottom:5px;
|
||||
}
|
||||
|
||||
.alert_buttons {
|
||||
text-align:center;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.alert_buttons input {
|
||||
width:20%;
|
||||
margin:5px;
|
||||
}
|
||||
|
||||
.alert_progress {
|
||||
float:left;
|
||||
margin:auto;
|
||||
text-align:center;
|
||||
width:100%;
|
||||
height:16px;
|
||||
background: #FFF url('alert/progress.gif') no-repeat center center
|
||||
}
|
||||
|
||||
/* DO NOT CHANGE THESE VALUES*/
|
||||
.dialog {
|
||||
display: block;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.dialog table.table_window {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
width: 100%;
|
||||
margin: 0px;
|
||||
padding:0px;
|
||||
}
|
||||
|
||||
.dialog table.table_window td , .dialog table.table_window th {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.dialog .title_window {
|
||||
-moz-user-select:none;
|
||||
}
|
||||
|
||||
@ -1 +0,0 @@
|
||||
*.db
|
||||
|
Before Width: | Height: | Size: 70 B |
|
Before Width: | Height: | Size: 49 B |
|
Before Width: | Height: | Size: 49 B |
|
Before Width: | Height: | Size: 84 B |
|
Before Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 84 B |
|
Before Width: | Height: | Size: 70 B |
|
Before Width: | Height: | Size: 49 B |
|
Before Width: | Height: | Size: 49 B |
@ -1,36 +0,0 @@
|
||||
<?PHP
|
||||
/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
* Copyright (C) 2004-2006 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
*
|
||||
* 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
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
* $Id$
|
||||
* $Source$
|
||||
*/
|
||||
|
||||
/**
|
||||
\file htdocs/theme/dev/graph-color.php
|
||||
\brief Fichier de déclaration des couleurs pour les graphiques
|
||||
\ingroup core
|
||||
\version $Revision$
|
||||
*/
|
||||
|
||||
global $theme_bordercolor, $theme_datacolor, $theme_bgcolor, $theme_bgcoloronglet;
|
||||
$theme_bordercolor = array(235,235,224);
|
||||
$theme_datacolor = array(array(120,130,150), array(160,160,180), array(190,190,220));
|
||||
$theme_bgcolor = array(hexdec('F4'),hexdec('F4'),hexdec('F4'));
|
||||
$theme_bgcoloronglet = array(hexdec('DC'),hexdec('DC'),hexdec('D3'));
|
||||
|
||||
?>
|
||||
@ -1 +0,0 @@
|
||||
*.db
|
||||
|
Before Width: | Height: | Size: 790 B |
|
Before Width: | Height: | Size: 790 B |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 773 B |
|
Before Width: | Height: | Size: 773 B |
|
Before Width: | Height: | Size: 827 B |
|
Before Width: | Height: | Size: 199 B |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 789 B |
|
Before Width: | Height: | Size: 308 B |
|
Before Width: | Height: | Size: 336 B |
|
Before Width: | Height: | Size: 398 B |
|
Before Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 1000 B |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 232 B |
|
Before Width: | Height: | Size: 931 B |
|
Before Width: | Height: | Size: 1000 B |
|
Before Width: | Height: | Size: 669 B |
|
Before Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 605 B |
|
Before Width: | Height: | Size: 253 B |
|
Before Width: | Height: | Size: 814 B |
|
Before Width: | Height: | Size: 736 B |
|
Before Width: | Height: | Size: 229 B |
|
Before Width: | Height: | Size: 669 B |
|
Before Width: | Height: | Size: 641 B |
|
Before Width: | Height: | Size: 719 B |
|
Before Width: | Height: | Size: 572 B |
|
Before Width: | Height: | Size: 810 B |
|
Before Width: | Height: | Size: 470 B |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 974 B |
|
Before Width: | Height: | Size: 393 B |
|
Before Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 426 B |
|
Before Width: | Height: | Size: 307 B |
|
Before Width: | Height: | Size: 266 B |
|
Before Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 492 B |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1010 B |
|
Before Width: | Height: | Size: 301 B |
|
Before Width: | Height: | Size: 788 B |
|
Before Width: | Height: | Size: 376 B |
|
Before Width: | Height: | Size: 1009 B |
|
Before Width: | Height: | Size: 863 B |
|
Before Width: | Height: | Size: 340 B |
|
Before Width: | Height: | Size: 822 B |
|
Before Width: | Height: | Size: 214 B |
|
Before Width: | Height: | Size: 1021 B |
|
Before Width: | Height: | Size: 455 B |
|
Before Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 736 B |
|
Before Width: | Height: | Size: 342 B |
|
Before Width: | Height: | Size: 1009 B |
|
Before Width: | Height: | Size: 387 B |
|
Before Width: | Height: | Size: 312 B |
|
Before Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 337 B |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 744 B |
|
Before Width: | Height: | Size: 722 B |
|
Before Width: | Height: | Size: 784 B |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 715 B |
|
Before Width: | Height: | Size: 802 B |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 972 B |
|
Before Width: | Height: | Size: 1017 B |
|
Before Width: | Height: | Size: 1021 B |
|
Before Width: | Height: | Size: 405 B |
|
Before Width: | Height: | Size: 250 B |
|
Before Width: | Height: | Size: 1.0 KiB |