]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Templates/UIxPageFrame.wox
new hyperlinks in UIxPageFrame
[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"
42                        border="0"
43                        alt=""
44                        valign="middle"
45                   />
46                 </a>
47               </td>
48             </tr>
49           </table>
50           <!-- TODO: replace the line with a CSS straight line -->
51           <table cellpadding="0" cellspacing="0" border="0" width="100%">
52             <tr>
53               <td class="linecolor"><img rsrc:src="line_left.gif"/></td>
54               <td class="linecolor" width="98%">
55                 <img rsrc:src="line_stretch.gif"/>
56               </td>
57               <td class="linecolor"><img rsrc:src="line_right.gif"/></td>
58             </tr>
59             <tr>
60               <td valign="top" colspan="2">
61                 <var:component className="UIxAppNavView" />
62               </td>
63               <td valign="top" align="right" class="button_submit_env">
64                 <a var:href="helpURL"
65                    class="button_submit"
66                    label:string="Help"
67                    var:target="helpWindowTarget"
68                 />
69               </td>
70             </tr>
71           </table>
72         </td>
73       </tr>
74       <tr>
75         <td valign="top" width="100%">
76           <var:component-content/>
77         </td>
78       </tr>
79       <var:if condition="isUIxDebugEnabled">
80         <tr>
81           <td colspan="2">
82             <hr />
83             <table border="0" style="font-size: 9pt;">
84               <tr>
85                 <td valign="top">clientObject:</td>
86                 <td valign="top"><var:string value="clientObject" /></td>
87               </tr>
88               <tr>
89                 <td valign="top">ownerInContext:</td>
90                 <td valign="top"><var:string value="ownerInContext" /></td>
91               </tr>
92               <tr>
93                 <td valign="top">traversal stack:</td>
94                 <td valign="top">
95                   <var:foreach list="context.objectTraversalStack" item="item">
96                     <var:string value="item" /><br />
97                   </var:foreach>
98                 </td>
99               </tr>
100               <tr>
101                 <td valign="top">traversal path:</td>
102                 <td valign="top">
103                   <var:foreach list="context.soRequestTraversalPath"
104                                item="item" const:separator=" => ">
105                     <var:string value="item" />
106                   </var:foreach>
107                 </td>
108               </tr>
109               <tr>
110                 <td valign="top">request type:</td>
111                 <td valign="top"><var:string value="context.soRequestType"/>
112                 </td>
113               </tr>
114               <tr>
115                 <td valign="top">path info:</td>
116                 <td valign="top"><var:string value="context.pathInfo"/></td>
117               </tr>
118               <tr>
119                 <td valign="top">rootURL:</td>
120                 <td valign="top"><var:string value="context.rootURL"/></td>
121               </tr>
122               <tr>
123                 <td valign="top">active user:</td>
124                 <td valign="top"><var:string value="context.activeUser"/></td>
125               </tr>
126               <tr>
127                 <td valign="top">CN / email:</td>
128                 <td valign="top">
129                   <var:string value="cnForUser"/>
130                   <var:entity const:name="lt"
131                   /><var:string value="emailForUser"
132                     /><var:entity const:name="gt"
133                   /></td>
134               </tr>
135               <tr>
136                 <td valign="top">Access Restricted:</td>
137                 <td valign="top">
138                   <var:if condition="isAccessRestricted">YES</var:if>
139                   <var:if condition="isAccessRestricted"
140                           const:negate="YES"
141                   >NO</var:if>  
142                 </td>
143               </tr>
144             </table>
145           </td>
146         </tr>
147       </var:if>
148       <tr>
149         <td colspan="2">
150           <!-- TODO: replace the line with a CSS straight line -->
151           <table cellpadding="0" cellspacing="0" border="0" width="100%">
152             <tr>
153               <td class="linecolor">
154                 <img rsrc:src="line_left.gif"/>
155               </td>
156               <td class="linecolor" width="100%">
157                 <img rsrc:src="line_stretch.gif"/>
158               </td>
159               <td class="linecolor">
160                 <img rsrc:src="line_right.gif"/>
161               </td>
162             </tr>
163             <tr>
164               <td colspan="3"/>
165             </tr>
166           </table>
167           <table cellpadding="0" cellspacing="0" border="0" width="100%">
168             <tr>
169               <td valign="top" align="left">
170                 <font class="defaultfont"><var:entity const:name="copy"/>
171                   2000-2004 <a href="http://www.skyrix.com:80/knoppix/skyrix/"
172                                target="SKYRIX"
173                             >SKYRIX Software AG</a>.
174                   We welcome your
175                   <a href="http://www.opengroupware.org/en/feedback.html"
176                      target="feedback"
177                   >feedback</a>.
178                 </font>
179               </td>
180               <td valign="top" align="right">
181                 <font class="defaultfont">
182                   No sessions required! ;-)
183                 </font>
184               </td>
185             </tr>
186           </table>
187         </td>
188       </tr>
189     </table>
190   </body>
191 </html>