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 / hall of fame.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  1.1 KB  |  33 lines

  1. <screen title="Hall Of Fame" subtitle="" version="1.0">
  2.  
  3.     <flags id="fmtc" value="true" />
  4.  
  5.     <!-- the "pnls" box contains the suboption panels for this screen -->
  6.     <flags id="asub" value="pnls"/>
  7.     
  8.     <!-- the default panel is the nation list -->
  9.     <flags id="dsub" value="nthf"/>
  10.  
  11.     <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0" />
  12.  
  13.     <container id="pnls">
  14.         <!-- all of them fill this panel (only one is visible at a time) -->
  15.         <layout class="stks" algn="all" inse="0" laye="true"/>    
  16.  
  17.         <!-- panels -->
  18.         <widget class="hofp" id="nthf" title="Nation[COMMENT - Hall of fame section]">
  19.             <integer id="hfty" value="1"/>
  20.         </widget>
  21.         <widget class="hofp" id="cthf" title="Continent[COMMENT - Hall of fame section]" alignment="left,centre_y">
  22.             <integer id="hfty" value="2"/>
  23.         </widget>
  24.         <widget class="hofp" id="wwhf" title="World-wide[COMMENT - Hall of fame section]">
  25.             <integer id="hfty" value="3"/>
  26.         </widget>
  27.         <widget class="hofp" id="nlhf" title="Nationality[COMMENT - Hall of fame section]">
  28.             <integer id="hfty" value="4"/>
  29.         </widget>
  30.     </container>
  31. </screen>
  32.  
  33.