home *** CD-ROM | disk | FTP | other *** search
- Ôªø<?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE panel SYSTEM "http://www.sigames.com/dtds/sios/panel.dtd">
-
- <panel>
-
- <container class="titled_box" id="mpnl" text="Preview">
-
- <!-- embedded buttons -->
- <container id="btns" embed_in_frame="true">
-
- <layout class="arrange_horizontal_attachment" alignment="right" embed_in_frame="true"/>
- <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true" embed_in_frame="true"/>
-
- <layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true" inset="3"/>
-
- <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true"/>
- <layout class="fit_children_attachment" alignment="horizontal,fill" embed_in_frame="true"/>
-
- <widget class="embedded_popup_button" id="indp" text="View" autosize="all" select_event="indp" embed_in_frame="true">
-
- <boolean id="save_current_state" value="true" />
-
- <list id="items">
- <record id="0" text="Goalscorers" tkex="true"/>
- <record id="1" text="Assists" tkex="true"/>
- <record id="2" text="Injuries" tkex="true"/>
- <record id="3" text="Unavailable" tkex="true"/>
- <record id="4" text="Milestones" tkex="true"/>
- <record id="5" text="Recent Games" tkex="true"/>
- <record id="6" text="Line Ups" tkex="true"/>
- <record id="7" text="TV Info" tkex="true"/>
-
- </list>
- </widget>
-
- </container>
-
- <layout class="arrange_vertical_attachment" alignment="top,extend" offset="0"/>
- <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
-
- <!-- group box containing everything else laid out in "-2, -1" -->
- <container id="indg">
-
-
- <!-- Our children will be arranged from top to bottom with the first child being 2 times as big as the 2nd -->
- <layout class="arrange_vertical_attachment" alignment="top" layout="-1" offset="0"/>
- <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>
-
- <!-- this is where we actually create the widgets which form the content of the panel -->
- <container text="Individual Info">
-
- <!-- The children will be laid out from left to right and fill up the entire area-->
- <layout class="arrange_horizontal_attachment" alignment="fill" offset="0"/>
-
- <!-- This container will stick to the left and right of it's parent -->
- <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>
-
- <container class="subsection_box" text="Home Team" id="htbx">
- <!-- This container will stick to the top and bottom of it's parent -->
- <layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true"/>
- <layout class="stick_to_sides_attachment" alignment="vertical" inset="0"/>
-
- <!-- Home Team Leading Goalscorers -->
- <widget class="table" id="htab" layout="-1,-3" mode="fill_rows">
-
- <list id="headings">
- <record text="Player" alignment="left,centre_y"/>
- <record text="Goals" alignment="left, centre_y"/>
- </list>
-
- <list id="column_display_properties">
- <record indx="0" left="4" sort_disabled="true"/>
- <record indx="1" right="4" sort_disabled="true"/>
- </list>
-
- <list id="column_properties">
- <record index="0" alignment="left, centre_y"/>
- <record index="1" alignment="left, centre_y" top="2" bottom="2"/>
- </list>
- </widget>
-
- <!-- Home Team Recent Fixtures -->
- <widget class="fixtures_table" id="hfip" hidden="true" mode="fill_rows"/>
-
- <!-- Home Team Line Up -->
- <widget class="pitch_with_tactics" id="hpwt" hidden="true" vert="true"/>
-
- </container>
-
- <container class="subsection_box" text="Away Team" id="atbx" >
- <!-- This container will stick to the top and bottom of it's parent -->
- <layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true"/>
- <layout class="stick_to_sides_attachment" alignment="vertical" inset="0"/>
-
-
- <!-- Away Team Leading Goalscorers -->
- <widget class="table" id="atab" layout="-1,-3" mode="fill_rows">
-
- <list id="headings">
- <record text="Player" alignment="left,centre_y"/>
- <record text="Goals" alignment="left, centre_y"/>
- </list>
-
-
- <list id="column_properties">
- <record index="0" alignment="left, centre_y"/>
- <record index="1" alignment="left, centre_y"/>
- </list>
-
-
- <list id="column_display_properties">
- <record indx="0" left="4" sort_disabled="true"/>
- <record indx="1" right="4" sort_disabled="true" top="2" bottom="2"/>
- </list>
- </widget>
-
- <widget class="fixtures_table" id="afip" hidden="true" mode="fill_rows"/>
- <widget class="pitch_with_tactics" id="apwt" hidden="true" mode="fill_rows">
- <boolean id="vert" value="true"/>
- </widget>
-
- </container>
-
- </container>
-
- </container>
-
- <!-- group box containing joint info view menu and panel -->
- <container id="jntg">
- <layout class="arrange_vertical_attachment" alignment="top,extend" offset="0"/>
- <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>
-
- <container text="Joint Information">
- <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>
-
- <widget class="table" id="jtab" layout="-2,-3" mode="fill_rows" stretch_to_fit_rows="true">
- <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
-
- <list id="column_display_properties">
- <record indx="0" left="4" top="2" bottom="3" sort_disabled="true"/>
- <record indx="1" right="4" top="2" bottom="3" sort_disabled="true"/>
- </list>
-
- <list id="column_properties">
- <record indx="1" colour="selection"/>
- </list>
-
- </widget>
-
- </container>
- </container>
- </container>
- </panel>