]> err.no Git - scalable-opengroupware.org/blob - UI/Templates/UIxCalInlineAptView.wox
some more work on the Kolab viewers
[scalable-opengroupware.org] / UI / Templates / UIxCalInlineAptView.wox
1 <?xml version='1.0' standalone='yes'?>
2
3 <span xmlns="http://www.w3.org/1999/xhtml"
4       xmlns:var="http://www.skyrix.com/od/binding"
5       xmlns:const="http://www.skyrix.com/od/constant"
6       xmlns:rsrc="OGo:url"
7 >
8   <var:if condition="appointment.isRecurrentEvent">
9     <!-- TODO: maxime needs to provide an image instead! -->
10     <var:string const:value="[R]" style="style" />
11   </var:if>
12   <var:if condition="canAccess">
13     <var:if condition="appointment.ispublic" const:negate="YES">
14       <img rsrc:src="apt_icon_private.gif" />
15     </var:if>
16     <a var:href="url"
17        var:title="tooltip"
18        var:queryDictionary="queryDictionary"
19     ><small><var:string value="title"
20                         const:escapeHTML="NO"
21                         style="style"
22             /></small></a>
23   </var:if>
24   <var:if condition="canAccess" const:negate="YES">
25     <img rsrc:src="apt_icon_private.gif" />
26     <small><var:string value="title"
27                        const:escapeHTML="NO"
28                        style="style"
29            /></small>
30   </var:if>
31 </span>