]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Mailer/UIxMailMainFrame.wox
652848a276e7451884b4f06a87c0c38a654fbad0
[scalable-opengroupware.org] / SOGo / UI / Mailer / UIxMailMainFrame.wox
1 <?xml version="1.0" standalone="yes"?>
2 <html 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"
5       xmlns:rsrc="OGo:url"
6       xmlns:label="OGo:label"
7 >
8   <head>
9     <title>
10       <var:string value="title"/>
11     </title>
12     
13     <meta name="description" content="SOGo Web Interface"/>
14     <meta name="author" content="SKYRIX Software AG"/>
15     <meta name="robots" content="stop"/>
16     
17     <script rsrc:src="mailer.js"> </script>
18     
19     <link type="text/css" rel="stylesheet" rsrc:href="uix.css"/>
20     <link type="text/css" rel="stylesheet" rsrc:href="mailer.css"/>
21     <link href="mailto:info@skyrix.com" rev="made"/>
22   </head>
23
24   <body style="background-color: #D4D0C8;">
25    <!-- 
26      Note: the 'href' is required, otherwise an element-id will get created
27      -->
28    <form name="pageform" href="#" sidInUrl="NO">
29     <table border="0" width="100%" cellspacing="0" cellpadding="2"
30            style="position: fixed; height: 48px; z-index: 100;"
31     >
32       <!-- this table is required for right alignment -->
33       <tr>
34         <td valign="top" class="vertframerow">
35           <var:component className="UIxMailToolbar" />
36         </td>
37         <td align="right" width="80" class="vertframerow">
38           <table border="0">
39             <tr>
40               <td class="tb_icon" style="width: 36px; padding-right: 8px;"
41                   ><div class="tbicon_logo"> </div></td>
42             </tr>
43           </table>
44         </td>
45       </tr>
46     </table>
47     <div style="height: 58px; clear: both;"> </div> <!-- consume toolbar -->
48     
49     <table border="0" width="100%" cellspacing="0" cellpadding="2"
50     >
51       <tr class="vertframerow">
52         <td width="100%" valign="top" class="vertframerow" colspan="2">
53           <var:if condition="hideFolderTree">
54             <var:component-content/>
55           </var:if>
56           
57           <var:if condition="hideFolderTree" const:negate="YES">
58             <table width="100%">
59               <tr>
60                 <td width="25%" valign="top" class="foldercell">
61                   <div class="titlediv"
62                        ><var:string label:value="Folders" /></div>
63                   <div style="height: 95%">
64                     <div class="embedwhite_out">
65                       <div class="embedwhite_in">
66                         <var:component className="UIxMailTree" />
67                       </div>
68                     </div>
69                   </div>
70                 </td>
71                 <td style="width: 6px;"> </td>
72                 <td valign="top" class="contentcell">
73                   <var:component-content/>
74                 </td>
75               </tr>
76             </table>
77           </var:if>
78         </td>
79       </tr>
80     </table>
81     
82     
83     <!-- debugging -->
84     <var:if condition="isUIxDebugEnabled">
85       <table border="0" width="100%">
86         <tr>
87           <td colspan="2">
88             <hr />
89             <table border="0" style="font-size: 9pt;">
90               <tr>
91                 <td valign="top">clientObject:</td>
92                 <td valign="top"><var:string value="clientObject" /></td>
93               </tr>
94               <tr>
95                 <td valign="top">IMAP4-URL:</td>
96                 <td valign="top"><var:string
97                     value="clientObject.imap4URL.absoluteString" /></td>
98               </tr>
99               <tr>
100                 <td valign="top">traversal stack:</td>
101                 <td valign="top">
102                   <var:foreach list="context.objectTraversalStack" item="item">
103                     <var:string value="item" /><br />
104                   </var:foreach>
105                 </td>
106               </tr>
107               <tr>
108                 <td valign="top">traversal path:</td>
109                 <td valign="top">
110                   <var:foreach list="context.soRequestTraversalPath"
111                                item="item" const:separator=" => ">
112                     <var:string value="item" />
113                   </var:foreach>
114                 </td>
115               </tr>
116               <tr>
117                 <td valign="top">request type:</td>
118                 <td valign="top"><var:string value="context.soRequestType"/>
119                 </td>
120               </tr>
121               <tr>
122                 <td valign="top">path info:</td>
123                 <td valign="top"><var:string value="context.pathInfo"/></td>
124               </tr>
125               <tr>
126                 <td valign="top">rootURL:</td>
127                 <td valign="top"><var:string value="context.rootURL"/></td>
128               </tr>
129               <tr>
130                 <td valign="top">active user:</td>
131                 <td valign="top"><var:string value="context.activeUser"/></td>
132               </tr>
133             </table>
134           </td>
135         </tr>
136       </table>
137     </var:if>
138    </form>
139   </body>
140 </html>