2013-05-22 22:13:12 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!-- $Id$ -->
|
|
|
|
<overlay>
|
|
|
|
<template id="home.index" template="" lang="" group="0" version="1.9.001">
|
|
|
|
<grid width="100%">
|
|
|
|
<columns>
|
|
|
|
<column/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row disabled="!@mainscreen_message">
|
|
|
|
<html id="mainscreen_message"/>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<box id="portlets">
|
2014-11-06 22:40:03 +01:00
|
|
|
<!-- Box wrapper needed to get box to auto-repeat -->
|
2014-11-19 00:46:58 +01:00
|
|
|
<box id="${row}"><portlet id="${_cont[id]}" title="${_cont[title]}" color="@color" parent_node="home-index_portlets" settings="@settings" width="@width" height="@height" row="@row" col="@col" value="@content" class="@class"/></box>
|
2013-05-22 22:13:12 +02:00
|
|
|
</box>
|
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</template>
|
|
|
|
</overlay>
|