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 >
Wrap
Extensible Markup Language
|
2004-08-30
|
897b
|
24 lines
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE panel SYSTEM "http://www.sigames.com/dtds/sios/panel.dtd">
<!-- this panel contains a list of fixtures, and a fixture details panel -->
<!-- the details panel shows more information about the currently selected item in the list -->
<panel title="Team Fixtures Panel">
<!-- arrange them on top of each other - giving the fixtures panel any space that the details panel doesn't need -->
<layout class="arrange_vertical_attachment" alignment="bottom,extend" offset="0"/>
<!-- make both items as wide as this one -->
<layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
<!-- list of fixtures -->
<widget class="fixtures_panel" id="fxpn">
<event id="sele">
<integer id="evid" value="sfix" />
<integer id="evtg" value="fxdt" />
</event>
</widget>
</panel>