Changeset 660


Ignore:
Timestamp:
Dec 20, 2009, 8:07:32 PM (14 years ago)
Author:
Bidi
Message:

Větev NEW: První část úklidu kódu (převážně chyby nahlašené NetBeans IDE, 2 úpravy v index.php a odstranění nepoužívaných stats).

Files:
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • branches/new/inc/config.sample.php

    r655 r660  
    3737      1 => array(
    3838        'Id' => 7,
    39         'Name' => 'Realm 1'
     39        'Name' => 'Realm 1',
    4040        'DatabaseHost' => 'localhost',
    4141        'DatabaseUser' => 'server1',
     
    7979        'Internet' => '16/16 Mbit/s, agregace 1:32',
    8080        'Statistic' => 'http://localhost/stat/',
    81       },
    82     },
     81      ),
     82    ),
    8383  ),
    8484  'CheckRegistration' => array
  • branches/new/pages/admin_novinky_modify.php

    r655 r660  
    2222endif;
    2323
    24 $DbResult = $db->query("SELECT id FROM articles $where")
     24$DbResult = $db->query("SELECT id FROM articles $where");
    2525$pocet = $DbResult->num_rows;
    2626   
  • branches/new/styles/ie.css

    r655 r660  
    44  width: 982px;
    55  margin-left: -865px;
    6         align : center;
     6  /*align : center;*/
    77}
    88
  • branches/new/styles/style.css

    r655 r660  
    136136a
    137137{
    138   font-family: Times New Roman;
     138  font-family: "Times New Roman";
    139139  color: #4c4c4c;
    140140  text-decoration: none;
     
    143143a:hover
    144144{
    145   font-family: Times New Roman;
     145  font-family: "Times New Roman";
    146146  color: black;
    147147  text-decoration: underline;
     
    236236{
    237237  color: red;
    238   font-style: arial;
    239238  font-weight: bold;
    240239}
     
    243242{
    244243  color: blue;
    245   font-style: arial;
    246244  font-weight: bold;
    247245}
Note: See TracChangeset for help on using the changeset viewer.