Ignore:
Timestamp:
Jun 13, 2009, 1:49:53 PM (15 years ago)
Author:
george
Message:
  • Upraveno: Doplněny další verze WoW klienta do tabulky Client až k první verzi 1.1. Přidán i sloupec s popisem "velkých" aktualizací.
  • Přidáno: Registrace nových herních účtů u každého serveru.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/form_classes.php

    r24 r26  
    126126    'Items' => array(
    127127      'Version' => array('Type' => 'String', 'Caption' => 'Verze', 'Default' => ''),
    128       'BuildNumber' => array('Type' => 'Integer', 'Caption' => 'Čislo sestavení', 'Default' => ''),
     128      'BuildNumber' => array('Type' => 'Integer', 'Caption' => 'Číslo sestavení', 'Default' => ''),
    129129      'ReleaseDate' => array('Type' => 'Date', 'Caption' => 'Datum vydání', 'Default' => ''),
     130      'Title' => array('Type' => 'String', 'Caption' => 'Titulek', 'Default' => ''),
    130131    ),
    131132  ),
     
    152153    ),
    153154  ),
     155  'GameAccountNew' => array(
     156    'Title' => 'Vytvoření nového herního účtu',
     157    'Table' => '',
     158    'Items' => array(
     159      'Name' => array('Type' => 'String', 'Caption' => 'Přihlašovací jméno', 'Default' => ''),
     160      'Password' => array('Type' => 'Password', 'Caption' => 'Heslo', 'Default' => ''),
     161      'Password2' => array('Type' => 'Password', 'Caption' => 'Potvrzení hesla', 'Default' => ''),
     162      'Email' => array('Type' => 'String', 'Caption' => 'E-mail', 'Default' => ''),
     163      'Expansion' => array('Type' => 'ServerExpansion', 'Caption' => 'Rozšíření', 'Default' => 2),
     164      'ServerId' => array('Type' => 'Hidden', 'Caption' => 'Id', 'Default' => 0),
     165    ),
     166  ),
    154167);
    155168
     169RegisterType('ServerExpansion', 'Enumeration', array('Classic', 'The Burning Crusade', 'Wrath of The Lich King'));
    156170RegisterType('ServerType', 'Enumeration', array('Normální', 'PvP', 'RP', 'RPPvP'));
    157171RegisterType('OnlineState', 'Enumeration', array('Neaktivní', 'Aktivní'));
Note: See TracChangeset for help on using the changeset viewer.