home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 November / Gamestar_67_2004-11_dvd.iso / Dema / footballmanager2005_betademo.exe / Data1.cab / _336DECDDC0EE4D12B4640D7B0F846C82 < prev    next >
Extensible Markup Language  |  2004-08-30  |  5KB  |  117 lines

  1. ∩╗┐<?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE panel SYSTEM "http://www.sigames.com/dtds/sios/panel.dtd">
  3.  
  4. <panel>
  5.  
  6. <container class="titled_box" text="Post Match">
  7.  
  8.     <!-- embedded buttons -->
  9.     <container id="btns" embed_in_frame="true">
  10.     
  11.         <layout class="arrange_horizontal_attachment" alignment="right" embed_in_frame="true"/>
  12.         <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true" embed_in_frame="true"/>
  13.  
  14.         <layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true" inset="3"/>
  15.             
  16.         <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true"/>
  17.         <layout class="fit_children_attachment" alignment="horizontal,fill" embed_in_frame="true"/>
  18.         
  19.         <!-- view menu for home/away stats-->
  20.         <widget class="embedded_popup_button" id="indp" text="View" autosize="all" select_event="indp" embed_in_frame="true">
  21.             
  22.             <list id="items">
  23.                 <record id="0" text="Milestones" tkex="true"/>
  24.                 <record id="1" text="Line Ups" tkex="true"/>
  25.                 <record id="2" text="Post Match Summary" tkex="true"/>            
  26.             </list>
  27.         </widget>
  28.         
  29.     </container>    
  30.     
  31.     <layout class="arrange_vertical_attachment" alignment="top,extend" offset="0"/>
  32.     <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  33.  
  34.     
  35.  
  36.     <!-- group box containing everything else laid out in "-2, -1" -->
  37.     <container id="indg">
  38.         <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>
  39.  
  40.         <!-- Our children will be arranged from top to bottom with the first child being 2 times as big as the 2nd -->
  41.         <layout class="arrange_vertical_attachment" alignment="top" layout="-1"/>
  42.         <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>
  43.  
  44.         <!-- this is where we actually create the widgets which form the content of the panel -->        
  45.         <container text="Individual Info">
  46.             
  47.             <!-- The children will be laid out from left to right and fill up the entire area-->
  48.             <layout class="arrange_horizontal_attachment" alignment="fill" offset="0"/>
  49.             
  50.             <!-- This container will stick to the left and right of it's parent -->
  51.             <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>
  52.             
  53.             <container class="subsection_box" text="Home Team" id="htbx">
  54.                 <!-- This container will stick to the top and bottom of it's parent -->
  55.                 <layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true"/>
  56.                 <layout class="stick_to_sides_attachment" alignment="vertical" inset="0"/>
  57.                 
  58.                 <widget class="table" id="htab" layout="-1,-3" mode="fill_rows" auto_size_rows="true">
  59.                     <list id="column_display_properties">
  60.                         <record indx="0" left="4" sort_disabled="true"/>
  61.                         <record indx="1" right="4" sort_disabled="true"/>
  62.                     </list>
  63.                 </widget>    
  64.                 
  65.                 <widget    class="pitch_with_tactics" id="hpwt" hidden="true" mode="fill_rows">          
  66.                     <boolean id="vert" value="true"/>
  67.                 </widget>                
  68.             </container>
  69.  
  70.             <container class="subsection_box" text="Away Team" id="atbx">
  71.                 <!-- This container will stick to the top and bottom of it's parent -->
  72.                 <layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true"/>
  73.                 <layout class="stick_to_sides_attachment" alignment="vertical" inset="0"/>
  74.                 
  75.                 <widget class="table" id="atab" layout="-1,-3" mode="fill_rows">
  76.                     <list id="column_display_properties">
  77.                         <record indx="0" left="4" sort_disabled="true"/>
  78.                         <record indx="1" right="4" sort_disabled="true"/>
  79.                     </list>                
  80.                 </widget>
  81.                 
  82.                 <widget    class="pitch_with_tactics" id="apwt" hidden="true" mode="fill_rows">          
  83.                     <boolean id="vert" value="true"/>
  84.                 </widget>
  85.             </container>            
  86.         </container>
  87.             
  88.             
  89.     </container>
  90.     <!-- group box containing joint info view menu and panel -->
  91.     <container id="jntg">
  92.         <layout class="arrange_vertical_attachment" alignment="top,extend" offset="0"/>
  93.         <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>
  94.             
  95.         <container text="Joint Information">
  96.             <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>
  97.                 
  98.             <widget class="table" id="jtab" layout="-2,-3" mode="fill_rows" stretch_to_fit_rows="true" auto_size_rows="true" fixed_size_rows="false">
  99.                 <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  100.                 
  101.                 <list id="column_display_properties">
  102.                     <record indx="0" left="4" top="2" bottom="3" sort_disabled="true"/>
  103.                     <record indx="1" right="4" top="2" bottom="3" sort_disabled="true"/>
  104.                 </list>
  105.                 
  106.                 <list id="column_properties">
  107.                     <record indx="1" colour="selection"/>
  108.                 </list>
  109.                 
  110.             </widget>
  111.                 
  112.         </container>
  113.     </container>
  114.     
  115. </container>
  116.     
  117. </panel>