array( 'Title' => 'Základní nastavení', 'Table' => 'User', 'SubmitText' => 'Uložit', 'Items' => array( 'Login' => array('Type' => 'String', 'Caption' => 'Přihlašovací jméno', 'Default' => ''), 'Password' => array('Type' => 'Password', 'Caption' => 'Heslo', 'Default' => ''), 'Name' => array('Type' => 'String', 'Caption' => 'Zobrazované jméno', 'Default' => ''), 'Email' => array('Type' => 'String', 'Caption' => 'E-mail', 'Default' => ''), //'PhoneNumber' => array('Type' => 'String', 'Caption' => 'Telefón', 'Default' => ''), //'ICQ' => array('Type' => 'String', 'Caption' => 'ICQ', 'Default' => ''), ), ), 'UserRegister' => array( 'Title' => 'Registrace uživatele', 'SubmitText' => 'Registrovat', 'Table' => 'User', 'Items' => array( 'Login' => array('Type' => 'String', 'Caption' => 'Přihlašovací jméno', 'Default' => ''), 'Password' => array('Type' => 'Password', 'Caption' => 'Heslo', 'Default' => ''), 'Password2' => array('Type' => 'Password', 'Caption' => 'Potvrzení hesla', 'Default' => ''), 'Name' => array('Type' => 'String', 'Caption' => 'Zobrazované jméno', 'Default' => ''), 'Email' => array('Type' => 'String', 'Caption' => 'E-mail', 'Default' => ''), //'PhoneNumber' => array('Type' => 'String', 'Caption' => 'Telefón', 'Default' => ''), //'ICQ' => array('Type' => 'String', 'Caption' => 'ICQ', 'Default' => ''), ), ), 'UserLogin' => array( 'Title' => 'Přihlášení uživatele', 'SubmitText' => 'Přihlásit', 'Table' => '', 'Items' => array( 'Username' => array('Type' => 'String', 'Caption' => 'Přihlašovací jméno', 'Default' => ''), 'Password' => array('Type' => 'Password', 'Caption' => 'Heslo', 'Default' => ''), ), ), 'NewServer' => array( 'Title' => 'Nový server', 'Table' => 'Server', 'SubmitText' => 'Registrovat', 'Items' => array( 'Name' => array('Type' => 'String', 'Caption' => 'Název', 'Default' => 'WoW server'), 'Description' => array('Type' => 'Text', 'Caption' => 'Popis', 'Default' => ''), 'Homepage' => array('Type' => 'String', 'Caption' => 'Webové stránky', 'Default' => ''), 'Type' => array('Type' => 'TServerType', 'Caption' => 'Typ', 'Default' => 0), 'Database' => array('Type' => 'TDatabase', 'Caption' => 'Databáze', 'Default' => 0), 'Motd' => array('Type' => 'String', 'Caption' => 'Zpráva dne', 'Default' => 'Vítejte na free WoW serveru'), ), ), 'EditServer' => array( 'Title' => 'Nastavení', 'Table' => 'Server', 'SubmitText' => 'Uložit', 'Items' => array( 'Name' => array('Type' => 'String', 'Caption' => 'Název', 'Default' => 'WoW server'), 'Description' => array('Type' => 'Text', 'Caption' => 'Popis', 'Default' => ''), 'Homepage' => array('Type' => 'String', 'Caption' => 'Webové stránky', 'Default' => ''), 'Type' => array('Type' => 'TServerType', 'Caption' => 'Typ', 'Default' => 0), 'Database' => array('Type' => 'TDatabase', 'Caption' => 'Databáze', 'Default' => 0), 'Motd' => array('Type' => 'String', 'Caption' => 'Zpráva dne', 'Default' => 'Vítejte na free WoW serveru'), ), ), ); $FormTypes = array( 'TServerType' => array( 'Type' => 'Enumeration', 'States' => array('Normální', 'PvP', 'RP', 'RPPvP'), ), 'TDatabase' => array( 'Type' => 'Reference', 'Table' => 'Database', 'Id' => 'Id', 'Name' => 'CONCAT(Name, " ", Version, " r", Revision)', 'Filter' => '1', ), ); ?>