- Timestamp:
- Dec 20, 2009, 8:07:32 PM (15 years ago)
- Location:
- branches/new
- Files:
-
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new/inc/config.sample.php
r655 r660 37 37 1 => array( 38 38 'Id' => 7, 39 'Name' => 'Realm 1' 39 'Name' => 'Realm 1', 40 40 'DatabaseHost' => 'localhost', 41 41 'DatabaseUser' => 'server1', … … 79 79 'Internet' => '16/16 Mbit/s, agregace 1:32', 80 80 'Statistic' => 'http://localhost/stat/', 81 },82 },81 ), 82 ), 83 83 ), 84 84 'CheckRegistration' => array -
branches/new/pages/admin_novinky_modify.php
r655 r660 22 22 endif; 23 23 24 $DbResult = $db->query("SELECT id FROM articles $where") 24 $DbResult = $db->query("SELECT id FROM articles $where"); 25 25 $pocet = $DbResult->num_rows; 26 26 -
branches/new/styles/ie.css
r655 r660 4 4 width: 982px; 5 5 margin-left: -865px; 6 align : center; 6 /*align : center;*/ 7 7 } 8 8 -
branches/new/styles/style.css
r655 r660 136 136 a 137 137 { 138 font-family: Times New Roman;138 font-family: "Times New Roman"; 139 139 color: #4c4c4c; 140 140 text-decoration: none; … … 143 143 a:hover 144 144 { 145 font-family: Times New Roman;145 font-family: "Times New Roman"; 146 146 color: black; 147 147 text-decoration: underline; … … 236 236 { 237 237 color: red; 238 font-style: arial;239 238 font-weight: bold; 240 239 } … … 243 242 { 244 243 color: blue; 245 font-style: arial;246 244 font-weight: bold; 247 245 }
Note:
See TracChangeset
for help on using the changeset viewer.