home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 November / Gamestar_67_2004-11_dvd.iso / Dema / footballmanager2005_betademo.exe / Data1.cab / _9B12C8B70BE44C0EB43F6ABFF14D742E < prev    next >
Extensible Markup Language  |  2004-09-01  |  16KB  |  321 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE panel SYSTEM "http://www.sigames.com/dtds/sios/panel.dtd">
  3.  
  4. <panel title="header">
  5.     <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>
  6.     <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  7.         
  8.     <attachment class="get_global_attachment" get_property="Dmen" set_property="coni"/>
  9.  
  10.     <!-- menubar background -->
  11.     <widget class="picture" id="pict" file="navigation/menubar" auto_size="vertical" cached="true">
  12.         <layout class="stick_to_sides_attachment" alignment="bottom" inset="0"/>
  13.     </widget>
  14.     
  15.     <!-- menubar -->
  16.     <container id="mbar">
  17.         <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  18.         <layout class="arrange_horizontal_attachment" alignment="middle, extend" />
  19.       
  20.           <layout class="stick_to_sides_attachment" alignment="bottom" inset="4"/>
  21.           <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  22.           
  23.           <!-- next / continue / prev navigation -->
  24.         <container id="navi" width="420">
  25.             <layout class="centre_in_parent_attachment" alignment="vertical" layout_children="true"/>
  26.             <layout class="arrange_horizontal_attachment" alignment="right" />
  27.  
  28.             <layout class="stick_to_sides_attachment" alignment="vertical" inset="0"/>
  29.             
  30.               <widget class="text_button" text="Continue" auto_size="horizontal" style="shadowed">
  31.                 <record id="click_event" event_id="CONT" event_target="scrn"/>
  32.                 <attachment class="test_global_attachment" get_property="cont" value="-8" set_property="disa"/>
  33.                 <attachment class="test_global_attachment" get_property="cont" value="-5" set_property="disa"/>
  34.                 
  35.                 <!-- match play text -->
  36.                 <attachment class="get_global_attachment" get_property="cttx" set_property="text"/>
  37.             </widget>
  38.  
  39.             <container width="4"/>
  40.  
  41.            <widget class="action_button" id="back" appearance="navigation/back" auto_size="all">
  42.                 <attachment class="get_global_attachment" get_property="disp" set_property="disa"/>
  43.                 <record id="click_event" event_id="GOTO" event_target="scrn" scin="-3"/>
  44.             </widget>
  45.             
  46.             <widget class="action_button" id="forw" appearance="navigation/next" auto_size="all">
  47.                 <attachment class="get_global_attachment" get_property="disn" set_property="disa"/>
  48.                 <record id="click_event" event_id="GOTO" event_target="scrn" scin="-2"/>
  49.             </widget>
  50.         </container>
  51.  
  52.         <!-- menus -->
  53.         <container id="menu">        
  54.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  55.            <layout class="arrange_horizontal_attachment" alignment="middle" gap="-8" />
  56.           
  57.           <layout class="stick_to_sides_attachment" alignment="bottom" inset="0"/>
  58.           <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  59.           
  60.             <widget class="header_first" text="Manager">
  61.                 <attachment class="get_global_attachment" get_property="mgro" set_property="itms" skip_if_null="false"/>
  62.             </widget>
  63.             
  64.             <widget class="header_popup" text="Sections" hidden="true">
  65.                 <attachment class="get_global_attachment" get_property="subo" set_property="itms" skip_if_null="false"/>
  66.             </widget>
  67.             
  68.             <widget class="header_popup" text="World">
  69.                 <attachment class="get_global_attachment" get_property="wrld" set_property="itms" skip_if_null="false"/>
  70.             </widget>
  71.     
  72.             <widget class="header_popup" text="Actions" hidden="true">
  73.                 <attachment class="get_global_attachment" get_property="acts" set_property="itms" skip_if_null="false"/>
  74.             </widget>
  75.             
  76.             <widget class="header_popup" text="Recent">
  77.                 <attachment class="get_global_attachment" get_property="mgrc" set_property="itms" skip_if_null="false"/>
  78.             </widget>
  79.             
  80.             <widget class="header_popup" text="Links">
  81.                 <attachment class="get_global_attachment" get_property="lnks" set_property="itms" skip_if_null="false"/>
  82.             </widget>
  83.             
  84.             <widget class="header_last" text="Options">
  85.                     <record id="items" file="menus/game"/>
  86.             </widget>
  87.           </container>        
  88.       
  89.         <!-- search box -->
  90.         <container width="180">
  91.             <layout class="arrange_horizontal_attachment" alignment="right" offset="4"/>
  92.             
  93.             <layout class="stick_to_sides_attachment" alignment="vertical" inset="0"/>
  94.             
  95.              <widget kind="action_button" appearance="navigation/search" auto_size="horizontal" click_event="DBSR">
  96.                 <layout class="centre_in_parent_attachment" alignment="vertical" offset="0"/>
  97.                 <event id="click_event">
  98.                     <flags id="event_id" value="DBSR"/>
  99.                     <flags id="event_target" value="scrn"/>
  100.                 </event>
  101.                 <attachment class="test_global_attachment" get_property="gset" value="false" set_property="disa"/>
  102.             </widget>
  103.                     
  104.            <widget id="find" class="edit_box" appearance="navigation/searchbox" spec="text,small" colour="black" >
  105.                 <layout class="centre_in_parent_attachment" alignment="vertical" offset="-1"/>
  106.                 <event id="return_event">
  107.                     <flags id="event_id" value="DBSR"/>
  108.                     <flags id="event_target" value="scrn"/>
  109.                 </event>
  110.                 <attachment class="test_global_attachment" get_property="gset" value="false" set_property="disa"/>
  111.             </widget>
  112.             
  113.             <container width="8"/>
  114.         </container>
  115.     </container>
  116.  
  117.  
  118.     <container id="NHdr">
  119.         <attachment class="test_global_attachment" get_property="scid" value="22" set_property="hidn" skip_if_null="false" skip_if_resetting="false"/>
  120.  
  121.  
  122.           <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  123.         <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>
  124.         
  125.         
  126.           <widget class="picture" id="pict" auto_size="vertical" file="navigation/titlebar" cached="true" rthr="68">
  127.                 <layout class="stick_to_sides_attachment" alignment="horizontal" inset="180"/>
  128.                <layout class="stick_to_sides_attachment" alignment="top" inset="0"/>
  129.                 <attachment class="get_global_attachment" get_property="bkcl" set_property="colr"/>
  130.            </widget>
  131.         
  132.         <container>
  133.             <layout class="stick_to_sides_attachment" alignment="top" inset="0"/>
  134.             <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  135.     
  136.             <widget class="picture" id="logo" auto_size="all">
  137.                 <layout class="stick_to_sides_attachment" alignment="left" inset="198" />
  138.                 <layout class="stick_to_sides_attachment" alignment="top" inset="4" />
  139.                 <attachment class="get_global_attachment" get_property="scpc" set_property="file" skip_if_null="false"/>
  140.             </widget>
  141.     
  142.             <widget class="picture" id="logo" auto_size="all">
  143.                 <layout class="stick_to_sides_attachment" alignment="right" inset="198" />
  144.                 <layout class="stick_to_sides_attachment" alignment="top" inset="4" />
  145.                 <attachment class="get_global_attachment" get_property="mnpc" set_property="file" skip_if_null="false"/>
  146.             </widget>
  147.         </container>
  148.  
  149.         <widget class="picture" id="pict" auto_size="vertical" file="navigation/titlepanel" cached="true">
  150.               <layout class="stick_to_sides_attachment" alignment="top" inset="0"/>
  151.         </widget>
  152.  
  153.         <container id="text">
  154.             <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true" inset="2"/>
  155.             <layout class="arrange_horizontal_attachment" layout="-1,-3,-1"/>
  156.  
  157.               <layout class="stick_to_sides_attachment" alignment="vertical" inset="0"/>
  158.               
  159.             <container>
  160.                 <layout class="arrange_vertical_attachment" alignment="top, extend" offset="16"/>
  161.                 <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true"/>
  162.  
  163.                 <widget class="date_cell" id="date" text="date" standard_spec="text" style="embossed" alignment="top, centre_x">
  164.                      <attachment class="get_global_attachment" get_property="date" set_property="valu"/>
  165.                      <attachment class="test_global_attachment" get_property="cont" value="-8" set_property="hidn" skip_if_null="false" skip_if_resetting="false" priority="1"/>
  166.  
  167.                     <string id="format">
  168.                      [%date#1-day]<return/>[%date#1-short]<return/>[%date#1-time]
  169.                     </string>
  170.                </widget>
  171.             </container>
  172.             
  173.             <container id="tita">
  174.                 
  175.                     <container height="48">
  176.                     <layout class="arrange_vertical_attachment" alignment="bottom,extend" offset="0" gap="0"/>
  177.                     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true"/>
  178.  
  179.                     <layout class="stick_to_sides_attachment" alignment="top,horizontal" inset="10"/>
  180.     
  181.                     <!-- title area -->
  182.                        <widget class="text" id="sect" standard_spec="title,large" alignment="centre">
  183.                         <attachment class="get_global_attachment" get_property="titl" set_property="text"/>
  184.                         
  185.                           <attachment class="get_global_attachment" get_property="fcol" set_property="colr"/>
  186.                     </widget>
  187.  
  188.                         <!-- subtitle area -->
  189.                         <container height="20">
  190.                         <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" layout_children="true"/>
  191.                         <layout class="centre_in_parent_attachment" alignment="horizontal" layout_children="true"/>
  192.                     
  193.                         <!-- hide when no subtitle -->
  194.                         <attachment class="test_global_attachment" get_property="subt" skip_if_null="false" set_property="hidn"/>
  195.  
  196.                             <container>
  197.                             <layout class="arrange_horizontal_attachment" alignment="left" offset="0" gap="8"/>
  198.                               <layout class="fit_children_attachment" alignment="horizontal,fill" offset="0" gap="8"/>
  199.                             <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" layout_children="true"/>
  200.  
  201.                             <!-- flag -->
  202.                             <widget class="nation_button" id="stfl" auto_size="horizontal" icon_alignment="right,can_scale" dspf="4">
  203.                                 <attachment class="test_global_attachment" get_property="stfl" skip_if_null="false" set_property="hidn"/>
  204.                                 <attachment class="get_global_attachment" get_property="stfl" set_property="valu"/>
  205.                              </widget>
  206.                         
  207.                             <!-- description -->
  208.                                <widget class="text" id="subs" standard_spec="text" alignment="centre" mlti="false" auto_size="horizontal">
  209.  
  210.                                 <attachment class="get_global_attachment" get_property="subt" set_property="text"/>
  211.                                 
  212.                                   <attachment class="get_global_attachment" get_property="fcol" set_property="colr"/>
  213.  
  214.                             </widget>
  215.                             </container>
  216.                         </container>
  217.                     
  218.                     </container>
  219.                 
  220.             </container>
  221.             
  222.             <container>
  223.                 <layout class="arrange_vertical_attachment" alignment="top" offset="16"/>
  224.                 <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true"/>
  225.  
  226.                 <widget class="text" id="pers" text="" standard_spec="text" style="embossed" alignment="centre_x" auto_size="vertical">
  227.                     <attachment class="get_global_attachment" get_property="user" set_property="text"/>
  228.                 </widget>
  229.                 
  230.                 <widget class="text" id="team" text="" standard_spec="text" style="embossed" alignment="centre_x" auto_size="vertical">
  231.                     <attachment class="get_global_attachment" get_property="Tnam" set_property="text"/>
  232.                 </widget>
  233.             </container>
  234.         </container>
  235.     </container>
  236.     
  237.     <container id="Mhdr">
  238.  
  239.         <attachment class="test_global_attachment" get_property="scid" value="22" mode="1" set_property="hidn" skip_if_null="false" skip_if_resetting="false" priority="1"/>
  240.  
  241.           <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  242.         <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>
  243.         
  244.         <widget class="match_titlebar_panel"/>
  245. <!--      
  246.         <container>
  247.             <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true" inset="0"/>
  248.             <layout class="arrange_horizontal_attachment" layout="383,-1,383"/>
  249.  
  250.               <layout class="stick_to_sides_attachment" alignment="vertical" inset="0"/>
  251.               
  252.               
  253.               <container>
  254.                   <widget class="picture" id="pict" auto_size="vertical" file="navigation/titlebar" cached="true" rthr="68">
  255.                     <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  256.                     <attachment class="get_global_attachment" get_property="Mt1b" set_property="colr"/>
  257.                 </widget>
  258.                 
  259.                 <widget class="text" spec="title,large" height="64" alignment="right,centre_y">
  260.                     <layout class="stick_to_sides_attachment" alignment="horizontal" inset="45"/>
  261.                     <attachment class="get_global_attachment" get_property="Mt1n" set_property="text"/>
  262.                     <attachment class="get_global_attachment" get_property="Mt1f" set_property="colr"/>
  263.                 </widget>
  264.             </container>
  265.                 
  266.                 
  267.               <container>
  268.                 <layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true"/>
  269.                 <widget class="picture" id="pict" auto_size="vertical" file="navigation/scoreboard" cached="true" rthr="68"/>
  270.                 
  271.                 
  272.                 <container>
  273.                 
  274.                     <layout class="arrange_horizontal_attachment" layout="-1,-2,-1"/>
  275.                     <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  276.                     
  277.                     <widget class="text" font="fonts/fm scoreboard" size="24" height="80" alignment="centre" colour="yellow">
  278.                         <attachment class="get_global_attachment" get_property="Mt1s" set_property="text"/>
  279.                     </widget>
  280.  
  281.                     <widget class="text" font="fonts/fm scoreboard" size="16" height="70" alignment="centre">
  282.                         <attachment class="get_global_attachment" get_property="matt" set_property="text"/>
  283.                     </widget>
  284.  
  285.                     <widget class="text" font="fonts/fm scoreboard" size="24" height="80" alignment="centre" colour="yellow">
  286.                         <attachment class="get_global_attachment" get_property="Mt2s" set_property="text"/>
  287.                     </widget>
  288.  
  289.                                     
  290.                 </container>
  291.             </container>
  292.             
  293.               <container>
  294.                   <widget class="picture" id="pict" auto_size="vertical" file="navigation/titlebar" cached="true" rthr="68">
  295.                     <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  296.                     <attachment class="get_global_attachment" get_property="Mt2b" set_property="colr"/>
  297.                 </widget>
  298.                 
  299.                 <widget class="text" spec="title,large" height="64" alignment="left,centre_y">
  300.                     <layout class="stick_to_sides_attachment" alignment="horizontal" inset="45"/>
  301.                     <attachment class="get_global_attachment" get_property="Mt2n" set_property="text"/>
  302.                     <attachment class="get_global_attachment" get_property="Mt2f" set_property="colr"/>
  303.                 </widget>
  304.  
  305.                 
  306.               </container>
  307.  
  308.         </container>
  309.         
  310.            <widget class="picture" id="pict" auto_size="vertical" file="navigation/matchtitlepanel" cached="true">
  311.               <layout class="stick_to_sides_attachment" alignment="top" inset="0"/>
  312.         </widget>
  313.  
  314.  
  315. -->
  316.     </container>
  317.     
  318.     
  319.     
  320. </panel>
  321.