home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / screens / competition.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  3.3 KB  |  62 lines

  1. <screen title="Competition Screen" subtitle="" version="1.0">
  2.  
  3.     <!-- the panel containing all sub options -->
  4.     <flags id="asub" value="scrn"/>
  5.     
  6.     <!-- the default sub option -->
  7.     <flags id="dsub" value="cssp" />
  8.  
  9.     <layout class="arrange_vertical_attachment" alignment="top,extend" gap="0" offset="0"/> 
  10.     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="1" inset="0" />
  11.  
  12.     <!-- the individual panels (one visible) -->
  13.     <widget class="competition_injury_table_panel" id="csin" title="Injury Table" />
  14.     <widget class="competition_stage_panel" id="cssp" title="Stages" />
  15.     <widget class="competition_stage_panel" id="cslt" title="Stages" />
  16.     <widget class="competition_fixtures_panel" id="csfp" title="Fixtures & Results" />
  17.     <widget class="competition_schedule_panel" id="cssc" title="Schedule" />
  18.     <widget class="competition_history_panel" id="cshi" title="History" />
  19.     <widget class="competition_qualifiers_panel" id="csqu" title="Qualifiers" />
  20.     <widget class="competition_average_points_panel" id="csav" title="Average Points" />
  21.     <widget class="competition_team_stats_panel" id="cste" title="Team Statistics" />
  22.     <widget class="competition_player_stats_panel" id="cspl" title="Player Statistics" />
  23.     <widget class="competition_draft_panel" id="csdf" title="Draft" person_list_view_menu="play" type="4"/>
  24.     <widget class="competition_draft_history_panel" id="cdfh" title="Draft History"/>
  25.     <widget class="fifa_rankings_panel" id="csff" title="World Rankings"/>
  26.     <widget class="competition_referee_table_panel" id="csrt" title="Referee Stats"/>
  27.     <widget class="uefa_fair_play_panel" id="csfa" title="Sportsmanship Table[COMMENT - uefa fair play table]"/>
  28.  
  29.     <!-- match panels stored inside titled boxes-->
  30.     <container class="group_box" id="csgu" title="Goal Updates">
  31.         <widget class="match_goal_update_panel" id="mgup">
  32.             <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  33.         </widget>
  34.     </container>
  35.     <container class="group_box" id="csls" title="Latest Scores">
  36.         <widget class="match_latest_scores_panel" id="mlsp">
  37.             <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  38.         </widget>
  39.     </container>
  40.     <container class="titled_box" id="csll" title="Live League Table">
  41.         <widget class="match_league_table_panel" id="mltp" title="Live League Table">
  42.             <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  43.         </widget>
  44.     </container>
  45.     
  46.     <!-- these panels grouped inside Uefa coefficients section -->
  47.     <widget kind="uefa_coefficient_panel" id="csnt" title="Nation Coefficients"/>
  48.     <widget kind="uefa_club_panel" id="cscl" title="Club Coefficients"/>
  49.  
  50.     <!-- the following panels need to be grouped in a "Records" branch at some point -->
  51.     <widget kind="competition_summary_panel" title="Summary" id="csmp"/>
  52.     <widget kind="competition_records_panel" title="Attendances" id="catp" type="0"/>
  53.     <widget kind="competition_records_panel" title="Results" id="crsp" type="1"/>
  54.     <widget kind="competition_records_panel" title="Sequences" id="csqp" type="2"/>
  55.     <widget kind="competition_records_panel" title="Teams" id="ctmp" type="3"/>
  56.     <widget kind="competition_records_panel" title="Players" id="cplp" type="4"/>
  57.  
  58.     <!-- debug panel -->
  59.     <widget class="competition_rankings_panel" id="csrk" title="Rankings"/>
  60.     <widget class="competition_cont_teams_panel" id="cctp" title="Cont. Teams[COMMENT: comp_stats heading]"/>
  61. </screen>
  62.