sogo/UI/Templates/MainUI/SOGoUserHomePage.wox
Wolfgang Sourdeau c64a30644e Monotone-Parent: 6f8a485e95de7a055c61014474ad3ddf8ed664c4
Monotone-Revision: 7659d2932f1f330c8827f3ede3db145afd30a8dc

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-19T16:03:18
Monotone-Branch: ca.inverse.sogo
2006-10-19 16:03:18 +00:00

64 lines
1.9 KiB
XML

<?xml version='1.0' standalone='yes'?>
<var:component xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:rsrc="OGo:url"
xmlns:label="OGo:label"
xmlns:uix="OGo:uix"
className="UIxPageFrame"
title="name"
>
<var:if condition="canAccess" const:negate="YES">
<var:string label:value="Forbidden" const:style="window_label" />
</var:if>
<var:if condition="canAccess">
<table id="skywintable"
class="wintable"
cellspacing="0"
cellpadding="5"
width="100%"
>
<tr>
<td class="window_label"><var:string label:value="Homepage"/></td>
</tr>
<tr>
<td class="wincontent">
<p class="homepagefont">
<var:component className="UIxCalScheduleOverview"
clientObject="calendarFolder"
/>
</p>
</td>
</tr>
<tr>
<td class="wincontent">
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2">
</td>
</tr>
<tr bgcolor="#F5F5E9">
<td align="left" width="10">
<var:entity const:name="nbsp"/>
</td>
<td align="right">
<img border="0"
alt=""
rsrc:src="corner_right.gif"
/>
</td>
</tr>
<tr>
<td colspan="2" bgcolor="#F5F5E9">
<table border="0" width="100%" cellpadding="10" cellspacing="0">
<tr/>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</var:if>
</var:component>