]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Templates/UIxPageFrame.wox
added SOGoUser object
[scalable-opengroupware.org] / SOGo / UI / Templates / UIxPageFrame.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     <meta name="description" content="SOGo Web Interface"/>
13     <meta name="author" content="SKYRIX Software AG"/>
14     <meta name="robots" content="stop"/>
15     <link type="text/css" rel="stylesheet" rsrc:href="uix.css"/>
16     <link type="text/css" rel="stylesheet" rsrc:href="calendar.css"/>
17     <link href="mailto:hh@skyrix.com" rev="made"/>
18   </head>
19
20   <body>
21     <table cellpadding="5" cellspacing="0" border="0" width="100%">
22       <tr>
23         <td colspan="2">
24           <table cellpadding="0" cellspacing="0" border="0" width="100%">
25             <tr>
26               <td valign="bottom" style="font-size: 10pt;">
27                 <a var:href="relativeHomePath"
28                 ><var:string label:value="Home" /></a> |
29                 <a var:href="relativeCalendarPath"
30                 ><var:string label:value="Calendar" /></a> |
31                 <a var:href="relativeContactsPath"
32                 ><var:string label:value="Addressbook" /></a> |
33                 <a var:href="relativeMailPath"
34                 ><var:string label:value="Mail" /></a> |
35                 <a href="http://to.be.done/"
36                 ><var:string label:value="Administration" /></a>
37               </td>
38               <td align="right">
39                 <a href="http://www.opengroupware.org:80/" target="OGo">
40                   <img rsrc:src="menu_logo_top.gif"
41                        align="center" border="0" alt="" valign="middle" />
42                 </a>
43               </td>
44             </tr>
45           </table>
46           <!-- TODO: replace the line with a CSS straight line -->
47           <table cellpadding="0" cellspacing="0" border="0" width="100%">
48             <tr>
49               <td class="linecolor"><img rsrc:src="line_left.gif"/></td>
50               <td class="linecolor" width="98%">
51                 <img rsrc:src="line_stretch.gif"/>
52               </td>
53               <td class="linecolor"><img rsrc:src="line_right.gif"/></td>
54             </tr>
55             <tr>
56               <td valign="top" colspan="2">
57                 <var:component className="UIxAppNavView" />
58               </td>
59               <td valign="top" align="right" class="button_submit_env">
60                 <a var:href="helpURL"
61                    class="button_submit"
62                    label:string="Help"
63                    var:target="helpWindowTarget"
64                 />
65               </td>
66             </tr>
67           </table>
68         </td>
69       </tr>
70       <tr>
71         <td valign="top" width="100%">
72           <var:component-content/>
73         </td>
74       </tr>
75       <var:if condition="isUIxDebugEnabled">
76         <tr>
77           <td colspan="2">
78             <hr />
79             <table border="0" style="font-size: 9pt;">
80               <tr>
81                 <td valign="top">clientObject:</td>
82                 <td valign="top"><var:string value="clientObject" /></td>
83               </tr>
84               <tr>
85                 <td valign="top">ownerInContext:</td>
86                 <td valign="top"><var:string value="ownerInContext" /></td>
87               </tr>
88               <tr>
89                 <td valign="top">traversal stack:</td>
90                 <td valign="top">
91                   <var:foreach list="context.objectTraversalStack" item="item">
92                     <var:string value="item" /><br />
93                   </var:foreach>
94                 </td>
95               </tr>
96               <tr>
97                 <td valign="top">traversal path:</td>
98                 <td valign="top">
99                   <var:foreach list="context.soRequestTraversalPath"
100                                item="item" const:separator=" => ">
101                     <var:string value="item" />
102                   </var:foreach>
103                 </td>
104               </tr>
105               <tr>
106                 <td valign="top">request type:</td>
107                 <td valign="top"><var:string value="context.soRequestType"/>
108                 </td>
109               </tr>
110               <tr>
111                 <td valign="top">path info:</td>
112                 <td valign="top"><var:string value="context.pathInfo"/></td>
113               </tr>
114               <tr>
115                 <td valign="top">rootURL:</td>
116                 <td valign="top"><var:string value="context.rootURL"/></td>
117               </tr>
118               <tr>
119                 <td valign="top">active user:</td>
120                 <td valign="top"><var:string value="context.activeUser"/></td>
121               </tr>
122               <tr>
123                 <td valign="top">CN / email:</td>
124                 <td valign="top">
125                   <var:string value="cnForUser"/>
126                   <var:entity const:name="lt"
127                   /><var:string value="emailForUser"
128                     /><var:entity const:name="gt"
129                   /></td>
130               </tr>
131               <tr>
132                 <td valign="top">Access Restricted:</td>
133                 <td valign="top">
134                   <var:if condition="isAccessRestricted">YES</var:if>
135                   <var:if condition="isAccessRestricted"
136                           const:negate="YES"
137                   >NO</var:if>  
138                 </td>
139               </tr>
140               <tr>
141                 <td valign="top">Headers:</td>
142                 <td valign="top">
143                   <span style="white-space: pre;">
144                   <var:string value="context.request.headers"
145                               const:escapeHTML="YES"
146                   />
147                   </span>
148                 </td>
149               </tr>
150             </table>
151           </td>
152         </tr>
153       </var:if>
154       <tr>
155         <td colspan="2">
156           <!-- TODO: replace the line with a CSS straight line -->
157           <table cellpadding="0" cellspacing="0" border="0" width="100%">
158             <tr>
159               <td class="linecolor">
160                 <img rsrc:src="line_left.gif"/>
161               </td>
162               <td class="linecolor" width="100%">
163                 <img rsrc:src="line_stretch.gif"/>
164               </td>
165               <td class="linecolor">
166                 <img rsrc:src="line_right.gif"/>
167               </td>
168             </tr>
169             <tr>
170               <td colspan="3"/>
171             </tr>
172           </table>
173           <table cellpadding="0" cellspacing="0" border="0" width="100%">
174             <tr>
175               <td valign="top" align="left">
176                 <font class="defaultfont"><var:entity const:name="copy"/>
177                   2004-2005 <a href="http://www.skyrix.com:80/knoppix/skyrix/"
178                                target="SKYRIX"
179                             >SKYRIX Software AG</a>.
180                   We welcome your
181                   <a href="http://www.opengroupware.org/en/feedback.html"
182                      target="feedback"
183                   >feedback</a>.
184                 </font>
185               </td>
186               <td valign="top" align="right">
187                 <font class="defaultfont">
188                   No sessions required! ;-)
189                 </font>
190               </td>
191             </tr>
192           </table>
193         </td>
194       </tr>
195     </table>
196   </body>
197 </html>