home *** CD-ROM | disk | FTP | other *** search
- <screen title="Competition Screen" subtitle="" version="1.0">
-
- <!-- the panel containing all sub options -->
- <flags id="asub" value="scrn"/>
-
- <!-- the default sub option -->
- <flags id="dsub" value="cssp" />
-
- <layout class="arrange_vertical_attachment" alignment="top,extend" gap="0" offset="0"/>
- <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="1" inset="0" />
-
- <!-- the individual panels (one visible) -->
- <widget class="competition_injury_table_panel" id="csin" title="Injury Table" />
- <widget class="competition_stage_panel" id="cssp" title="Stages" />
- <widget class="competition_stage_panel" id="cslt" title="Stages" />
- <widget class="competition_fixtures_panel" id="csfp" title="Fixtures & Results" />
- <widget class="competition_schedule_panel" id="cssc" title="Schedule" />
- <widget class="competition_history_panel" id="cshi" title="History" />
- <widget class="competition_qualifiers_panel" id="csqu" title="Qualifiers" />
- <widget class="competition_average_points_panel" id="csav" title="Average Points" />
- <widget class="competition_team_stats_panel" id="cste" title="Team Statistics" />
- <widget class="competition_player_stats_panel" id="cspl" title="Player Statistics" />
- <widget class="competition_draft_panel" id="csdf" title="Draft" person_list_view_menu="play" type="4"/>
- <widget class="competition_draft_history_panel" id="cdfh" title="Draft History"/>
- <widget class="fifa_rankings_panel" id="csff" title="World Rankings"/>
- <widget class="competition_referee_table_panel" id="csrt" title="Referee Stats"/>
- <widget class="uefa_fair_play_panel" id="csfa" title="Sportsmanship Table[COMMENT - uefa fair play table]"/>
-
- <!-- match panels stored inside titled boxes-->
- <container class="group_box" id="csgu" title="Goal Updates">
- <widget class="match_goal_update_panel" id="mgup">
- <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
- </widget>
- </container>
- <container class="group_box" id="csls" title="Latest Scores">
- <widget class="match_latest_scores_panel" id="mlsp">
- <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
- </widget>
- </container>
- <container class="titled_box" id="csll" title="Live League Table">
- <widget class="match_league_table_panel" id="mltp" title="Live League Table">
- <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
- </widget>
- </container>
-
- <!-- these panels grouped inside Uefa coefficients section -->
- <widget kind="uefa_coefficient_panel" id="csnt" title="Nation Coefficients"/>
- <widget kind="uefa_club_panel" id="cscl" title="Club Coefficients"/>
-
- <!-- the following panels need to be grouped in a "Records" branch at some point -->
- <widget kind="competition_summary_panel" title="Summary" id="csmp"/>
- <widget kind="competition_records_panel" title="Attendances" id="catp" type="0"/>
- <widget kind="competition_records_panel" title="Results" id="crsp" type="1"/>
- <widget kind="competition_records_panel" title="Sequences" id="csqp" type="2"/>
- <widget kind="competition_records_panel" title="Teams" id="ctmp" type="3"/>
- <widget kind="competition_records_panel" title="Players" id="cplp" type="4"/>
-
- <!-- debug panel -->
- <widget class="competition_rankings_panel" id="csrk" title="Rankings"/>
- <widget class="competition_cont_teams_panel" id="cctp" title="Cont. Teams[COMMENT: comp_stats heading]"/>
- </screen>
-