1
1
mirror of https://github.com/tstellar/bygfoot.git synced 2024-12-21 04:25:09 +01:00

added league of the Czech Republic

This commit is contained in:
mrsmola 2008-01-28 16:17:06 +00:00
parent a8147719ce
commit c46139c35a
4 changed files with 188 additions and 0 deletions

View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<country>
<name>Czech Republic</name>
<symbol>flag_czech.png</symbol>
<sid>czech</sid>
<rating>7</rating>
<leagues>
<league>czech1</league>
<league>czech2</league>
</leagues>
<cups>
<cup>czech_cup</cup>
<cup>europe_uefa</cup>
<cup>europe_cwc</cup>
<cup>europe_champ_league</cup>
<cup>supercup_league_vs_cup</cup>
<cup>supercup_europe_uefa</cup>
<cup>supercup_europe_intercontinental</cup>
</cups>
</country>

View File

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<cup>
<name>Národní pohár</name>
<short_name>Č. pohár</short_name>
<symbol>flag_czech.png</symbol>
<sid>czech_cup</sid>
<last_week>41</last_week>
<week_gap>3</week_gap>
<property>national</property>
<cup_rounds>
<cup_round>
<choose_teams>
<choose_team>
<choose_team_sid>czech1</choose_team_sid>
</choose_team>
<choose_team>
<choose_team_sid>czech2</choose_team_sid>
</choose_team>
</choose_teams>
</cup_round>
<cup_round>
</cup_round>
<cup_round>
</cup_round>
<cup_round>
</cup_round>
<cup_round>
</cup_round>
</cup_rounds>
</cup>

View File

@ -0,0 +1,69 @@
<?xml version="1.0" encoding="UTF-8"?>
<league>
<sid>czech1</sid>
<name>1. Gambrinus liga</name>
<short_name>1. Gam.</short_name>
<symbol>flag_czech.png</symbol>
<first_week>1</first_week>
<week_gap>1</week_gap>
<average_talent>7600</average_talent>
<names_file>czech</names_file>
<prom_rel>
<prom_rel_element>
<rank_start>15</rank_start>
<rank_end>16</rank_end>
<dest_sid>czech2</dest_sid>
<prom_rel_type>relegation</prom_rel_type>
</prom_rel_element>
</prom_rel>
<teams>
<team>
<team_name>Sla. Praha</team_name>
</team>
<team>
<team_name>Spa. Praha</team_name>
</team>
<team>
<team_name>Teplice</team_name>
</team>
<team>
<team_name>Ostrava</team_name>
</team>
<team>
<team_name>Brno</team_name>
</team>
<team>
<team_name>Plzeň</team_name>
</team>
<team>
<team_name>Zlín</team_name>
</team>
<team>
<team_name>České Budějovice</team_name>
</team>
<team>
<team_name>Olomouc</team_name>
</team>
<team>
<team_name>Mladá Boleslav</team_name>
</team>
<team>
<team_name>Liberec</team_name>
</team>
<team>
<team_name>Kladno</team_name>
</team>
<team>
<team_name>Žižkov</team_name>
</team>
<team>
<team_name>Jablonec</team_name>
</team>
<team>
<team_name>Boh. Praha</team_name>
</team>
<team>
<team_name>Most</team_name>
</team>
</teams>
</league>

View File

@ -0,0 +1,69 @@
<?xml version="1.0" encoding="UTF-8"?>
<league>
<sid>czech2</sid>
<name>2. Gambrinus liga</name>
<short_name>2. Gam</short_name>
<symbol>flag_czech.png</symbol>
<first_week>1</first_week>
<week_gap>1</week_gap>
<average_talent>6800</average_talent>
<names_file>czech</names_file>
<prom_rel>
<prom_rel_element>
<rank_start>1</rank_start>
<rank_end>2</rank_end>
<dest_sid>czech1</dest_sid>
<prom_rel_type>promotion</prom_rel_type>
</prom_rel_element>
</prom_rel>
<teams>
<team>
<team_name>Slovácko</team_name>
</team>
<team>
<team_name>Opava</team_name>
</team>
<team>
<team_name>Příbram</team_name>
</team>
<team>
<team_name>Hradec Králové</team_name>
</team>
<team>
<team_name>Fulnek</team_name>
</team>
<team>
<team_name>Čáslav</team_name>
</team>
<team>
<team_name>Sokolov</team_name>
</team>
<team>
<team_name>Jihlava</team_name>
</team>
<team>
<team_name>Hlučín</team_name>
</team>
<team>
<team_name>Vítkovice</team_name>
</team>
<team>
<team_name>Ústí nad Labem</team_name>
</team>
<team>
<team_name>Duk. Praha</team_name>
</team>
<team>
<team_name>Krč</team_name>
</team>
<team>
<team_name>Třinec</team_name>
</team>
<team>
<team_name>Vlašim</team_name>
</team>
<team>
<team_name>Frýdek-Místek</team_name>
</team>
</teams>
</league>