]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Common/UIxAppNavView.wox
fixed SOGo bug #1052
[scalable-opengroupware.org] / SOGo / UI / Common / UIxAppNavView.wox
1 <?xml version='1.0' standalone='yes'?>
2 <font 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       class="defaultfont"
8 >
9   <b><var:string label:value="You are here"
10      />:</b><var:entity const:name="nbsp" />
11   <var:foreach list="navPathElements" item="element">
12     <var:if condition="element" value="lastElement" const:negate="YES">
13       <a var:href="element.url"><var:string value="element.name" /></a>
14       /
15     </var:if>
16     <var:if condition="element" value="lastElement">
17       <var:string value="element.name" />
18     </var:if>
19   </var:foreach>
20 </font>