[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/phpsysinfo/includes/ -> color_scheme.php (source)

   1  <?php
   2  //
   3  // phpSysInfo - A PHP System Information Script
   4  // http://phpsysinfo.sourceforge.net/
   5  //
   6  // This program is free software; you can redistribute it and/or
   7  // modify it under the terms of the GNU General Public License
   8  // as published by the Free Software Foundation; either version 2
   9  // of the License, or (at your option) any later version.
  10  //
  11  // This program is distributed in the hope that it will be useful,
  12  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  13  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14  // GNU General Public License for more details.
  15  //
  16  // You should have received a copy of the GNU General Public License
  17  // along with this program; if not, write to the Free Software
  18  // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  19  //
  20  // $Id: color_scheme.php 17475 2004-11-28 19:01:45Z  $
  21  
  22  // Global Page Colors
  23  $bgcolor = "#fefefe";
  24  $textcolor = "#000000";
  25  $linkcolor = "#486591";
  26  $vlinkcolor = "#6f6c81";
  27  $alinkcolor = "#d5ae83";
  28  
  29  // Header and Footer specific values.
  30  $mainline_color = "#2D71B0";
  31  $wrapline_color = "#ffffff";
  32  
  33  // Values for any of the multi-device outputs.
  34  $default_row_color = "#ffffff";
  35  $highlight_row_color = "#eeeeee";
  36  
  37  // Detail Table Colors
  38  $detail_header_color = "#486591";
  39  $detail_body_color = "#e6e6e6";
  40  $detail_border_color = "#000000";
  41  
  42  // FONT TAGS
  43  $f_head_open = '<font color="#fefefe"><b>';
  44  $f_head_close = '</b></font>';
  45  $f_body_open = '<font size="-1">';
  46  $f_body_close = '</font>';
  47  
  48  ?>


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7