home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <panel title="Official Profile Panel">
- <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
-
- <container class="titled_box" title="Referee Profile">
- <layout class="arrange_vertical_attachment" alignment="top" offset="0" gap="12"/>
- <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
- <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
-
- <!-- main box -->
- <container>
- <layout class="fit_children_attachment" alignment="vertical, extend" offset="0" gap="0"/>
- <layout class="fit_children_attachment" alignment="vertical, fill" offset="0" gap="0" layout_children="true"/>
- <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" inset="0" />
- <layout class="arrange_horizontal_attachment" alignment="right,fill" offset="0" gap="4"/>
-
- <!-- Personal Information Panel -->
- <container>
- <layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true"/>
-
- <!-- WITH PORTRAIT -->
- <!-- this version of the table is used if the player portrait is visible -->
- <widget class="table" id="pld1" mode="fill_rows" layout="-1,-1,-1" auto_size_rows="true" stretch_to_fit_rows="true" row_spacing="0">
- <list id="headings">
- <record text="Personal Details" alignment="left, centre_y" column_span="3"/>
- </list>
-
- <list id="column_properties">
- <record indx="0" alignment="left,centre_y"/>
- <record indx="1" alignment="right,centre_y" colour="selection"/>
- <record indx="2" alignment="right,centre_y" colour="selection"/>
- </list>
-
- <list id="column_display_properties">
- <record indx="0" left="4" sort_disabled="true"/>
- <record indx="1" left="4" sort_disabled="true"/>
- <record indx="2" rght="4" sort_disabled="true"/>
- </list>
-
- <!-- Player Picture -->
- <widget class="group_box" row="0" col="0" column_span="2" row_span="5">
- <widget class="picture" id="ppic" auto_size="all">
- <layout class="centre_in_parent_attachment" alignment="vertical" offset="0"/>
- <layout class="stick_to_sides_attachment" alignment="left" inset="0"/>
- </widget>
- </widget>
-
- <widget class="nation_button" id="pfna" col="1" row="0" icon_alignment="right,can_scale" column_span="2" dspf="1"/>
- <widget class="label" id="pdob" col="1" row="1" column_span="2" />
- <widget class="label" id="pfag" col="1" row="2" column_span="2" />
- <widget class="label" id="Prrp" col="1" row="3" column_span="2" />
- <widget class="label" id="Prjo" col="1" row="4" column_span="2" />
- </widget>
-
- <!-- WITHOUT PORTRAIT -->
- <!-- this version of the table is used if the player portrait is hidden -->
- <widget class="table" id="pld2" mode="fill_rows" layout="-1,-1,-1" auto_size_rows="true" stretch_to_fit_rows="true" row_spacing="0">
- <list id="headings">
- <record text="Personal Details" alignment="left, centre_y" column_span="3"/>
- </list>
-
- <list id="column_properties">
- <record indx="0" alignment="left,centre_y"/>
- <record indx="1" alignment="right,centre_y" colour="selection"/>
- <record indx="2" alignment="right,centre_y" colour="selection"/>
- </list>
-
- <list id="column_display_properties">
- <record indx="0" left="4" sort_disabled="true"/>
- <record indx="1" left="4" sort_disabled="true"/>
- <record indx="2" rght="4" sort_disabled="true"/>
- </list>
-
- <widget class="label" text="Nationality" col="0" row="0" column_span="2" />
- <widget class="nation_button" id="pfna" col="1" row="0" icon_alignment="right,can_scale" column_span="2" dspf="1"/>
- <widget class="label" text="Born" col="0" row="1" column_span="2" />
- <widget class="label" id="pdob" col="1" row="1" column_span="2" />
- <widget class="label" text="Age" col="0" row="2" column_span="2" />
- <widget class="label" id="pfag" col="1" row="2" column_span="2" />
- <widget class="label" text="Reputation" col="0" row="3" column_span="2" />
- <widget class="label" id="Prrp" col="1" row="3" column_span="2" />
- <widget class="label" text="Job" col="0" row="4" column_span="2" />
- <widget class="label" id="Prjo" col="1" row="4" column_span="2" />
-
- <!-- <widget class="label" id="prep" col="1" row="3" column_span="2" />
- -->
-
- </widget>
- </container>
-
- <!-- Stats panel -->
- <container>
- <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0" />
-
- <widget class="table" id="opst" mode="fill_rows" layout="-6,-1" auto_size_rows="true" stretch_to_fit_rows="true" row_spacing="0">
- <list id="headings">
- <record text="Statistics" alignment="left, centre_y" column_span="2"/>
- </list>
-
- <list id="column_properties">
- <record indx="0" alignment="left,centre_y"/>
- <record indx="1" alignment="right,centre_y" colour="selection"/>
- </list>
-
- <!-- small inset from sides of table -->
- <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" text="Games" col="0" row="0" column_span="2" />
- <widget class="label" id="Prgc" col="1" row="0" column_span="2" />
- <widget class="label" text="Red Cards" col="0" row="1" column_span="2" />
- <widget class="label" id="Prrc" col="1" row="1" column_span="2" />
- <widget class="label" text="Yellow Cards" col="0" row="2" column_span="2" />
- <widget class="label" id="Pryc" col="1" row="2" column_span="2" />
- <widget class="label" text="Home Penalties" col="0" row="3" column_span="2" />
- <widget class="label" id="Prhp" col="1" row="3" column_span="2" />
- <widget class="label" text="Away Penalties" col="0" row="4" column_span="2" />
- <widget class="label" id="Prap" col="1" row="4" column_span="2" />
- <widget class="label" text="Average Rating" col="0" row="5" column_span="2" />
- <widget class="label" id="Prra" col="1" row="5" column_span="2" />
-
- </widget>
- </container>
- </container> <!--Main Box-->
-
- <!-- Past Fixtures Panel -->
- <container>
- <layout class="fit_children_attachment" alignment="vertical, fill" offset="0" gap="0"/>
- <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>
-
- <widget class="table" mode="fill_rows" id="opft" layout="100,-1,50,50,50,50,50,50" auto_size_rows="true" stretch_to_fit_rows="true" row_spacing="0" row_span="0">
- <layout class="stick_to_sides_attachment" alignment="top" inset="0"/>
-
- <list id="headings">
- <record text="Previous Fixtures" alignment="left, centre_y" column_span="3"/>
- <record text="H Pens" alignment="centre" column_span="1"/>
- <record text="A Pens" alignment="centre" column_span="1"/>
- <record text="Yel" alignment="centre" colour="yellow card" column_span="1"/>
- <record text="Red" alignment="centre" colour="red card" column_span="1"/>
- <record text="Rating" alignment="centre" column_span="1"/>
- </list>
-
- <list id="column_properties">
- <record indx="0" alignment="left,centre_y"/>
- <record indx="1" alignment="left,centre_y"/>
- <record indx="2" alignment="left,centre_y"/>
- </list>
-
-
- <!-- <record id="default_properties" alignment="centre"/> -->
-
- </widget>
- </container>
-
- </container> <!--MAIN AREA-->
- </panel>
-