home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 November / Gamestar_67_2004-11_dvd.iso / Dema / footballmanager2005_betademo.exe / Data1.cab / _E874CCAF402B43A9B04CEB8E2587AA44 < prev    next >
Extensible Markup Language  |  2004-08-30  |  2KB  |  60 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.         </container>
  22.         
  23.            <!-- footer area at bottom of screen - with ticker, breadcrumbs, etc -->
  24.         <container id="foot" file="footer">
  25.             <layout class="stick_to_sides_attachment" alignment="horizontal, bottom" inset="0"/>
  26.         </container>
  27.  
  28.            <!-- sections area on the side of the screen -->
  29.         <container id="sect" file="sections">
  30.             <!-- stick to right of screen -->
  31.             <layout class="stick_to_sides_attachment" alignment="right"/>
  32.             <layout class="fit_children_attachment" alignment="horizontal" offset="0"/>
  33.             
  34.             <!-- stick to bottom of header panel -->
  35.             <layout class="stick_to_object_attachment" target="head" get_side="bottom" set_side="top" inset="0"/>
  36.             
  37.             <!-- stick to top of footer panel -->
  38.             <layout class="stick_to_object_attachment" target="foot" get_side="top" set_side="bottom" inset="0"/>
  39.         </container>
  40.  
  41.         <!-- screen content area -->
  42.         <container id="scca">
  43.             <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0"/>
  44.             <layout class="fill_space_attachment" inset="4"/>
  45.         </container>
  46.     </container>
  47.  
  48.     <!-- modal area -->    
  49.     <container id="modl">
  50.         <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  51.     </container>
  52.  
  53.     <!-- progress panel -->    
  54.     <container class="prgp">
  55.         <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  56.         <attachment class="get_global_attachment" get_property="prgp" set_property="prgp"/>
  57.     </container>
  58.  
  59.  
  60. </panel>