Changeset 624 for trunk/inc


Ignore:
Timestamp:
Aug 18, 2009, 10:49:10 AM (15 years ago)
Author:
george
Message:
  • Opraveno: Posunutý dolní obrázek pozadí v prohlížeči IE.
  • Přidáno: Tabulka seznamu odměn za dotace se načítá nyní z databáze.
Location:
trunk/inc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/inc/config.sample.php

    r623 r624  
    6161    'ShowPHPError' => false,
    6262    'OS' => 'GNU/Linux',
    63     'ServerFounded' => '1.1.2006',
     63    'ServerFounded' => '1.1.2000',
    6464    'CPU' => 'AMD Athlon 64 X2 5600+, 2,8 GHz',
    6565    'Memory' => '8 GB DDR2 800 MHz dual channel',
    6666    'HDD' => 'WD Green 1 TB, 32 MB cache',
    6767    'Internet' => '16/16 Mbit/s, agregace 1:32',
    68 ),
     68    'BankAccount' => '670100-2202937132/6210',
     69  ),
    6970  'CheckRegistration' => array
    7071  (
  • trunk/inc/server.php

    r615 r624  
    379379      if(array_key_exists('page', $_GET)) $Target = '?page='.$_GET['page'];
    380380        else $Target = '';
    381       $Output .= '<div align="center"><form name="RealmSelection'.$FormNameSufix.'" action="'.$Target.'" method="post">'.
    382       'Svět <select name="RealmIndex" onchange="document.RealmSelection'.$FormNameSufix.'.submit()">';
     381      $Output .= '<div style="text-align: center;"><form name="RealmSelection'.$FormNameSufix.'" action="'.$Target.'" method="post">'.
     382      '<div>Svět <select name="RealmIndex" onchange="document.RealmSelection'.$FormNameSufix.'.submit()">';
    383383      foreach($Config['Mangos']['RealmList'] as $Index => $Realm)
    384384      {
     
    387387        $Output .= '<option value="'.$Index.'"'.$Selected.'>'.$Realm['Name'].'</option>';
    388388      }
    389       $Output .= '</select>'.
     389      $Output .= '</select></div>'.
    390390      '</form></div>';
    391391    }
Note: See TracChangeset for help on using the changeset viewer.