]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Templates/UIxCalInlineAptView.wox
774a6ee5533fd5ba20050e604192541d8b2ce6e5
[scalable-opengroupware.org] / SOGo / 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="canAccess">
9     <var:if condition="appointment.ispublic" const:negate="YES">
10       <img rsrc:src="apt_icon_private.gif" />
11     </var:if>
12     <a var:href="url"
13        var:title="tooltip"
14        var:queryDictionary="queryDictionary"
15     ><small><var:string value="title"
16                         const:escapeHTML="NO"
17                         style="style"
18             /></small></a>
19   </var:if>
20   <var:if condition="canAccess" const:negate="YES">
21     <img rsrc:src="apt_icon_private.gif" />
22     <small><var:string value="title"
23                        const:escapeHTML="NO"
24                        style="style"
25            /></small>
26   </var:if>
27 </span>