1 <?xml version="1.0" standalone="yes"?>
2 <container xmlns="http://www.w3.org/1999/xhtml"
3 xmlns:var="http://www.skyrix.com/od/binding"
4 xmlns:const="http://www.skyrix.com/od/constant"
6 xmlns:label="OGo:label"
8 <var:if condition="hideFrame" const:negate="YES">
9 <html xmlns="http://www.w3.org/1999/xhtml"
10 xmlns:var="http://www.skyrix.com/od/binding"
11 xmlns:const="http://www.skyrix.com/od/constant"
13 xmlns:label="OGo:label"
17 <var:string value="title"/>
20 <meta name="description" content="SOGo Web Interface"/>
21 <meta name="author" content="SKYRIX Software AG"/>
22 <meta name="robots" content="stop"/>
24 <script rsrc:src="generic.js"> <!-- space required --></script>
25 <script rsrc:src="mailer.js" > <!-- space required --></script>
27 <link type="text/css" rel="stylesheet" rsrc:href="uix.css"/>
28 <link type="text/css" rel="stylesheet" rsrc:href="mailer.css"/>
29 <link type="text/css" rel="stylesheet" rsrc:href="mailer-toolbar.css"/>
31 <link href="mailto:info@skyrix.com" rev="made"/>
34 <body style="background-color: #D4D0C8;">
36 Note: the 'href' is required, otherwise an element-id will get created
38 <form name="pageform" var:href="pageFormURL" sidInUrl="NO">
40 <var:if condition="showLinkBanner">
41 <table cellpadding="5" cellspacing="0" border="0" class="linkbanner">
44 <table cellpadding="0" cellspacing="0" border="0" width="100%">
46 <td class="linkbannerlinks">
47 <a var:href="relativeHomePath"
48 ><var:string label:value="Home" /></a> |
49 <a var:href="relativeCalendarPath"
50 ><var:string label:value="Calendar" /></a> |
51 <a var:href="relativeContactsPath"
52 ><var:string label:value="Addressbook" /></a> |
53 <a var:href="relativeMailPath"
54 ><var:string label:value="Mail" /></a> |
55 <a href="http://to.be.done/"
56 ><var:string label:value="Right Administration" /></a>
58 <td class="linkbannerimage">
59 <a href="http://www.opengroupware.org:80/" target="OGo">
60 <img rsrc:src="CommonUI.SOGo/menu_logo_top.gif"
61 align="center" border="0" alt="OGo Logo"
69 <!-- TODO: replace the line with a CSS straight line -->
70 <table cellpadding="0" cellspacing="0" border="0" width="100%">
72 <td class="linecolor"><img
73 rsrc:src="CommonUI.SOGo/line_left.gif"/></td>
74 <td class="linecolor" width="98%">
75 <img rsrc:src="CommonUI.SOGo/line_stretch.gif"/>
77 <td class="linecolor"><img
78 rsrc:src="CommonUI.SOGo/line_right.gif"/></td>
81 <td valign="top" colspan="2">
82 <var:component className="UIxAppNavView" />
84 <td valign="top" align="right" class="button_submit_env">
88 var:target="helpWindowTarget"
98 <table border="0" class="tb_maintable" cellspacing="0" cellpadding="2"
99 var:style="bannerToolbarStyle">
100 <!-- this table is required for right alignment -->
102 <td valign="top" class="vertframerow">
103 <var:component className="UIxMailToolbar" />
105 <td align="right" width="80" class="vertframerow">
106 <table border="0"> <!-- TODO: what is this table for? -->
108 <td class="tb_logocell tb_icon"
109 ><div class="tbicon_logo"> </div></td>
116 <!-- consume toolbar -->
117 <div class="tb_consumer" var:style="bannerConsumeStyle"> </div>
119 <table border="0" width="100%" cellspacing="0" cellpadding="2">
120 <tr class="vertframerow">
121 <td width="100%" valign="top" class="vertframerow" colspan="2">
122 <var:if condition="hideFolderTree">
123 <var:component-content/>
126 <var:if condition="hideFolderTree" const:negate="YES">
129 <td width="25%" valign="top" class="foldercell">
130 <div class="titlediv"
131 ><var:string label:value="Folders" /></div>
132 <div style="height: 95%">
133 <div class="embedwhite_out">
134 <div class="embedwhite_in">
135 <var:component className="UIxMailTree"
136 rootClassName="treeRootClassName"
137 const:treeFolderAction="tb.view"
143 <td style="width: 6px;"> </td>
144 <td valign="top" class="contentcell">
145 <var:component-content/>
155 <var:string value="errorAlertJavaScript" const:escapeHTML="NO" />
160 <var:if condition="hideFrame">
161 <var:component-content/>