]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Common/UIxAppNavView.wox
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@174 d1b88da0-ebda-0310-925b-ed51d...
[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       class="defaultfont"
7 >
8   <b>You are here:</b><var:entity const:name="nbsp" />
9   <var:foreach list="navPathElements" item="element">
10     <var:if condition="element" value="lastElement" const:negate="YES">
11       <a var:href="element.url"><var:string value="element.name" /></a>
12       /
13     </var:if>
14     <var:if condition="element" value="lastElement">
15       <var:string value="element.name" />
16     </var:if>
17   </var:foreach>
18 </font>