home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 November / Gamestar_67_2004-11_dvd.iso / Dema / footballmanager2005_betademo.exe / Data1.cab / _279180AE6D7F47C98A79942D83298082 < prev    next >
Extensible Markup Language  |  2004-08-30  |  3KB  |  63 lines

  1. ∩╗┐<?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE panel SYSTEM "http://www.sigames.com/dtds/sios/panel.dtd">
  3.  
  4. <!-- this file lists the global panels that should be installed -->
  5. <panel name="global panels" version="1.0">
  6.  
  7.     <!-- background picture - covers entire screen -->
  8.     <widget class="background" id="bgnd" file="backgrounds/default">
  9.         <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  10.       </widget>
  11.     
  12.       <!-- Panels Box -->
  13.     <!-- Contains global panels - also the container for the screen -->
  14.     <container id="pnls">
  15.     
  16.         <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  17.            
  18.         <!-- header area at top of screen - with title, menus, etc -->  
  19.         <container id="head" file="header">
  20.             <layout class="stick_to_sides_attachment" alignment="horizontal,top" inset="0"/>
  21.             <attachment class="test_global_attachment" get_property="FS  " value="true" mode="0" set_property="hidn" skip_if_null="false" skip_if_resetting="false"/>
  22.         </container>
  23.         
  24.            <!-- footer area at bottom of screen - with ticker, breadcrumbs, etc -->
  25.         <container id="foot" file="footer">
  26.             <layout class="stick_to_sides_attachment" alignment="horizontal, bottom" inset="0"/>
  27.             <attachment class="test_global_attachment" get_property="FS  " value="true" mode="0" set_property="hidn" skip_if_null="false" skip_if_resetting="false"/>
  28.         </container>
  29.  
  30.            <!-- sections area on the side of the screen -->
  31.         <container id="sect" file="sections">
  32.             <!-- stick to left of screen -->
  33.             <layout class="stick_to_sides_attachment" alignment="left"/>
  34.             <layout class="fit_children_attachment" alignment="horizontal" offset="0"/>
  35.             
  36.             <!-- stick to bottom of header panel -->
  37.             <layout class="stick_to_object_attachment" target="head" get_side="bottom" set_side="top" inset="0"/>
  38.             
  39.             <!-- stick to top of footer panel -->
  40.             <layout class="stick_to_object_attachment" target="foot" get_side="top" set_side="bottom" inset="0"/>
  41.             <attachment class="test_global_attachment" get_property="FS  " value="true" mode="0" set_property="hidn" skip_if_null="false" skip_if_resetting="false"/>
  42.         </container>
  43.  
  44.         <!-- screen content area -->
  45.         <container id="scca">
  46.             <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0"/>
  47.             <layout class="fill_space_attachment" inset="4"/>
  48.         </container>
  49.     </container>
  50.  
  51.     <!-- modal area -->    
  52.     <container id="modl">
  53.         <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  54.     </container>
  55.  
  56.     <!-- progress panel -->    
  57.     <container class="progress_panel">
  58.         <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  59.         <attachment class="get_global_attachment" get_property="prgp" set_property="prgp"/>
  60.     </container>
  61.  
  62.  
  63. </panel>