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

  1. ∩╗┐<?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE panel SYSTEM "http://www.sigames.com/dtds/sios/panel.dtd">
  3.  
  4. <!-- this panel contains a list of fixtures, and a fixture details panel -->
  5. <!-- the details panel shows more information about the currently selected item in the list -->
  6.  
  7. <panel title="Team Fixtures Panel">
  8.     <!-- arrange them on top of each other - giving the fixtures panel any space that the details panel doesn't need -->
  9.     <layout class="arrange_vertical_attachment" alignment="bottom,extend" offset="0"/>
  10.  
  11.     <!-- make both items as wide as this one -->
  12.     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  13.     
  14.     <!-- list of fixtures -->
  15.     <widget class="fixtures_panel" id="fxpn">
  16.         <event id="sele">
  17.             <integer id="evid" value="sfix" />
  18.             <integer id="evtg" value="fxdt" />
  19.         </event>
  20.     </widget>
  21.  
  22. </panel>
  23.  
  24.