- see ChangeLog;

Monotone-Parent: d2a18ee270f6f56d867a35a22b04527b38be2819
Monotone-Revision: d8da12af5bdebf38b3f3b1c33fb021f5e70e1414

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-07-05T21:20:00
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2006-07-05 21:20:00 +00:00
parent 4e29019fe4
commit 052087e3bc
1 changed files with 108 additions and 158 deletions

View File

@ -1,10 +1,10 @@
<?xml version="1.0" standalone="yes"?> <?xml version="1.0" standalone="yes"?>
<html xmlns="http://www.w3.org/1999/xhtml" <html xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding" xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant" xmlns:const="http://www.skyrix.com/od/constant"
xmlns:rsrc="OGo:url" xmlns:rsrc="OGo:url"
xmlns:label="OGo:label" xmlns:label="OGo:label"
> >
<head> <head>
<title> <title>
<var:string value="title"/> <var:string value="title"/>
@ -38,159 +38,109 @@
><var:string label:value="Right Administration" /></a> ><var:string label:value="Right Administration" /></a>
</div> </div>
<table cellpadding="5" cellspacing="0" border="0" width="100%"> <div class="pageContent">
<!-- <tr> --> <!-- <tr> -->
<!-- <td colspan="2"> --> <!-- <td colspan="2"> -->
<!-- TODO: replace the line with a CSS straight line --> <!-- TODO: replace the line with a CSS straight line -->
<!-- <table cellpadding="0" cellspacing="0" border="0" width="100%"> --> <!-- <table cellpadding="0" cellspacing="0" border="0" width="100%"> -->
<!-- <tr> --> <!-- <tr> -->
<!-- <td class="linecolor"><img rsrc:src="line_left.gif"/></td> --> <!-- <td class="linecolor"><img rsrc:src="line_left.gif"/></td> -->
<!-- <td class="linecolor" width="98%"> --> <!-- <td class="linecolor" width="98%"> -->
<!-- <img rsrc:src="line_stretch.gif"/> --> <!-- <img rsrc:src="line_stretch.gif"/> -->
<!-- </td> --> <!-- </td> -->
<!-- <td class="linecolor"><img rsrc:src="line_right.gif"/></td> --> <!-- <td class="linecolor"><img rsrc:src="line_right.gif"/></td> -->
<!-- </tr> --> <!-- </tr> -->
<!-- <tr> --> <!-- <tr> -->
<!-- <td valign="top" colspan="2"> --> <!-- <td valign="top" colspan="2"> -->
<!-- <var:component className="UIxAppNavView" /> --> <!-- <var:component className="UIxAppNavView" /> -->
<!-- </td> --> <!-- </td> -->
<!-- <td valign="top" align="right" class="button_submit_env"> --> <!-- <td valign="top" align="right" class="button_submit_env"> -->
<!-- <a var:href="helpURL" --> <!-- <a var:href="helpURL" -->
<!-- class="button_submit" --> <!-- class="button_submit" -->
<!-- label:string="Help" --> <!-- label:string="Help" -->
<!-- var:target="helpWindowTarget" --> <!-- var:target="helpWindowTarget" -->
<!-- /> --> <!-- /> -->
<!-- </td> --> <!-- </td> -->
<!-- </tr> --> <!-- </tr> -->
<!-- </table> --> <!-- </table> -->
<!-- </td> --> <!-- </td> -->
<!-- </tr> --> <!-- </tr> -->
<tr> <var:component-content/>
<td valign="top" width="100%"> </div>
<var:component-content/> <var:if condition="isUIxDebugEnabled">
</td> <table border="0" style="font-size: 9pt;">
</tr> <tr>
<var:if condition="isUIxDebugEnabled"> <td valign="top">clientObject:</td>
<tr> <td valign="top"><var:string value="clientObject" /></td>
<td colspan="2"> </tr>
<hr /> <tr>
<table border="0" style="font-size: 9pt;"> <td valign="top">ownerInContext:</td>
<tr> <td valign="top"><var:string value="ownerInContext" /></td>
<td valign="top">clientObject:</td> </tr>
<td valign="top"><var:string value="clientObject" /></td> <tr>
</tr> <td valign="top">traversal stack:</td>
<tr> <td valign="top">
<td valign="top">ownerInContext:</td> <var:foreach list="context.objectTraversalStack" item="item">
<td valign="top"><var:string value="ownerInContext" /></td> <var:string value="item" /><br />
</tr> </var:foreach>
<tr> </td>
<td valign="top">traversal stack:</td> </tr>
<td valign="top"> <tr>
<var:foreach list="context.objectTraversalStack" item="item"> <td valign="top">traversal path:</td>
<var:string value="item" /><br /> <td valign="top">
</var:foreach> <var:foreach list="context.soRequestTraversalPath"
</td> item="item" const:separator=" => ">
</tr> <var:string value="item" />
<tr> </var:foreach>
<td valign="top">traversal path:</td> </td>
<td valign="top"> </tr>
<var:foreach list="context.soRequestTraversalPath" <tr>
item="item" const:separator=" => "> <td valign="top">request type:</td>
<var:string value="item" /> <td valign="top"><var:string value="context.soRequestType"/>
</var:foreach> </td>
</td> </tr>
</tr> <tr>
<tr> <td valign="top">path info:</td>
<td valign="top">request type:</td> <td valign="top"><var:string value="context.pathInfo"/></td>
<td valign="top"><var:string value="context.soRequestType"/> </tr>
</td> <tr>
</tr> <td valign="top">rootURL:</td>
<tr> <td valign="top"><var:string value="context.rootURL"/></td>
<td valign="top">path info:</td> </tr>
<td valign="top"><var:string value="context.pathInfo"/></td> <tr>
</tr> <td valign="top">active user:</td>
<tr> <td valign="top"><var:string value="context.activeUser"/></td>
<td valign="top">rootURL:</td> </tr>
<td valign="top"><var:string value="context.rootURL"/></td> <tr>
</tr> <td valign="top">CN / email:</td>
<tr> <td valign="top">
<td valign="top">active user:</td> <var:string value="cnForUser"/>
<td valign="top"><var:string value="context.activeUser"/></td> <var:entity const:name="lt"
</tr> /><var:string value="emailForUser"
<tr> /><var:entity const:name="gt"
<td valign="top">CN / email:</td> /></td>
<td valign="top"> </tr>
<var:string value="cnForUser"/> <tr>
<var:entity const:name="lt" <td valign="top">Access Restricted:</td>
/><var:string value="emailForUser" <td valign="top">
/><var:entity const:name="gt" <var:if condition="isAccessRestricted">YES</var:if>
/></td> <var:if condition="isAccessRestricted"
</tr> const:negate="YES"
<tr> >NO</var:if>
<td valign="top">Access Restricted:</td> </td>
<td valign="top"> </tr>
<var:if condition="isAccessRestricted">YES</var:if> <tr>
<var:if condition="isAccessRestricted" <td valign="top">Headers:</td>
const:negate="YES" <td valign="top">
>NO</var:if> <span style="white-space: pre;">
</td> <var:string value="context.request.headers"
</tr> const:escapeHTML="YES"
<tr> />
<td valign="top">Headers:</td> </span>
<td valign="top"> </td>
<span style="white-space: pre;"> </tr>
<var:string value="context.request.headers" </table>
const:escapeHTML="YES" </var:if>
/>
</span>
</td>
</tr>
</table>
</td>
</tr>
</var:if>
<tr>
<td colspan="2">
<!-- TODO: replace the line with a CSS straight line -->
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td class="linecolor">
<img rsrc:src="line_left.gif"/>
</td>
<td class="linecolor" width="100%">
<img rsrc:src="line_stretch.gif"/>
</td>
<td class="linecolor">
<img rsrc:src="line_right.gif"/>
</td>
</tr>
<tr>
<td colspan="3"/>
</tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td valign="top" align="left">
<font class="defaultfont"><var:entity const:name="copy"/>
2004-2005 <a href="http://www.skyrix.com:80/knoppix/skyrix/"
target="SKYRIX"
>SKYRIX Software AG</a>.
We welcome your
<a href="http://www.opengroupware.org/en/feedback.html"
target="feedback"
>feedback</a>.
</font>
</td>
<td valign="top" align="right">
<font class="defaultfont">
No sessions required! ;-)
</font>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body> </body>
</html> </html>