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 <var:js-stringtable const:framework="MailerUI.SOGo"
25 const:identifier="labels"
28 <script rsrc:src="generic.js"> <!-- space required --></script>
29 <script rsrc:src="mailer.js" > <!-- space required --></script>
31 <link type="text/css" rel="stylesheet" rsrc:href="uix.css" />
32 <link type="text/css" rel="stylesheet" rsrc:href="mailer.css" />
33 <link type="text/css" rel="stylesheet" rsrc:href="mailer-toolbar.css" />
34 <link type="text/css" rel="stylesheet" rsrc:href="mailer-compose.css" />
36 <link href="mailto:info@skyrix.com" rev="made"/>
39 <body style="background-color: #D4D0C8;">
41 Note: the 'href' is required, otherwise an element-id will get created
43 <form name="pageform" var:href="pageFormURL" sidInUrl="NO">
45 <var:if condition="showLinkBanner">
46 <table cellpadding="5" cellspacing="0" border="0" class="linkbanner">
49 <table cellpadding="0" cellspacing="0" border="0" width="100%">
51 <td class="linkbannerlinks">
52 <a var:href="relativeHomePath"
53 ><var:string label:value="Home" /></a> |
54 <a var:href="relativeCalendarPath"
55 ><var:string label:value="Calendar" /></a> |
56 <a var:href="relativeContactsPath"
57 ><var:string label:value="Addressbook" /></a> |
58 <a var:href="relativeMailPath"
59 ><var:string label:value="Mail" /></a> |
60 <a href="http://to.be.done/"
61 ><var:string label:value="Right Administration" /></a>
63 <td class="linkbannerimage">
64 <a href="http://www.opengroupware.org:80/" target="OGo">
65 <img rsrc:src="CommonUI.SOGo/menu_logo_top.gif"
66 align="center" border="0" alt="OGo Logo"
74 <!-- TODO: replace the line with a CSS straight line -->
75 <table cellpadding="0" cellspacing="0" border="0" width="100%">
77 <td class="linecolor"><img
78 rsrc:src="CommonUI.SOGo/line_left.gif"/></td>
79 <td class="linecolor" width="98%">
80 <img rsrc:src="CommonUI.SOGo/line_stretch.gif"/>
82 <td class="linecolor"><img
83 rsrc:src="CommonUI.SOGo/line_right.gif"/></td>
86 <td valign="top" colspan="2">
87 <var:component className="UIxAppNavView" />
89 <td valign="top" align="right" class="button_submit_env">
93 var:target="helpWindowTarget"
103 <table border="0" class="tb_maintable" cellspacing="0" cellpadding="2"
104 var:style="bannerToolbarStyle">
105 <!-- this table is required for right alignment -->
107 <td valign="top" class="vertframerow">
108 <var:component className="UIxMailToolbar" />
110 <td align="right" width="80" class="vertframerow">
111 <table border="0"> <!-- TODO: what is this table for? -->
113 <td class="tb_logocell tb_icon"
114 ><div class="tbicon_logo"> </div></td>
121 <!-- consume toolbar -->
122 <div class="tb_consumer" var:style="bannerConsumeStyle"> </div>
124 <table border="0" width="100%" cellspacing="0" cellpadding="2">
125 <tr class="vertframerow">
126 <td width="100%" valign="top" class="vertframerow" colspan="2">
127 <var:component-content/>
133 <var:string value="errorAlertJavaScript" const:escapeHTML="NO" />
138 <var:if condition="hideFrame">
139 <var:component-content/>