sogo/UI/Templates/MailerUI/UIxMailMainFrame.wox
Wolfgang Sourdeau a5e621970a - see ChangeLog;
Monotone-Parent: 8ddb2a0ff49be672a150054c0e9781c669a91f34
Monotone-Revision: cf18a9ab5ead55ed9cf2650fae505a079dd489ad

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-07-05T13:27:18
Monotone-Branch: ca.inverse.sogo
2006-07-05 13:27:18 +00:00

122 lines
3.6 KiB
XML

<?xml version="1.0" standalone="yes"?>
<container 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"
>
<var:if condition="hideFrame" const:negate="YES">
<html 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"
>
<head>
<title>
<var:string value="title"/>
</title>
<meta name="description" content="SOGo Web Interface"/>
<meta name="author" content="SKYRIX Software AG"/>
<meta name="robots" content="stop"/>
<script rsrc:src="generic.js"> <!-- space required --></script>
<script rsrc:src="mailer.js" > <!-- space required --></script>
<link type="text/css" rel="stylesheet" rsrc:href="uix.css"/>
<link type="text/css" rel="stylesheet" rsrc:href="mailer.css"/>
<link type="text/css" rel="stylesheet" rsrc:href="mailer-toolbar.css"/>
<link href="mailto:info@skyrix.com" rev="made"/>
</head>
<body>
<!--
Note: the 'href' is required, otherwise an element-id will get created
-->
<var:if condition="showLinkBanner">
<div class="linkbanner">
<!-- span style="float: left" -->
<a var:href="relativeHomePath"
><var:string label:value="Home" /></a> |
<a var:href="relativeCalendarPath"
><var:string label:value="Calendar" /></a> |
<a var:href="relativeContactsPath"
><var:string label:value="Addressbook" /></a> |
<a var:href="relativeMailPath"
><var:string label:value="Mail" /></a> |
<a href="http://to.be.done/"
><var:string label:value="Right Administration" /></a>
</div>
</var:if>
<form name="pageform" var:href="pageFormURL" _wosid="0">
<table border="0" class="tb_maintable" cellspacing="0" cellpadding="2"
var:style="bannerToolbarStyle">
<!-- this table is required for right alignment -->
<tr>
<td valign="top" class="vertframerow">
<var:component className="UIxMailToolbar" />
</td>
<td align="right" width="80" class="vertframerow">
<table border="0"> <!-- TODO: what is this table for? -->
<tr>
<td class="tb_logocell tb_icon"
><div class="tbicon_logo"> </div></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- consume toolbar -->
<div class="tb_consumer" var:style="bannerConsumeStyle"> </div>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr class="vertframerow">
<td width="100%" valign="top" class="vertframerow" colspan="2">
<var:if condition="hideFolderTree">
<var:component-content/>
</var:if>
<var:if condition="hideFolderTree" const:negate="YES">
<table width="100%">
<tr>
<td width="25%" valign="top" class="foldercell">
<div class="titlediv"
><var:string label:value="Folders" /></div>
<div style="height: 95%">
<div class="embedwhite_out">
<div class="embedwhite_in">
<var:component className="UIxMailTree"
rootClassName="treeRootClassName"
const:treeFolderAction="view"
/>
</div>
</div>
</div>
</td>
<td style="width: 6px;"> </td>
<td valign="top" class="contentcell">
<var:component-content/>
</td>
</tr>
</table>
</var:if>
</td>
</tr>
</table>
</form>
<var:string value="errorAlertJavaScript" const:escapeHTML="NO" />
</body>
</html>
</var:if>
<var:if condition="hideFrame">
<var:component-content/>
</var:if>
</container>