[ Index ]
 

Code source de phpMyAdmin 2.10.3

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/themes/original/ -> layout.inc.php (source)

   1  <?php
   2  /**
   3   * configures general layout
   4   * for detailed layout configuration please refer to the css files
   5   */
   6  
   7  /**
   8   * navi frame
   9   */
  10  // navi frame width
  11  $GLOBALS['cfg']['NaviWidth']                = 200;
  12  
  13  // foreground (text) color for the navi frame
  14  $GLOBALS['cfg']['NaviColor']                = '#000000';
  15  
  16  // background for the navi frame
  17  $GLOBALS['cfg']['NaviBackground']           = '#D0DCE0';
  18  
  19  // foreground (text) color of the pointer in navi frame
  20  $GLOBALS['cfg']['NaviPointerColor']         = '#000000';
  21  // background of the pointer in navi frame
  22  $GLOBALS['cfg']['NaviPointerBackground']    = '#9999CC';
  23  
  24  /**
  25   * main frame
  26   */
  27  // foreground (text) color for the main frame
  28  $GLOBALS['cfg']['MainColor']                = '#000000';
  29  
  30  // background for the main frame
  31  $GLOBALS['cfg']['MainBackground']           = '#F5F5F5';
  32  //$GLOBALS['cfg']['MainBackground']       = '#F5F5F5 url(../' . $_SESSION['PMA_Theme']->getImgPath() . 'vertical_line.png) repeat-y';
  33  
  34  // foreground (text) color of the pointer in browse mode
  35  $GLOBALS['cfg']['BrowsePointerColor']       = '#000000';
  36  
  37  // background of the pointer in browse mode
  38  $GLOBALS['cfg']['BrowsePointerBackground']  = '#CCFFCC';
  39  
  40  // foreground (text) color of the marker (visually marks row by clicking on it) in browse mode
  41  $GLOBALS['cfg']['BrowseMarkerColor']        = '#000000';
  42  
  43  // background of the marker (visually marks row by clicking on it) in browse mode
  44  $GLOBALS['cfg']['BrowseMarkerBackground']   = '#FFCC99';
  45  
  46  /**
  47   * fonts
  48   */
  49  /**
  50   * the font family as a valid css font family value,
  51   * if not set the browser default will be used
  52   * (depending on browser, DTD and system settings)
  53   */
  54  $GLOBALS['cfg']['FontFamily']           = 'sans-serif';
  55  /**
  56   * fixed width font family, used in textarea
  57   */
  58  $GLOBALS['cfg']['FontFamilyFixed']      = 'monospace';
  59  
  60  /**
  61   * tables
  62   */
  63  // border
  64  $GLOBALS['cfg']['Border']               = 0;
  65  // table header and footer color
  66  $GLOBALS['cfg']['ThBackground']         = '#D3DCE3';
  67  // table header and footer background
  68  $GLOBALS['cfg']['ThColor']              = '#000000';
  69  // table data row background
  70  $GLOBALS['cfg']['BgOne']                = '#E5E5E5';
  71  // table data row background, alternate
  72  $GLOBALS['cfg']['BgTwo']                = '#D5D5D5';
  73  
  74  /**
  75   * query window
  76   */
  77  // Width of Query window
  78  $GLOBALS['cfg']['QueryWindowWidth']     = 600;
  79  // Height of Query window
  80  $GLOBALS['cfg']['QueryWindowHeight']    = 400;
  81  
  82  /**
  83   * SQL Parser Settings
  84   * Syntax colouring data
  85   */
  86  $GLOBALS['cfg']['SQP']['fmtColor']      = array(
  87      'comment'            => '#808000',
  88      'comment_mysql'      => '',
  89      'comment_ansi'       => '',
  90      'comment_c'          => '',
  91      'digit'              => '',
  92      'digit_hex'          => 'teal',
  93      'digit_integer'      => 'teal',
  94      'digit_float'        => 'aqua',
  95      'punct'              => 'fuchsia',
  96      'alpha'              => '',
  97      'alpha_columnType'   => '#FF9900',
  98      'alpha_columnAttrib' => '#0000FF',
  99      'alpha_reservedWord' => '#990099',
 100      'alpha_functionName' => '#FF0000',
 101      'alpha_identifier'   => 'black',
 102      'alpha_charset'      => '#6495ed',
 103      'alpha_variable'     => '#800000',
 104      'quote'              => '#008000',
 105      'quote_double'       => '',
 106      'quote_single'       => '',
 107      'quote_backtick'     => ''
 108  );
 109  ?>


Généré le : Mon Nov 26 15:18:20 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics