home *** CD-ROM | disk | FTP | other *** search
- <panel title="Player Positions Details Panel">
-
- <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
- <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0" />
-
- <container class="titled_box" id="ppdt" title="Overview">
-
- <layout class="arrange_vertical_attachment" alignment="top,extend" offset="0" gap="16" />
- <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
-
- <!-- position rankings table -->
- <widget class="table" id="posr" mode="fill_rows" layout="-1, -1" default_sort_column="leve" stretch_to_fit_rows="true">
-
- <list id="headings">
- <record text="Positions" alignment="left,centre_y" column_span="2" />
- </list>
-
- <list id="column_properties">
- <record index="0" alignment="left,centre_y" />
- <record index="1" alignment="right,centre_y" colour="selection"/>
- </list>
-
- <list id="column_display_properties">
- <record indx="0" id="posi" left="4" sort_disabled="true"/>
- <record indx="1" id="leve" rght="4" sort_ascending="false"/>
- </list>
-
- </widget>
-
- <!-- footedness table -->
- <widget class="table" id="foot" mode="fill_rows" layout="-1,-1" stretch_to_fit_rows="true">
-
- <list id="headings">
- <record text="Feet" alignment="left,centre_y" column_span="2" />
- </list>
-
- <list id="column_properties">
- <record index="0" alignment="left,centre_y" />
- <record index="1" alignment="right,centre_y" colour="selection"/>
- </list>
-
- <list id="column_display_properties">
- <record indx="0" left="4" sort_disabled="true"/>
- <record indx="1" rght="4" sort_disabled="true"/>
- </list>
-
- <widget class="label" id="lfoo" text="Left Foot" col="0" row="0" />
- <widget class="label" id="lfol" text="" col="1" row="0" />
- <widget class="label" id="rfoo" text="Right Foot" col="0" row="1" />
- <widget class="label" id="rfol" text="" col="1" row="1" />
-
- </widget>
-
- <!-- preferred moves table -->
- <widget class="table" id="pref" mode="fill_rows" layout="-1">
-
- <layout class="stick_to_sides_attachment" alignment="horizontal,bottom" inset="0" />
-
- <list id="headings">
- <record text="Preferred Moves" alignment="left,centre_y" />
- </list>
-
- <list id="column_properties">
- <record index="0" alignment="left,centre_y" />
- </list>
-
- <list id="column_display_properties">
- <record indx="0" left="4" sort_disabled="true"/>
- </list>
-
- </widget>
-
- </container>
-
- </panel>