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 >
Wrap
Extensible Markup Language
|
2004-08-30
|
3KB
|
63 lines
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE panel SYSTEM "http://www.sigames.com/dtds/sios/panel.dtd">
<!-- this file lists the global panels that should be installed -->
<panel name="global panels" version="1.0">
<!-- background picture - covers entire screen -->
<widget class="background" id="bgnd" file="backgrounds/default">
<layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
</widget>
<!-- Panels Box -->
<!-- Contains global panels - also the container for the screen -->
<container id="pnls">
<layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
<!-- header area at top of screen - with title, menus, etc -->
<container id="head" file="header">
<layout class="stick_to_sides_attachment" alignment="horizontal,top" inset="0"/>
<attachment class="test_global_attachment" get_property="FS " value="true" mode="0" set_property="hidn" skip_if_null="false" skip_if_resetting="false"/>
</container>
<!-- footer area at bottom of screen - with ticker, breadcrumbs, etc -->
<container id="foot" file="footer">
<layout class="stick_to_sides_attachment" alignment="horizontal, bottom" inset="0"/>
<attachment class="test_global_attachment" get_property="FS " value="true" mode="0" set_property="hidn" skip_if_null="false" skip_if_resetting="false"/>
</container>
<!-- sections area on the side of the screen -->
<container id="sect" file="sections">
<!-- stick to left of screen -->
<layout class="stick_to_sides_attachment" alignment="left"/>
<layout class="fit_children_attachment" alignment="horizontal" offset="0"/>
<!-- stick to bottom of header panel -->
<layout class="stick_to_object_attachment" target="head" get_side="bottom" set_side="top" inset="0"/>
<!-- stick to top of footer panel -->
<layout class="stick_to_object_attachment" target="foot" get_side="top" set_side="bottom" inset="0"/>
<attachment class="test_global_attachment" get_property="FS " value="true" mode="0" set_property="hidn" skip_if_null="false" skip_if_resetting="false"/>
</container>
<!-- screen content area -->
<container id="scca">
<layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0"/>
<layout class="fill_space_attachment" inset="4"/>
</container>
</container>
<!-- modal area -->
<container id="modl">
<layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
</container>
<!-- progress panel -->
<container class="progress_panel">
<layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
<attachment class="get_global_attachment" get_property="prgp" set_property="prgp"/>
</container>
</panel>