blob: 8c963419cc1d2fbfab82f7ccea85a6b0b927c87c [file] [log] [blame]
<?xml version="1.0"?>
<!-- $Id: layoutprofile.xml,v 1.1 2003/03/09 00:05:25 pier Exp $
-->
<layout-profile>
<portal>
<layouts>
<!-- there is always one layout part without an attribute media.
This is the default layout -->
<layout>
<background>
<color>#ffffff</color>
</background>
<font>
<type>Arial, Helvetica, sans-serif</type>
<size>2</size>
<color>black</color>
</font>
</layout>
</layouts>
<!-- The following means that the portal has a header area -->
<header>
<exists>true</exists>
</header>
<!-- The following means that the portal has 3 columns -->
<columns>
<number>3</number>
</columns>
<!-- The following means that the portal has a footer area -->
<footer>
<exists>false</exists>
</footer>
</portal>
<coplets>
<layouts>
<layout>
<title>
<background>
<color>#46627A</color>
</background>
<font>
<type>Arial</type>
<size>2</size>
<color>#ffffff</color>
</font>
</title>
<content>
<font>
<type>Arial</type>
<size>2</size>
<color>#000000</color>
</font>
<background>
<color>#ffffff</color>
</background>
</content>
</layout>
</layouts>
</coplets>
</layout-profile>