]> err.no Git - scalable-opengroupware.org/blob - UI/Templates/UIxAppNavView.wox
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1010 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / Templates / UIxAppNavView.wox
1 <?xml version='1.0' standalone='yes'?>
2 <span 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:uix="OGo:uix"
6       xmlns:label="OGo:label"
7 >
8   <span class="defaultfont"
9   ><b><var:string label:value="User" />:</b> <var:string value="context.activeUser.cn" /></span>
10   <var:if condition="context.isUIxDebugEnabled">
11     <span class="defaultfont">
12       (<b><var:string label:value="Path"
13           />:</b><var:entity const:name="nbsp" />
14       <var:foreach list="navPathElements" item="element">
15         <var:if condition="element" value="lastElement" const:negate="YES">
16           <a var:href="element.url"><var:string value="element.name" /></a>
17           /
18         </var:if>
19         <var:if condition="element" value="lastElement">
20           <var:string value="element.name" />
21         </var:if>
22       </var:foreach>)
23     </span>
24   </var:if>
25 </span>